You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2022/11/29 13:09:01 UTC

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

Author: covener
Date: Tue Nov 29 13:09:00 2022
New Revision: 1905604

URL: http://svn.apache.org/viewvc?rev=1905604&view=rev
Log:
vote/promote

not resetting votes for changes-entries addition

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=1905604&r1=1905603&r2=1905604&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Nov 29 13:09:00 2022
@@ -177,6 +177,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
         svn merge works
      +1: jim, ylavic, icing
 
+  *) mod_dav: Open the lock database read-only when possible
+     trunk patch: http://svn.apache.org/r1905229
+                  http://svn.apache.org/r1905404
+     2.4.x patch: trunk works
+     +1: manu, jailletc36 (by inspection), covener
+
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -220,13 +227,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      PR: https://github.com/apache/httpd/pull/331
      +1: icing,
 
-  *) mod_dav: Open the lock database read-only when possible
-     trunk patch: http://svn.apache.org/r1905229
-     2.4.x patch: trunk works
-     +1: manu, jailletc36 (by inspection)
-    jailletc36: I've prepared a changelog in r1905404. It could eb included in the
-                backport proposal
-
   *) mod_dav: DAVlockDiscovery option to disable WebDAV lock discovery
      This is a game changer for performances if client use PROPFIND a lot,
      trunk patch: http://svn.apache.org/r1904638