]> granicus.if.org Git - apache/commitdiff
Easy proposals
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Feb 2015 11:28:07 +0000 (11:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Feb 2015 11:28:07 +0000 (11:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1658052 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 573873ba41f88eb9210045dc0a7df855500f406a..fc23a9a4a85f540367a0432d2b08e500c9152c0b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -294,6 +294,34 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: rjung
 
+   * Save a few bytes in conf pool when parsing some directives. Use temp_pool
+     when applicable.
+     trunk patch: http://svn.apache.org/r1657692
+     2.4.x patch: trunk works
+     +1: jailletc36
+
+   * Easy patches - synch with trunk
+        - Add missing APLOGNO.
+        - mod_deflate: don't require <limits.h> by using APR_INT32_MAX instead of INT_MAX.
+        - Move two variable assignments off the fast path.
+        - Fix curly braces style. Remove useless empty lines
+        - tab vs space
+        - Removed tabs.
+        - dump fcgi headers with trace8 instead of debug+compile-time flag.
+        - mod_proxy_connect: fix duplicated AH introduced by r1635645.
+        - Drop severity of "LDAP: Setting referrals to ON" from DEBUG to TRACE4
+     trunk patch:
+        http://svn.apache.org/r1611979
+        http://svn.apache.org/r1611725
+        http://svn.apache.org/r1588448
+        http://svn.apache.org/r1642803
+        http://svn.apache.org/r1657949
+        http://svn.apache.org/r1451108 (only one part still has to be applied. Done manually)
+        http://svn.apache.org/r1656230
+        http://svn.apache.org/r1496178
+     2.4.x patch: http://people.apache.org/~jailletc36/backport11.patch
+     +1: jailletc36
+
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: