diff --git a/docs/ReleaseNotes.txt b/docs/ReleaseNotes.txt index 3d68bc6de37..f143ffb3786 100644 --- a/docs/ReleaseNotes.txt +++ b/docs/ReleaseNotes.txt @@ -5,6 +5,30 @@ XRootD Release Notes ============= +------------- +Version 5.5.2 +------------- + ++ **Major bug fixes** + **[Python]** Avoid crash during prepare call + **[XrdCl]** Be sure to only read the header of kXR_status messages at first + **[XrdCl]** Ensure URL::GetChannelId returns an Id which can be parsed again as a url + **[XrdHttpTPC]** Fixes the HTTP TPC PULL transfer issue when authentication is necessary to perform a transfer + ++ **Minor bug fixes** + **[Server]** Fix a short writev recovery case + **[Server]** Correct formatting when displaying the SecEntity structure. + **[Server]** Make sure Mkdir returns a negative code for an EEXIST error + **[XrdApps]** Fix small memory leak when checksum fails + **[XrdClHttp]** Link against XrdUtils for XrdOucCRC::Calc32C symbol + ++ **Miscellaneous** + **[Apps]** Cleanup xrdcp help information. + **[CMake]** Use upstream FindOpenSSL.cmake + **[CMake]** Make switches for server-only options dependent on XRCL_ONLY=FALSE + **[Macaroons]** Implement XrdSciTokensHelper interface for macaroons + **[Python]** Use setuptools over setuptools._distutils.core + **[XrdCl]** xrdcp: extended # of parallel copy jobs to 128. ------------- Version 5.5.1