You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/05/17 18:17:48 UTC

svn commit: r1104380 - /subversion/trunk/CHANGES

Author: stsp
Date: Tue May 17 16:17:48 2011
New Revision: 1104380

URL: http://svn.apache.org/viewvc?rev=1104380&view=rev
Log:
* CHANGES: Use revision numbers of merge commits where no trunk revision
   was specified.

Suggested by: danielsh

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1104380&r1=1104379&r2=1104380&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Tue May 17 16:17:48 2011
@@ -180,7 +180,7 @@ http://svn.apache.org/repos/asf/subversi
     * preserve log message with a non-zero editor exit (r1072084)
     * fix FSFS cache performance on 64-bit platforms (r1103665)
     * make svn cleanup tolerate obstructed directories (r1091881)
-    * fix potential deadlock in multithreaded servers serving FSFS repositories
+    * fix deadlock in multithreaded servers serving FSFS repositories (r1104093)
     * detect very occasional corruption and abort commit (issue #3845)
     * fixed: file externals cause non-inheritable mergeinfo (issue #3843)
     * fixed: file externals cause mixed-revision working copies (issue #3816)
@@ -190,7 +190,7 @@ http://svn.apache.org/repos/asf/subversi
     * improve error message when clients refer to unkown revisions (r939000)
 
   Developer-visible changes:
-    * fix reporting FS-level post-commit processing errors
+    * fix reporting FS-level post-commit processing errors (r1104098)
     * fix JVM recognition on OS X Snow Leopard (10.6) (r1028084)