You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/04/10 20:51:26 UTC

svn commit: r1466617 - /httpd/httpd/branches/2.4.x/STATUS

Author: jailletc36
Date: Wed Apr 10 18:51:26 2013
New Revision: 1466617

URL: http://svn.apache.org/r1466617
Log:
Easy proposals

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1466617&r1=1466616&r2=1466617&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Apr 10 18:51:26 2013
@@ -226,6 +226,25 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~druggeri/patches/httpd-2.2.x-failontimeout.patch
      +1: druggeri
 
+   * remove useless tests ==> (*x && apr_isspace(*x))
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1452128
+     2.4.x patch: trunk patch works (with some offset)
+     +1: jailletc36
+
+   * tune ap_escape_logitem to avoid waste of memory
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1461869
+     2.4.x patch: trunk patch works (with some offset)
+     +1: jailletc36
+
+   * use %pm instead of explicit call to apr_strerror (more to be backported but they don't
+     apply out of the box for now)
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1463750
+                  http://svn.apache.org/viewvc?view=revision&revision=1463754
+                  http://svn.apache.org/viewvc?view=revision&revision=1464675
+     2.4.x patch: trunk patchs work
+     +1: jailletc36
+
+
 A list of further possible backports can be found at:                                                                                                                                   
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.