]> granicus.if.org Git - apache/commitdiff
ipromote
authorJim Jagielski <jim@apache.org>
Tue, 8 Jan 2013 20:49:11 +0000 (20:49 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 8 Jan 2013 20:49:11 +0000 (20:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430513 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8ceb6b7b1d38648459339a80407922cf812e2582..f6770bdaeb323109b9c5882b37a38e507ae2d866 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -91,7 +91,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-     
+   * Replace use of apr_file_write() with apr_file_write_full() to prevent
+     incomplete writes.
+     Add comments in some places where error handling/logging is missing.
+     PR: 53131.
+     Submitted by: Nicolas Viennot <apache viennot biz>, Stefan Fritsch
+     Not critical for 2.4.4.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1331110
+     2.4.x patch: Trunk patch works except for modules/slotmem/mod_slotmem_shm.c
+                  which should be ommitted (already done in r1400951).
+     +1: rjung, jim
+     -1: jorton on mod_log_*.c parts per <20130108093848.GA7521@redhat.com>
+     +1: jorton on non-mod_log_*.c parts
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -135,19 +147,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: Trunk patch works.
      +1: rjung
 
-   * Replace use of apr_file_write() with apr_file_write_full() to prevent
-     incomplete writes.
-     Add comments in some places where error handling/logging is missing.
-     PR: 53131.
-     Submitted by: Nicolas Viennot <apache viennot biz>, Stefan Fritsch
-     Not critical for 2.4.4.
-     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1331110
-     2.4.x patch: Trunk patch works except for modules/slotmem/mod_slotmem_shm.c
-                  which should be ommitted (already done in r1400951).
-     +1: rjung, jim
-     -1: jorton on mod_log_*.c parts per <20130108093848.GA7521@redhat.com>
-     +1: jorton on non-mod_log_*.c parts
-
    * Makefile.win: Added copying of .vbs / .wsf CGIs to Windows install target.
                    Moved fixing of shebang to separate target so that it is
                    no longer executed by default and all CGIs remain inactive.