]> granicus.if.org Git - apache/commitdiff
Give Brian and Justin credit for code backported into 2.0. Is this really the only...
authorBill Stoddard <stoddard@apache.org>
Thu, 26 Aug 2004 18:30:41 +0000 (18:30 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 26 Aug 2004 18:30:41 +0000 (18:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104828 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 2b41c7147a45549fd2db34aeed45094c7045244b..d7f3b35061e827d98a90bc0e481677b093c00029 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -41,9 +41,6 @@ Changes with Apache 2.1.0-dev
   *) Added proxy_ajp.c module for proxy support to ajp:// backends.
      [Jean Frederic Clere]
 
-  *) mod_disk_cache: Implement binary format for on-disk header files.
-     [Brian Akins <bakins web.turner.com>, Justin Erenkrantz]
-
   *) Fixes the build of proxy on Windows. Since the proxy_module is declared
      as extern using AP_MODULE_DECLARE_DATA that expands to dllexport, there
      is a LNK2001 error when building proxy_http. [Mladen Turk]
@@ -418,6 +415,9 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.51
 
+  *) mod_disk_cache: Implement binary format for on-disk header files.
+     [Brian Akins <bakins web.turner.com>, Justin Erenkrantz]
+
   *) mod_autoindex: Don't truncate the directory listing if a stat()
      call fails (for instance on a >2Gb file).  PR 17357.
      [Joe Orton]