You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/06/02 22:58:56 UTC

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

Author: rpluem
Date: Mon Jun  2 13:58:56 2008
New Revision: 662559

URL: http://svn.apache.org/viewvc?rev=662559&view=rev
Log:
* Promote

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=662559&r1=662558&r2=662559&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jun  2 13:58:56 2008
@@ -90,6 +90,32 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * core: Add the filename of the configuration file to the warning message
+   about the useless use of AllowOverride. PR 39992
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=420307&view=rev
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works
+    +1: rpluem, jim, pquerna
+
+ * htpasswd: Fix salt generation weakness. PR 31440
+   [Andreas Krennmair <ak synflood.at>, Peter Watkins <peterw tux.org>, Paul Querna]
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=629159&view=rev
+       http://svn.apache.org/viewvc?rev=629164&view=rev
+       http://svn.apache.org/viewvc?rev=629218&view=rev
+       http://svn.apache.org/viewvc?rev=630139&view=rev
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works
+    +1: rpluem, jim, pquerna
+
+ * mod_unique_id: Convert request time to seconds before before storing it in
+   unique_id_rec struct. PR 37064
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=596448&view=rev
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works
+    +1: rpluem, jim, pquerna
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -157,33 +183,6 @@
          Trunk version of patch works (minus CHANGES conflict)
     +1: jorton, jim
 
- * core: Add the filename of the configuration file to the warning message
-   about the useless use of AllowOverride. PR 39992
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=420307&view=rev
-    Backport version for 2.2.x of patch:
-       Trunk version of patch works
-    +1: rpluem, jim, pquerna
-
- * htpasswd: Fix salt generation weakness. PR 31440
-   [Andreas Krennmair <ak synflood.at>, Peter Watkins <peterw tux.org>, Paul Querna]
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=629159&view=rev
-       http://svn.apache.org/viewvc?rev=629164&view=rev
-       http://svn.apache.org/viewvc?rev=629218&view=rev
-       http://svn.apache.org/viewvc?rev=630139&view=rev
-    Backport version for 2.2.x of patch:
-       Trunk version of patch works
-    +1: rpluem, jim, pquerna
-
- * mod_unique_id: Convert request time to seconds before before storing it in
-   unique_id_rec struct. PR 37064
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=596448&view=rev
-    Backport version for 2.2.x of patch:
-       Trunk version of patch works
-    +1: rpluem, jim, pquerna
-
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when