You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2021/01/17 17:03:24 UTC

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

Author: minfrin
Date: Sun Jan 17 17:03:23 2021
New Revision: 1885609

URL: http://svn.apache.org/viewvc?rev=1885609&view=rev
Log:
Vote followed directly by a promote.

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=1885609&r1=1885608&r2=1885609&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Jan 17 17:03:23 2021
@@ -138,6 +138,23 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) Easy patches: synch 2.4.x and trunk
+        - mod_dav: save a few cycles
+        - mod_{ssl,md}: init_stapling_status hooks should return an int
+        - util_md5: avoid temporary stack result in ap_md5_binary()
+        - mod_proxy_balancer: Add a missing </tr>
+        - mod_md: get_stapling_status hooks should return an int
+        - mod_session: Improve a message about SessionExpiryUpdateInterval values
+     trunk patch:
+          http://svn.apache.org/r1837388
+          http://svn.apache.org/r1876549
+          http://svn.apache.org/r1877551
+          http://svn.apache.org/r1882210
+          http://svn.apache.org/r1882399
+          http://svn.apache.org/r1883414
+     2.4.x patch: svn merge -c 1837388,1876549,1877551,1882210,1882399,1883414 ^/httpd/httpd/trunk .
+     +1: jailletc36, ylavic, minfrin
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -207,23 +224,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jailletc36, minfrin
 
   *) Easy patches: synch 2.4.x and trunk
-        - mod_dav: save a few cycles
-        - mod_{ssl,md}: init_stapling_status hooks should return an int
-        - util_md5: avoid temporary stack result in ap_md5_binary()
-        - mod_proxy_balancer: Add a missing </tr>
-        - mod_md: get_stapling_status hooks should return an int
-        - mod_session: Improve a message about SessionExpiryUpdateInterval values
-     trunk patch:
-          http://svn.apache.org/r1837388
-          http://svn.apache.org/r1876549
-          http://svn.apache.org/r1877551
-          http://svn.apache.org/r1882210
-          http://svn.apache.org/r1882399
-          http://svn.apache.org/r1883414
-     2.4.x patch: svn merge -c 1837388,1876549,1877551,1882210,1882399,1883414 ^/httpd/httpd/trunk . 
-     +1: jailletc36, ylavic
-
-  *) Easy patches: synch 2.4.x and trunk
         - mod_http2: Fix ascii art
         - mod_http2: fix some dox comments
         - mod_dav: Don't call memcpy(,NULL,0)