From 2d854077e308522fc9ab07987ef69d15ebb53c14 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 8 Jan 2013 20:49:11 +0000 Subject: [PATCH] ipromote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430513 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/STATUS b/STATUS index 8ceb6b7b1d..f6770bdaeb 100644 --- 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 , 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 , 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. -- 2.50.1