Skip to content

Commit

Permalink
[Docs] Update release notes for 4.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Oct 1, 2019
1 parent a9d5483 commit 31a629a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/PreReleaseNotes.txt
Expand Up @@ -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.

46 changes: 46 additions & 0 deletions docs/ReleaseNotes.txt
Expand Up @@ -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
--------------
Expand Down

0 comments on commit 31a629a

Please sign in to comment.