]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update to reflect a backported patch
authorColm MacCarthaigh <colm@apache.org>
Mon, 23 Jan 2006 19:05:36 +0000 (19:05 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 23 Jan 2006 19:05:36 +0000 (19:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@371623 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index d63e387b459c89064a1a38bed5eed52b142941d5..ea56f44a0e51b23ee30213078e2c9e66a4f48cad 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.0.56
 
+  *) Add httxt2dbm to support/ for creating RewriteMap DBM Files.
+     [Paul Querna]
+
   *) support/check_forensic: Fix temp file usage
      [Javier Fernandez-Sanguino Pen~a <jfs computer.org>]
 
diff --git a/STATUS b/STATUS
index e80a92e4b9fc54a120a4d4b6769db90f11b99153..08173e7e83df85d8d623a1d4b0d2e625c5b038dd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -133,11 +133,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs?view=rev&rev=154319
        +1: stoddard, striker, wrowe (as corrected in subsequent patches)
 
-    *) Add httxt2dbm for creating RewriteMap DBM Files.
-       http://svn.apache.org/viewcvs.cgi?rev=209539&view=rev
-       http://people.apache.org/~rbowen/httxt2dbm_proposed_patch
-       +1: pquerna, jorton, trawick, rbowen, jerenkrantz
-
     *) Remove the base href tag from mod_proxy_ftp, as it breaks relative
        links for clients not using an Authorization header.
          modules/proxy/mod_proxy_ftp.c: r231044