From: Colm MacCarthaigh Date: Sun, 16 Apr 2006 17:29:40 +0000 (+0000) Subject: Fix a change entry to make it consistent with our conventional policies X-Git-Tag: 2.0.56~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ec3006dc6e364f83b6a19e30b2623a73931a6c;p=thirdparty%2Fapache%2Fhttpd.git Fix a change entry to make it consistent with our conventional policies (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 --- diff --git a/CHANGES b/CHANGES index 19c3f7646a3..16c3e28cd77 100644 --- 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 ] + *) Document the ReceiveBufferSize change done in r157583. + [Murray Nesbitt ] *) mod_deflate: Merge the Vary header, instead of Setting it. Fixes applications that send the Vary Header themselves. PR 37559.