]> granicus.if.org Git - apache/commitdiff
the fix for PR 12353 is now in 2.0.45-dev
authorJeff Trawick <trawick@apache.org>
Sat, 15 Feb 2003 01:03:52 +0000 (01:03 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 15 Feb 2003 01:03:52 +0000 (01:03 +0000)
PR: 12353

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98666 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2a9d220374b3e7b6c3080d98c8291fb93434559b..a6dd00afcfe7f54dd5d0ad7f77613ca378fcfa6b 100644 (file)
--- 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 <owen_rees@hp.com>]
-
   *) Modify buildconf to copy all required files into httpd's tree.
      [Thom May <thom@planetarytramp.net>]
 
@@ -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 <owen_rees@hp.com>]
+
   *) 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.)