From: Greg Ames Date: Wed, 30 Oct 2002 21:58:29 +0000 (+0000) Subject: document a byterange filter fix X-Git-Tag: 2.0.44~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f9b098e648f4781e1c7e0a664aa3d1baca107f3;p=apache document a byterange filter fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97359 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index db36e11645..3021df41e9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ Changes with Apache 2.0.44 + + *) Fix a bug where 416 "Range not satisfiable" was being + returned for content that should have been redirected. + [Greg Ames] *) Fix memory leak in mod_ssl from internal SSL library allocations within SSL_get_peer_certificate and X509_get_pubkey.