You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2006/04/16 19:29:41 UTC

svn commit: r394520 - /httpd/httpd/branches/2.0.x/CHANGES

Author: colm
Date: Sun Apr 16 10:29:40 2006
New Revision: 394520

URL: http://svn.apache.org/viewcvs?rev=394520&view=rev
Log:
Fix a change entry to make it consistent with our conventional policies
(no at-symbol, don't wrap names).

Modified:
    httpd/httpd/branches/2.0.x/CHANGES

Modified: httpd/httpd/branches/2.0.x/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/CHANGES?rev=394520&r1=394519&r2=394520&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.0.x/CHANGES [utf-8] Sun Apr 16 10:29:40 2006
@@ -61,8 +61,8 @@
   *) mod_ssl: Correct issue where mod_ssl does not pick up the 
      ssl-unclean-shutdown setting when configured. PR 34452. [Joe Orton]
 
-  *) Document the ReceiveBufferSize change done in r157583 [Murray
-     Nesbitt <mu...@cpan.org>]
+  *) Document the ReceiveBufferSize change done in r157583.
+     [Murray Nesbitt <murray cpan.org>]
 
   *) mod_deflate: Merge the Vary header, instead of Setting it. Fixes
      applications that send the Vary Header themselves. PR 37559.