]> granicus.if.org Git - apache/commitdiff
vote + easy proposal
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 10 Feb 2014 20:45:25 +0000 (20:45 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 10 Feb 2014 20:45:25 +0000 (20:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1566738 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9044b446f3c1f5690dee6ff2316632c42e207f7c..bbf80036b6080e0ad23a05c3d5d6df43e5f84523 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -213,7 +213,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      number is received from the application.  PR 56110.
      trunk patch: http://svn.apache.org/r1564756
      2.4.x patch: trunk patch works with manipulation of CHANGES
-     +1: trawick, jim
+     +1: trawick, jim, jailletc36
+
+   * Easy proposals to synch 2.4 and trunk
+        - server/protocol.c (r_flush): Use int return type as per declaration
+          of apr_vformatter(); no functional change.
+        - core: Use %pm in order to save 8k of stack in 'ap_pcfg_strerror'
+        - core & cache: s/apr_pstrndup/apr_pstrmemdup/ when applicable
+        - mod_cgid: remove unnecessary total_modules calculation (follow-up to r1096569)
+     trunk patch: http://svn.apache.org/r1487528
+                  http://svn.apache.org/r1563379
+                  http://svn.apache.org/r1563381
+                  http://svn.apache.org/r1565711
+     2.4.x patch: trunk patches work
+     +1: jailletc36
 
 OTHER PROPOSALS