]> granicus.if.org Git - apache/commitdiff
document a byterange filter fix
authorGreg Ames <gregames@apache.org>
Wed, 30 Oct 2002 21:58:29 +0000 (21:58 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 30 Oct 2002 21:58:29 +0000 (21:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97359 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index db36e11645d09ec201370639c6eeb95f06b9a3bc..3021df41e90a9aac869f3e1774e906892d1df600 100644 (file)
--- 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.