]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Review and vote on two quick patches. Promote one to accepted.
authorColm MacCarthaigh <colm@apache.org>
Thu, 13 Apr 2006 08:56:55 +0000 (08:56 +0000)
committerColm MacCarthaigh <colm@apache.org>
Thu, 13 Apr 2006 08:56:55 +0000 (08:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@393769 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d591657094e303d50800cb259eff4ac862ec2fbd..7f5c45c9517cbf4043dc7266019c43e7758bf813 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -74,6 +74,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * htdbm: Warn when the user adds a plaintext password on a platform
+      with crypt().  The server will assume that the format is crypt().
+        Trunk version of patch:
+          http://svn.apache.org/viewcvs?rev=392944&view=rev
+        2.2.x version of patch:
+          Trunk version works
+      +1: trawick, rpluem, colm
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -91,19 +98,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -1 bnicholes - The authorization refactoring that was done is for 2.3 and above.
                      This can not be backported to 2.2.
 
-    * htdbm: Warn when the user adds a plaintext password on a platform
-      with crypt().  The server will assume that the format is crypt().
-        Trunk version of patch:
-          http://svn.apache.org/viewcvs?rev=392944&view=rev
-        2.2.x version of patch:
-          Trunk version works
-      +1: trawick, rpluem
-
     * htdbm: Fix crash in 64-bit mode on HP-UX caused by unexpected
       placement of crypt() prototype (unistd.h).
         Trunk version of patch:
           http://svn.apache.org/viewcvs?rev=393364&view=rev
         2.2.x version of patch:
           Trunk version works
-      +1: trawick
+      +1: trawick, colm