]> granicus.if.org Git - apache/commitdiff
Forgot the CHANGES comment with my last commit.
authorRyan Bloom <rbb@apache.org>
Sat, 11 Aug 2001 04:09:45 +0000 (04:09 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 11 Aug 2001 04:09:45 +0000 (04:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90091 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a3ba7c9fe9aa6230e5c737efdcf0f50cc6da5cc1..004235ddeba4d1b50f69dba830e762a6188268f4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
 Changes with Apache 2.0.24-dev
 
+  *) Fix a problem with the new method code.  We need to cast
+     the 1 to an apr_int64_t or it will be treated as a 32-bit
+     integer, and it will wrap after being shifted 32 times.
+     [Cody Sherr <csherr@covalent.net> and Ryan Morgan <rmorgan@covalent.net>]
+
   *) Fix a bug in mod_expires.  Previous to this patch, if you
      told mod_expires to add 604800 seconds to the last-modified
      time, it actually added 604800 usec's to the last-modified time,