You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/01/21 17:39:31 UTC

svn commit: r1560079 - /httpd/httpd/branches/2.4.x/STATUS

Author: jim
Date: Tue Jan 21 16:39:31 2014
New Revision: 1560079

URL: http://svn.apache.org/r1560079
Log:
ipromote

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1560079&r1=1560078&r2=1560079&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Jan 21 16:39:31 2014
@@ -114,6 +114,26 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~jim/patches/uds-2.4.patch
     +1: jim, druggeri, humbedooh
 
+  * mod_ssl: address the "init functions should return status code rather
+    than ssl_die()" todo from 2002 (avoid orphan IPC objects after startup
+    or reload failures, see also the "ssl_die() and pool cleanup" thread
+    on httpd-dev in Nov '13)
+    trunk patches: https://svn.apache.org/r1544774
+                   https://svn.apache.org/r1544812
+    2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-ssldie.diff
+    +1: kbrand, trawick, jim
+
+  * mod_auth*z scan-build warnings in new code for 2.4.8
+    trunk patch: https://svn.apache.org/r1558483
+    2.4.x patch: trunk patch works
+    +1: trawick, covener, jim
+
+  * ssl_util_ocsp scan-build warning in old code
+    (the code is clearly wrong but completely harmless AFAICT)
+    trunk patch: https://svn.apache.org/r1534890
+    2.4.x patch: trunk patch works
+    +1: trawick, covener, jim
+  
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -183,26 +203,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     -1: covener, seems like unnecessary default change for 2.4. No issue w/o
         default change.  
 
-  * mod_ssl: address the "init functions should return status code rather
-    than ssl_die()" todo from 2002 (avoid orphan IPC objects after startup
-    or reload failures, see also the "ssl_die() and pool cleanup" thread
-    on httpd-dev in Nov '13)
-    trunk patches: https://svn.apache.org/r1544774
-                   https://svn.apache.org/r1544812
-    2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-ssldie.diff
-    +1: kbrand, trawick, jim
-
-  * mod_auth*z scan-build warnings in new code for 2.4.8
-    trunk patch: https://svn.apache.org/r1558483
-    2.4.x patch: trunk patch works
-    +1: trawick, covener, jim
-
-  * ssl_util_ocsp scan-build warning in old code
-    (the code is clearly wrong but completely harmless AFAICT)
-    trunk patch: https://svn.apache.org/r1534890
-    2.4.x patch: trunk patch works
-    +1: trawick, covener, jim
-  
   * mod_dir: stop trying to index or redirect requests that are halfway
     through being rewritten by per-dir mod_rewrite. Old releases would skip any
     unknown r->handler. PR53929