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/11/19 16:02:06 UTC

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

Author: jailletc36
Date: Sat Nov 19 16:02:05 2022
New Revision: 1905405

URL: http://svn.apache.org/viewvc?rev=1905405&view=rev
Log:
Moce proposal to the correct section

[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=1905405&r1=1905404&r2=1905405&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Nov 19 16:02:05 2022
@@ -220,6 +220,21 @@ 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
+
+  *) 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
+                  http://svn.apache.org/r1904662 
+                  http://svn.apache.org/r1905170
+                  http://svn.apache.org/r1905206
+                  http://svn.apache.org/r1905230
+     2.4.x patch: trunk works
+     +1: manu
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]
@@ -282,21 +297,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
              make it nonblocking (by default)?
         jim: Non-blocking seems the best way to handle...
 
-  *) 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
-
-  *) 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
-                  http://svn.apache.org/r1904662 
-                  http://svn.apache.org/r1905170
-                  http://svn.apache.org/r1905206
-                  http://svn.apache.org/r1905230
-     2.4.x patch: trunk works
-     +1: manu
-
 PATCHES/ISSUES THAT ARE STALLED
 
   *) core: avoid duplicate headers when using ap_send_error_response.