From: William A. Rowe Jr Date: Fri, 7 Feb 2003 22:03:47 +0000 (+0000) Subject: Backported based on Allen and my research (really, not many that could X-Git-Tag: pre_ajp_proxy~2170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a09c9a75cb198332b902aad8510b4d79f8bc739;p=apache Backported based on Allen and my research (really, not many that could review, and his original post was quite well received.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98598 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0543fa8cfd..fb7ac8bca0 100644 --- a/CHANGES +++ b/CHANGES @@ -2,11 +2,6 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] - *) Introduce debugging symbols for Win32 release builds, both .pdb - and .dbg files (older debuggers and Dr. Watson-type utilities - on WinNT or Win9x don't support the newer .pdb flavor.) - [Allen Edwards, William Rowe] - *) Try to log an error if a piped log program fails. Try to restart a piped log program in more failure situations. PR 15761 [Jeff Trawick] @@ -83,6 +78,11 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) Introduce debugging symbols for Win32 release builds, both .pdb + and .dbg files (older debuggers and Dr. Watson-type utilities + on WinNT or Win9x don't support the newer .pdb flavor.) + [Allen Edwards, William Rowe] + *) Fix bug where 'Satisfy Any' without an AuthType lost all MIME information (and more). Related to PR 9076. [André Malo]