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/08/30 17:30:08 UTC

svn commit: r1163262 - /subversion/trunk/CHANGES

Author: stsp
Date: Tue Aug 30 15:30:08 2011
New Revision: 1163262

URL: http://svn.apache.org/viewvc?rev=1163262&view=rev
Log:
* CHANGES: Make it more obvious that an entry is related to svnserve.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1163262&r1=1163261&r2=1163262&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Tue Aug 30 15:30:08 2011
@@ -161,7 +161,7 @@ the 1.6 release:  http://subversion.apac
     * match paths against authz rules in case sensitive way (issue #3781)
     * svnserve can now force usernames to upper/lower case (issue #3726)
     * reduce duplicate log messages in 'log -g' (issue #3650)
-    * don't crash on shutdown with SASL in inetd mode (issue #3664)
+    * svnserve: don't crash on shutdown with SASL in inetd mode (issue #3664)
     * disallow arbitrary HTTP headers from committers (issue #2872)
     * limit FSFS memory consumption (issue #3478, #3593)
     * many other minor bugfixes too numerous to list here