From: Ryan Bloom Date: Sat, 11 Aug 2001 04:09:45 +0000 (+0000) Subject: Forgot the CHANGES comment with my last commit. X-Git-Tag: 2.0.24~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=923920da7248205e63c2c9317c48067e1cb7fd6e;p=apache Forgot the CHANGES comment with my last commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90091 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a3ba7c9fe9..004235ddeb 100644 --- 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 and Ryan Morgan ] + *) 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,