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 2022/05/25 19:49:59 UTC

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

Author: jailletc36
Date: Wed May 25 19:49:59 2022
New Revision: 1901256

URL: http://svn.apache.org/viewvc?rev=1901256&view=rev
Log:
Easy proposals

[skip ci]

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=1901256&r1=1901255&r2=1901256&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed May 25 19:49:59 2022
@@ -174,6 +174,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: minfrin, jim,
      rpluem says: The version in the compatibility notes is wrong.
 
+  *) Easy backports to synch 2.4 and trunk:
+        - mod_auth_digest: Fix some missed "strcasecmp <--> ap_cstr_casecmp" conversions
+        - mod_dav: fix a typo
+        - mod_lua: Avoid "may be uninitialized" warning
+        - ab: Fix alignment in an 'if' block.
+        - mod_authz_dbd: fix select-groups example, bz 66010
+     trunk patch:
+        https://svn.apache.org/r1756843
+        https://svn.apache.org/r1897890
+        https://svn.apache.org/r1898731
+        https://svn.apache.org/r1900064
+        https://svn.apache.org/r1900077
+     2.4.x patch: svn merge -c 1756843,1897890,1898731,1900064,1900077 ^/httpd/httpd/trunk .
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]