]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
re: apr 1.2 compat: I guess they're using a system apr and the OS
authorJeff Trawick <trawick@apache.org>
Fri, 12 Oct 2012 13:49:46 +0000 (13:49 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 12 Oct 2012 13:49:46 +0000 (13:49 +0000)
vendor is supplying security fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1397564 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d9b965ab3679d60591f9c7f6c34586cbb1365751..d21c9d0caac3b5be759b9f462c7c054f74059b79 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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