You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2017/02/08 22:16:28 UTC

svn commit: r1782267 - /subversion/trunk/CHANGES

Author: luke1410
Date: Wed Feb  8 22:16:28 2017
New Revision: 1782267

URL: http://svn.apache.org/viewvc?rev=1782267&view=rev
Log:
* CHANGES: remove entry related to r1781657 (fsx lifetime issue fix) since the
   issue was introduced post 1.9 (in r1686899)

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1782267&r1=1782266&r2=1782267&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed Feb  8 22:16:28 2017
@@ -13,7 +13,6 @@ http://svn.apache.org/repos/asf/subversi
     * Raise a malfunction instead of segfaulting with corrupt wc.db (r1749887)
   - Server-side bugfixes:
     * Fix checksum validation error due to data eviction from cache (r1781694)
-    * FSX: Fix an initialization / life time issue with batch-fsync (r1781657)
     * FSFS pack: Use unbuffered file streams in a couple of places (r1759405)
     * FSFS: Reduce excessive amount of read and seek syscalls (r1758979, -9399)
   - Client-side and server-side bugfixes: