]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a change entry to make it consistent with our conventional policies
authorColm MacCarthaigh <colm@apache.org>
Sun, 16 Apr 2006 17:29:40 +0000 (17:29 +0000)
committerColm MacCarthaigh <colm@apache.org>
Sun, 16 Apr 2006 17:29:40 +0000 (17:29 +0000)
(no at-symbol, don't wrap names).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@394520 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 19c3f7646a3c76d2958eddfad6c51df74dc42d70..16c3e28cd773efcd8844dfd5f8369c3191477703 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -61,8 +61,8 @@ Changes with Apache 2.0.56
   *) 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 <murray@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.