]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* CHANGES
authorSander Striker <striker@apache.org>
Wed, 15 Sep 2004 12:56:32 +0000 (12:56 +0000)
committerSander Striker <striker@apache.org>
Wed, 15 Sep 2004 12:56:32 +0000 (12:56 +0000)
  Remove items that didn't make it into 2.0.51

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 01004e1c89937d381a2b8b02a29cac37ca1a3e43..8f5980f122ca738bd8371fb8c77847dd35cba78a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,13 +12,6 @@ Changes with Apache 2.0.51
      mod_dav_fs: Fix a segfault in the handling of an indirect lock
      refresh.  PR 31183.  [Joe Orton]
 
-  *) Add -l option to rotatelogs to let it use local time rather than
-     UTC.  PR 24417.  [Ken Coar, Uli Zappe <uli ritual.org>]
-
-  *) mod_log_config: Fix a bug which prevented request completion time
-     from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
-     processing.  PR 29696.  [Alois Treindl <alois astro.ch>]
-
   *) mod_include no longer checks for recursion, because that's done
      in the core. This allows for careful usage of recursive SSI.
      [AndrĂ© Malo]