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 2018/03/28 19:49:08 UTC

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

Author: jailletc36
Date: Wed Mar 28 19:49:08 2018
New Revision: 1827944

URL: http://svn.apache.org/viewvc?rev=1827944&view=rev
Log:
Propose

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=1827944&r1=1827943&r2=1827944&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Mar 28 19:49:08 2018
@@ -241,6 +241,28 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/ssl-policy.patch
      +1: icing
 
+  *) Some easy proposals:
+        - mod_logio, mod_ssl: Remove pointless static in optional fn pointer
+          variable declaration
+        - core: Fix a potential compiler warning about uninitialized variable.
+          PR 59821
+     trunk patch: http://svn.apache.org/r1822931
+                  http://svn.apache.org/r1827783
+     2.4.x patch: svn merge -c 1822931,1827783 ^/httpd/httpd/trunk .
+     +1: jailletc36, 
+
+  *) mod_dumpio: do nothing below log level TRACE7
+     trunk patch: http://svn.apache.org/r1818802
+                  http://svn.apache.org/r1818825
+     2.4.x patch: svn merge -c 1818802,1818825 ^/httpd/httpd/trunk .
+     +1: jailletc36, 
+
+  *) mod_ssl: Use 'ap_log_rerror()' instead of 'ap_log_error()' consistently
+     PR 62003
+     trunk patch: http://svn.apache.org/r1827865
+     2.4.x patch: svn merge -c 1827865 ^/httpd/httpd/trunk .
+     +1: jailletc36,
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]