diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index d4be9b571d8..3e21f326c53 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -6,17 +6,10 @@ Prerelease Notes ================ + **New Features** - **[Server]** Add support for multi-vo credentials. + **Major bug fixes** - **[GSI]** Fix faulty SAN wildcard check and make message clearer. - **[SSI]** Make sure the request sessN pointer is always valid. - **[Xcache]** Make sure direct cache access is actually accessible. - **[GSI]** Fix SAN check logic due to cut-paste error. + **Minor bug fixes** - **[TPC]** Make sure to include source CGI in a delegated transfer. + **Miscellaneous** - **[Misc]** Allow client to indicate it supports local files. diff --git a/docs/ReleaseNotes.txt b/docs/ReleaseNotes.txt index 0aa6e5c7fdf..61438abb893 100644 --- a/docs/ReleaseNotes.txt +++ b/docs/ReleaseNotes.txt @@ -6,6 +6,52 @@ Release Notes ============= +-------------- +Version 4.11.0 +-------------- + ++ **New Features** + **[Server]** Add support for multi-vo credentials. + **[Python]** Set rpath for bindings to correct xrdcl. + **[Python]** Expose XrdCl::Env in Python. + **[Python]** Add version attribute to xrootd module, closes #1027 + **[Python]** Add cat API to FileSystem, closes #1047 + **[XrdCl]** Add unique uuid to open message. closes #1037 + **[XrdCl]** Support zcrc32 when extracting a file from ZIP archive. + **[XrdCl]** Support decompression (inflate) of files in ZIP archives. + **[XrdCl]** Select the least loaded stream for next data chunk. + **[XrdCl]** xrdcp: adjust the number of parallel chunks in real time + proportionally to the number of connected data streams. + **[XCache]** Allow up to 512 MB blocksize. + **[CMake]** Add Find XRootD CMake module. + **[CMake]** Add FindLibUuid module. + **[XrdCms]** Add XrdCmsRedirLocal as ofs.cmslib plugin. + ++ **Major bug fixes** + **[Xcache]** Make sure direct cache access is actually accessible. + **[Xcache]** Fix missing mode setting in the data space. + **[GSI]** Fix SAN check logic due to cut-paste error. + **[GSI]** Fix faulty SAN wildcard check and make message clearer. + **[Python]** Correctly handle install --user. + **[XrdCl]** Fix dirlist response parsing, closes #1038 + **[XrdCl]** Sign endsess if instructed to do so by server, fixes #1045 + **[SSI]** Make sure the request sessN pointer is always valid. + ++ **Minor bug fixes** + **[TPC]** Make sure to include source CGI in a delegated transfer. + **[XrdCl]** Respect target checksum vs preset source checksum. + **[XrdCl]** Stat local file without opaqueinfo. + **[XrdCl]** xrdcp -S option should set the number of additional data streams. + **[XrdCl]** Avoid overflow of worker jobs size. + ++ **Miscellaneous** + **[Misc]** Allow client to indicate it supports local files. + **[UPS]** Disable python bindings. + **[XCache]** Mark File is in sync for the final sync. + **[Xcache]** Enhance security of the pss.dca directive. + **[RPM]** Move xrdmapc to client package. + **[XrdCl]** Adjust xrdcp defaults. + -------------- Version 4.10.1 --------------