Skip to content

Commit 8a4ca75

Browse files
committed
XRootD 5.7.2
1 parent d5dcde1 commit 8a4ca75

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

docs/ReleaseNotes.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ XRootD
55
Release Notes
66
=============
77

8+
-------------
9+
Version 5.7.2
10+
-------------
11+
12+
+ **Performance Improvements**
13+
**[XrdHttp]** Avoid calling `stat` on HTTP GET (#2299, #2300)
14+
**[XrdPfc]** Fix behavior and improve performance of stat calls (#2349)
15+
16+
+ **Major bug fixes**
17+
**[XrdOuc]** Migrate away from `std::regex` to avoid stack overflow bug in C++ standard library
18+
**[XrdHttp]** Client plugin returning XrdCl::errSocketTimeout triggers near-infinite loop in XrdHttp (#2357)
19+
**[XrdHttp]** Invalid chunk framing for HTTP (#2351)
20+
21+
+ **Minor bug fixes**
22+
**[Misc]** Fix various issues reported by code scanning tool CodeQL
23+
**[Python]** Do not build in parallel by default to avoid using too many threads (#2356)
24+
**[Python]** Fix RPATH setting for Python bindings on macOS (#2350)
25+
**[Python]** Make environment take precedence over default arguments of add_job (#1657)
26+
**[XCache]** Add number of bytes prefetched and written to disk to the gstream record (#2366)
27+
**[XCache]** Fix errors that happen under high load (#2360)
28+
**[XCache]** Reduce verbosity of error messages (#2288, #2327, #2370)
29+
**[XrdCl]** xrdfs ls on a directory on a server runs locate (#2120)
30+
**[XrdHttpTPC]** Race condition during HTTP TPC request may cause file deletion (#2354)
31+
**[XrdHttp]** Redact tokens from additional places to prevent them leaking into logs (#2343, #2371)
32+
**[XrdSut]** Fix narrowing conversion on 32-bit systems (#2272)
33+
**[XrdSys]** Protect against array index out of bounds (#2329)
34+
35+
+ **Miscellaneous**
36+
**[CI]** Update GitHub Actions and GitLab CI, add Alma 10 beta builds
37+
**[CMake]** Support building with Nvidia HPC Toolkit compilers (#2361)
38+
**[Doxygen]** Make documentation builds reproducible (#2337)
39+
**[Tests]** Avoid test failures when $RANDOM returns a multiple of 1024 (#2344)
40+
**[Tests]** Increase default timeouts in client/server tests
41+
**[Tests]** More HTTP tests added to the test suite (#2375)
42+
**[XrdCl]** Downgrade force disconnect error message to debug level (#2370)
43+
**[XrdCl]** Handle kXR_attrCache attribute in protocol response
44+
**[XrdCms]** Improve DFS error message to be less confusing (#2345)
45+
846
-------------
947
Version 5.7.1
1048
-------------

0 commit comments

Comments
 (0)