From: Jeff Trawick Date: Sat, 15 Feb 2003 01:03:52 +0000 (+0000) Subject: the fix for PR 12353 is now in 2.0.45-dev X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1e2f90701823bc7c4ec6634d6d79afc5e730d2b;p=apache the fix for PR 12353 is now in 2.0.45-dev PR: 12353 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98666 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2a9d220374..a6dd00afcf 100644 --- a/CHANGES +++ b/CHANGES @@ -44,10 +44,6 @@ Changes with Apache 2.1.0-dev already failed Apache initialization if a piped log program couldn't be started. PR 15761 [Jeff Trawick] - *) Fix mod_cern_meta to not create empty metafiles when the - metafile searched for does not exist. PR 12353 - [Owen Rees ] - *) Modify buildconf to copy all required files into httpd's tree. [Thom May ] @@ -116,6 +112,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) Fix mod_cern_meta to not create empty metafiles when the + metafile searched for does not exist. PR 12353 + [Owen Rees ] + *) 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.)