You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/10/01 11:18:14 UTC

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

Author: jailletc36
Date: Tue Oct  1 09:18:13 2013
New Revision: 1527982

URL: http://svn.apache.org/r1527982
Log:
Proposal

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=1527982&r1=1527981&r2=1527982&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Oct  1 09:18:13 2013
@@ -217,6 +217,33 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              is the state of that connection messed up from leaving
              ssl_proceed_handshake() early?
 
+  * easy patches to synch 2.4 and trunk
+    - rotatelog: Factor out from doRotate, main; make error handling consistant
+                 and print the actual error to stderr
+                 PR 45084
+    - rotatelog: Cleanups, no functional change.  Drop revision history,
+                 "svn log" works; use APR_PATH_MAX; constify more
+    - rotatelog: error[120] is already defined in this function. Just use
+                 it instead of shadowing.
+    - rotatelog: Use apr_snprintf(... "%pm"...) instead of explicit call
+                 to apr_strerror
+    - mod_deflate: style fix (no code change)
+    - mod_socache_shmcb: Correct the use of the printf formatter.
+    - mod_cache_socache: Fixed signed<->unsigned compiler warning.
+    - mod_ssl: add missing space between directive description and syntax
+    - mpm/winnt: style consistency in winnt's worker_main
+    trunk: http://svn.apache.org/viewvc?view=revision&revision=1374247
+           http://svn.apache.org/viewvc?view=revision&revision=1409800
+           http://svn.apache.org/viewvc?view=revision&revision=1416121
+           http://svn.apache.org/viewvc?view=revision&revision=1463736
+           http://svn.apache.org/viewvc?view=revision&revision=1499679
+           http://svn.apache.org/viewvc?view=revision&revision=1493925
+           http://svn.apache.org/viewvc?view=revision&revision=1490550
+           http://svn.apache.org/viewvc?view=revision&revision=1509983
+           http://svn.apache.org/viewvc?view=revision&revision=1520760
+    2.4.x: trunk patches work
+    +1: jailletc36
+
 A list of further possible backports can be found at:                                                                                                                                   
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.