]> granicus.if.org Git - apache/commitdiff
Add 1.5 proposals and remove one proposed
authorRainer Jung <rjung@apache.org>
Sat, 23 Nov 2013 17:01:55 +0000 (17:01 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 23 Nov 2013 17:01:55 +0000 (17:01 +0000)
backport revision because it is already in 2.4.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1544834 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index daa7990d7a9b4b66fb4701b1f20a5349902efcce..adfeee05a1ec474904656ec9aa64e853a75c22c3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -106,7 +106,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   * mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
     previously limited to 64MB.
     trunk patch: http://svn.apache.org/r1493921
-                 http://svn.apache.org/r1493925
     2.4.x patch: trunk patch works modulo CHANGES
     +1: minfrin, jim
     sf notes: I think a number of variables need to be changed from int to
@@ -122,6 +121,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     sf:      This would require someone to do the work. Until someone has the 
              necessary free cycles, I propose to include
              http://svn.apache.org/r1515162
+    rjung:   See also interim proposal below which becomes obsolete once the
+             one here is accepted but fixes a compiler warning in the meantime.
 
   * ab: Check if malloc succeeded
     PR54344
@@ -173,6 +174,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch
     +1: jim
 
+  * mod_lua: Fix compiler warning by using correct APR_SIZE_T_FMT and APR_OFF_T_FMT
+    format macro in debug logging.
+    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1544820
+    2.4.x patch: trunk patch works, add CHANGES
+    +1: rjung
+
+  * mod_socache_shmcb: Fix compiler warning by using correct apr_size_t for the constant
+    later printed with the APR_SIZE_T_FMT format macro.
+    Not needed in trunk.
+    2.4.x patch: http://people.apache.org/~rjung/patches/mod_socache_shmcb-size_t-2_4.patch
+    +1: rjung
+
+
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: