You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2006/04/13 10:56:57 UTC

svn commit: r393769 - /httpd/httpd/branches/2.2.x/STATUS

Author: colm
Date: Thu Apr 13 01:56:55 2006
New Revision: 393769

URL: http://svn.apache.org/viewcvs?rev=393769&view=rev
Log:
Review and vote on two quick patches. Promote one to accepted.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/STATUS?rev=393769&r1=393768&r2=393769&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Apr 13 01:56:55 2006
@@ -74,6 +74,13 @@
 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 @@
       -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