From: Greg Ames Date: Wed, 30 Oct 2002 21:58:29 +0000 (+0000) Subject: document a byterange filter fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48890b7f6d534bba2f2cbe6ae02ec4cc7b772d01;p=thirdparty%2Fapache%2Fhttpd.git 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 db36e11645d..3021df41e90 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.