From: William A. Rowe Jr Date: Tue, 25 Sep 2001 02:16:46 +0000 (+0000) Subject: Catching up X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832795f21a945cb9f05bef454c67cd6c3bbe5506;p=thirdparty%2Fapache%2Fhttpd.git Catching up git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91139 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 54fc63253a4..05917e8d3f9 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 1.3.21 + *) Resolved the build failure on Win32 using MSVC 5.0 (without the + current SDK.) PRs 7790, 7948. [William Rowe] + *) mod_proxy - fix reverse proxy cookie passthrough [Brian Eidelman ] PR#6055