From c7e30a5ed20ca2373c340b8f71dce20789ba676c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 20 Jan 2005 10:56:15 +0000 Subject: [PATCH] Synch with 2.0 branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125752 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index b459c0bdc9..56ac074a7f 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 -- 2.50.1