]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Work on split suggested by Christophe.
authorYann Ylavic <ylavic@apache.org>
Tue, 28 Oct 2014 09:57:06 +0000 (09:57 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 28 Oct 2014 09:57:06 +0000 (09:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1634829 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 57754661f199a09d26d35a20b582a2c35bce09f7..46827477540cea9cd55f62e684e39fc2f5f9db22 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -204,17 +204,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-socket-activation.patch
      +1: jkaluza
 
-   * mod_proxy: Avoid (unlikely) more accesses to freed memory.
-     trunk patch: http://svn.apache.org/r1632740
-                  http://svn.apache.org/r1632742
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-apr_bucket_delete_more_fixes.patch
-     +1: ylavic
-     ylavic: No CHANGES entry is added but rather the existing one for the same
-             issue in mod_proxy_http (2.4.11's backport r1632736) has been modified.
-     jailletc36: Could you split r1632742 in order to separate the '(unlikely) more accesses
-                 to freed memory' from the change of behavior in mod_buffer. This one should need
-                 a changelog, IMHO.
-
 
 OTHER PROPOSALS
 
@@ -225,6 +214,18 @@ OTHER PROPOSALS
 
 PATCHES/ISSUES THAT ARE BEING WORKED
 
+   * mod_proxy: Avoid more (unlikely) accesses to freed memory.
+     trunk patch: http://svn.apache.org/r1632740
+                  http://svn.apache.org/r1632742
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-apr_bucket_delete_more_fixes.patch
+     +1: ylavic
+     ylavic: No CHANGES entry is added but rather the existing one for the same
+             issue in mod_proxy_http (2.4.11's backport r1632736) has been modified.
+     jailletc36: Could you split r1632742 in order to separate the '(unlikely) more accesses
+                 to freed memory' from the change of behavior in mod_buffer. This one should need
+                 a changelog, IMHO.
+     ylavic: OK, will do.
+
 
 PATCHES/ISSUES THAT ARE STALLED