]> granicus.if.org Git - apache/commitdiff
Vote, promote.
authorGraham Leggett <minfrin@apache.org>
Sat, 14 Sep 2013 14:40:34 +0000 (14:40 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 14 Sep 2013 14:40:34 +0000 (14:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1523258 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0cb3742717c77abbf7d122b287b89f6d8390f755..df2a59d8308a6d0489cf0591f0cfdd65bd38da57 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -164,6 +164,21 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk patch works
     +1: trawick, covener, humbedooh
 
+  * modules: Fix some compiler warnings.
+    trunk patch: http://svn.apache.org/r1500345
+                 http://svn.apache.org/r1500362
+                 http://svn.apache.org/r1500423
+                 http://svn.apache.org/r1500483
+                 http://svn.apache.org/r1500519
+    2.4.x patch: trunk patches work
+    +1: fuankg, jim, minfrin
+    comments:
+         jim: In general, casts are sometimes used to "hide" problems
+              that exist, esp when using the incorrect data types...
+              Are these casts safe?
+      fuankg: replied to list with further details about patches.
+      humbedooh: in r1500362, the lua changes can just be backported now :)
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -216,21 +231,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              necessary free cycles, I propose to include
              http://svn.apache.org/r1515162
 
-  * modules: Fix some compiler warnings.
-    trunk patch: http://svn.apache.org/r1500345
-                 http://svn.apache.org/r1500362
-                 http://svn.apache.org/r1500423
-                 http://svn.apache.org/r1500483
-                 http://svn.apache.org/r1500519
-    2.4.x patch: trunk patches work
-    +1: fuankg, jim
-    comments:
-         jim: In general, casts are sometimes used to "hide" problems
-              that exist, esp when using the incorrect data types...
-              Are these casts safe?
-      fuankg: replied to list with further details about patches.
-      humbedooh: in r1500362, the lua changes can just be backported now :)
-
   * mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication
     and align w/ trunk.
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1409214