From: William A. Rowe Jr Date: Tue, 18 Dec 2001 15:34:01 +0000 (+0000) Subject: Notes are good here too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e501473194ff6b0ce68aadffb70196d335d5e4;p=thirdparty%2Fapache%2Fhttpd.git Notes are good here too git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92517 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 54bcd43ab9d..db0d3355de0 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,4 +1,8 @@ Changes with Apache 1.3.23 + + *) Revert mod_negotation's handling of path_info and query_args + to the 1.3.20 behavior. PR: 8628, 8582, 8538 [William Rowe] + *) Modify buff.h and buff.c to enable modules to intercept the output byte stream for dynamic page caching. A pointer to a 'filter callback' function is added to the end of buff.h.