You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/08/03 14:42:37 UTC

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

Author: jim
Date: Fri Aug  3 05:42:36 2007
New Revision: 562440

URL: http://svn.apache.org/viewvc?view=rev&rev=562440
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?view=diff&rev=562440&r1=562439&r2=562440
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Aug  3 05:42:36 2007
@@ -77,6 +77,24 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_filter: fix merging of ! and = in FilterChain
+      PR: 42186 - patch by Issac Goldstand
+      http://svn.apache.org/viewvc?view=rev&revision=559804
+      http://svn.apache.org/viewvc?view=rev&revision=559840 (CHANGES)
+      +1: niq, rpluem, jim
+
+    * mod_filter: fix integer comparisons
+      PR: 41835
+      http://svn.apache.org/viewvc?view=rev&revision=559837
+      http://svn.apache.org/viewvc?view=rev&revision=559840 (CHANGES)
+      http://svn.apache.org/viewvc?view=rev&revision=559999
+      +1: niq, rpluem, jim
+
+    * mime.types: Use registered types for Javascript/ECMAscript (RFC4329)
+      PR: 40299
+      http://svn.apache.org/viewvc?view=rev&revision=560533
+      http://svn.apache.org/viewvc?view=rev&revision=562236
+      +1: niq, rpluem, jim
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -293,19 +311,6 @@
          Trunk version of patch works
       +1: rpluem
 
-    * mod_filter: fix merging of ! and = in FilterChain
-      PR: 42186 - patch by Issac Goldstand
-      http://svn.apache.org/viewvc?view=rev&revision=559804
-      http://svn.apache.org/viewvc?view=rev&revision=559840 (CHANGES)
-      +1: niq, rpluem, jim
-
-    * mod_filter: fix integer comparisons
-      PR: 41835
-      http://svn.apache.org/viewvc?view=rev&revision=559837
-      http://svn.apache.org/viewvc?view=rev&revision=559840 (CHANGES)
-      http://svn.apache.org/viewvc?view=rev&revision=559999
-      +1: niq, rpluem, jim
-
     * mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
       to authorize an authenticated user via a "require ldap-group X" directive
       where the user is not in group X, but is in a subgroup contained in X.
@@ -316,12 +321,6 @@
       would be used for backport) can be found at:
       http://people.apache.org/~rederpj/NestedGroups_2.2.xBranch.diff 
       +1: rederpj
-
-    * mime.types: Use registered types for Javascript/ECMAscript (RFC4329)
-      PR: 40299
-      http://svn.apache.org/viewvc?view=rev&revision=560533
-      http://svn.apache.org/viewvc?view=rev&revision=562236
-      +1: niq, rpluem, jim
 
     * mime.types: Add registered Apple installer type
       PR: 40379