From: Joe Orton Date: Thu, 20 Jan 2005 10:56:15 +0000 (+0000) Subject: Synch with 2.0 branch. X-Git-Tag: 2.1.3~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e30a5ed20ca2373c340b8f71dce20789ba676c;p=thirdparty%2Fapache%2Fhttpd.git Synch with 2.0 branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125752 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b459c0bdc9c..56ac074a7f5 100644 --- a/CHANGES +++ b/CHANGES @@ -540,6 +540,16 @@ Changes with Apache 2.1.1 Changes with Apache 2.0.53 + *) Fix handling of files >2Gb on all platforms (or builds) where + apr_off_t is larger than apr_size_t. PR 28898. [Joe Orton] + + *) mod_include: Fix bug which could truncate variable expansions + of N*64 characters by one byte. PR 32985. [Joe Orton] + + *) Correct handling of certain bucket types in ap_save_brigade, fixing + possible segfaults in mod_cgi with #include virtual. PR 31247. + [Joe Orton] + *) Allow for the use of --with-module=foo:bar where the ./modules/foo directory is local only. Assumes, of course, that the required files are in ./modules/foo, but makes it easier to statically