Author: stefan2
Date: Thu Dec 4 23:57:17 2014
New Revision: 1643134
URL: http://svn.apache.org/viewvc?rev=1643134&view=rev
Log:
* STATUS: Withdraw r1555491 as it is ineffective.
Modified:
subversion/branches/1.8.x/STATUS
Modified: subversion/branches/1.8.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1643134&r1=1643133&r2=1643134&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Thu Dec 4 23:57:17 2014
@@ -45,18 +45,6 @@ Candidate changes:
Votes:
+1: stefan2, breser
- * r1555491
- Fix svn_fs_close_root for FSFS transaction roots.
- Justification:
- Without this patch, cache-related pool cleanups may be run after the
- svn_fs_t object has been destroyed. I.e. even with explicit calls to
- svn_fs_close_root, the user may see a segfault.
- Branch:
- ^/subversion/branches/1.8.x-r1555491
- Votes:
- +1: stefan2
- -0: philip, rhuijben (Seems to be a different name for the same pool?)
-
* r1590751
Use empty, rather than NULL, config if default is unreadable.
Justification: