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 2010/08/10 21:06:37 UTC

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

Author: jim
Date: Tue Aug 10 19:06:37 2010
New Revision: 984166

URL: http://svn.apache.org/viewvc?rev=984166&view=rev
Log:
And flow up

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=984166&r1=984165&r2=984166&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Aug 10 19:06:37 2010
@@ -99,6 +99,20 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.2 patch: trunk patch works with offset
      +1: sf, rpluem, trawick, jim
 
+   * core: (re)-introduce -T commandline option to suppress documentroot
+     check at startup
+     PR 41887
+     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=893027
+     2.2 patch: trunk patch Works with offset.
+     +1: niq, rpluem, jim
+
+   * VHosts: fix parsing of pure-numeric hostname.
+     PR 44979
+     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=832172
+     2.2 patch: trunk patch Works with offset.
+     +1: niq, rpluem, jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -231,19 +245,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          stop character array and error on all control characters not
          allowed by HTTP.
 
-   * core: (re)-introduce -T commandline option to suppress documentroot
-     check at startup
-     PR 41887
-     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=893027
-     2.2 patch: trunk patch Works with offset.
-     +1: niq, rpluem, jim
-
-   * VHosts: fix parsing of pure-numeric hostname.
-     PR 44979
-     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=832172
-     2.2 patch: trunk patch Works with offset.
-     +1: niq, rpluem, jim
-
    * config: fix/optimize SSL connections for IE6 browsers
      PR 49484
      Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=966055