You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/10/12 15:49:46 UTC

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

Author: trawick
Date: Fri Oct 12 13:49:46 2012
New Revision: 1397564

URL: http://svn.apache.org/viewvc?rev=1397564&view=rev
Log:
re: apr 1.2 compat: I guess they're using a system apr and the OS
vendor is supplying security fixes

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=1397564&r1=1397563&r2=1397564&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Oct 12 13:49:46 2012
@@ -94,6 +94,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * byterange filter: Remove apr 1.3 dependency by dropping apr_array_clear
+     trunk patch: n/a
+     2.4.x patch: n/a
+     2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-byterange-table_clear.diff
+     +1: covener, rjung, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -194,12 +199,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~rjung/patches/dummy_connection-https-tls-2_2.patch
      +1: rjung, covener
 
-   * byterange filter: Remove apr 1.3 dependency by dropping apr_array_clear
-     trunk patch: n/a
-     2.4.x patch: n/a
-     2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-byterange-table_clear.diff
-     +1: covener, rjung
-
    * ab: add TLS1.1/TLS1.2 options to -f switch, and adapt output
      to more accurately report the negotiated protocol. PR 53916.
      trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1395225