Skip to content

Commit

Permalink
[Docs] Sync release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Apr 11, 2018
1 parent 1990b54 commit 5a6b7d1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/PreReleaseNotes.txt
Expand Up @@ -7,7 +7,6 @@ Prerelease Notes

+ **New Features**
* **[SSI]** Properly handle Finished() calls prior to response posting.
* **[Server]** Add method to get logging mask.
* **[Server]** Add &I=<iptype> to 'u' login monitoring record.
* **[XrdApps]** Implement xrdqstats command to display summary monitoring.
* **[XrdSsi]** Provide summary monitoring information to report stream.
Expand All @@ -16,16 +15,8 @@ Prerelease Notes


+ **Minor bug fixes**
* **[Net]** Optimize formatting corresponding to RFC 1178 and RFC 3696.
* **[SSI]** Prevent request ID conflicts with reusable resources.

+ **Miscellaneous**
* **[Server]** Correct lock handling in commit 2c169141.
* **[Server]** Make endsess more reliable.
* **[Server]** Make sure no temporary opens occur during error recovery.
* **[All]** Place protocol definition under a modified BSD license.
* **[Proxy]** Make sure to pass through TPC requests in otgoing proxies.
* **[Proxy]** Support progress bar during TPC transfers.
* **[Proxy]** Do not fail a TPC fstat() due to bad timing.


38 changes: 38 additions & 0 deletions docs/ReleaseNotes.txt
Expand Up @@ -6,6 +6,44 @@ Release Notes
=============


-------------
Version 4.8.2
-------------

+ **Major bug fixes**
* **[Proxy]** Make sure to use N2N even when only localroot specified,
fixes #650.
* **[Proxy]** Fully support third party copy in proxy servers.
* **[Server]** Correct faulty logic for sendq backlog warning message.
* **[XrdCl]** Correctly handler error/wait response to endsess request.
* **[XrdCl]** MsgHandler must not be enqueued in InQueue on virtual
redirect, fixes #682
* **[XrdCl]** Add ZIP64 support, fixes #402
* **[XrdHttp]** Always have OpenSSL read/write data through the XrdLink
object.

+ **Minor bug fixes**
* **[Net]** Optimize formatting corresponding to RFC 1178 and RFC 3696.
* **[XrdHttp]** Fix HTTP PUT flags, fixes #637.
* **[XrdHttp]** Close file handle for simple HTTP reads.
* **[All]** Fix compilation with gcc 8.
* **[CMake]** Make sure plugins are declared as MODULEs, fixes #653
* **[SSI]** Ruggedize server-side SSI interactions.
* **[SSI]** Prevent request ID conflicts with reusable resources.
* **[XrdCl]** Validate URLs comming from metalinks.

+ **Miscellaneous**
* **[Server]** Correct lock handling in commit 2c169141.
* **[Server]** Make endsess more reliable.
* **[Server]** Make sure no temporary opens occur during error recovery.
* **[Server]** Add method to get logging mask.
* **[XrdHttp]** Support HTTP chunked transfer encoding.
* **[XrdHttp]** Allow parsing of unknown HTTP verbs.
* **[XrdOss]** Improve XrdPosix 'rename' POSIX compliancy
* **[Proxy]** Make sure to pass through TPC requests in otgoing proxies.
* **[Proxy]** Support progress bar during TPC transfers.
* **[Proxy]** Do not fail a TPC fstat() due to bad timing.

-------------
Version 4.8.1
-------------
Expand Down

0 comments on commit 5a6b7d1

Please sign in to comment.