From: Graham Leggett Date: Thu, 1 Dec 2011 13:27:18 +0000 (+0000) Subject: Remove some stray @ characters. X-Git-Tag: 2.3.16~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34237f1cf703936be5b25c29e91566154cb87704;p=apache Remove some stray @ characters. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209070 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index bc8ab99f6e..a92873fd0f 100644 --- a/CHANGES +++ b/CHANGES @@ -28,7 +28,7 @@ Changes with Apache 2.4.0 *) mod_cache_disk: Remove the unnecessary intermediate brigade while writing to disk. Fixes a problem where mod_disk_cache was leaving buckets in the intermediate brigade and not passing them to out on - exit. [Florian S. , Graham Leggett] + exit. [Florian S. , Graham Leggett] *) mod_ssl: use a shorter setting for SSLCipherSuite in the default default configuration file, and add some more information about @@ -634,7 +634,7 @@ Changes with Apache 2.3.11 *) mod_cache: When a bad Expires date is present, we need to behave as if the Expires is in the past, not as if the Expires is missing. PR 16521. - [Co-Advisor ] + [Co-Advisor ] *) mod_cache: We must ignore quoted-string values that appear in a Cache-Control header. PR 50199. [Graham Leggett]