]> granicus.if.org Git - apache/commitdiff
vote, promote, propose
authorStefan Fritsch <sf@apache.org>
Sun, 26 Feb 2012 16:24:21 +0000 (16:24 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 26 Feb 2012 16:24:21 +0000 (16:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1293861 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f16fc515d97026844d3252ca4a159b650f1bd568..c575ad48a2c3ccb575014615ee37ff6d72079386 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -88,33 +88,53 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
   * mod_session: Sessions are encoded as application/x-www-form-urlencoded strings,
     however we do not handle the encoding of spaces properly. Fixed.
     Trunk patches: http://svn.apache.org/viewvc?rev=1293658&view=rev
     2.4.x patch: Trunk patch works
-    +1: minfrin, trawick
+    +1: minfrin, trawick, sf
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
 
   * Fix AddOutputFilterByType brown paper bag crash bug
     Initialize pointers, fix off-by-one.
     PR: 52755
     Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1293405
     2.4.x patch: Trunk patch works
-    +1: minfrin
+    +1: minfrin, sf
 
   * Enable per-module loglevel for mod_xml2enc and mod_proxy_html
     Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1293708
     2.4.x patch: Trunk patch works
-    +1: minfrin
+    +1: minfrin, sf
 
   * Fix another compiler warning
     Submitted by: Daniel Shahaf <danielsh elego de>
     Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1293535
     2.4.x patch: Trunk patch works
-    +1: minfrin
+    +1: minfrin, sf
+
+  * Fix compiler warning
+    Submitted by: Daniel Shahaf <danielsh elego de>
+    Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1293534
+    2.4.x patch: Trunk patch works
+    +1: sf
+
+  * Add AP_HAVE_C99 to make correct check for C99 less onerous
+    Using __STDC_VERSION__ without checking if it is defined causes warnings
+    on C89.
+    Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1292043
+    2.4.x patch: http://people.apache.org/~sf/AP_HAVE_C99.diff
+    +1: sf
+
+  * mod_log_config: Check during config test that directories for access logs
+    exist.
+    PR 29941
+    Trunk patches: http://svn.apache.org/viewvc?view=revision&revision=1243651
+    2.4.x patch: Trunk patch works (except for CHANGES and
+                 docs/log-message-tags/next-number)
+    +1: sf
 
 
 PATCHES/ISSUES THAT ARE STALLED