]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Moce proposal to the correct section
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 19 Nov 2022 16:02:05 +0000 (16:02 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 19 Nov 2022 16:02:05 +0000 (16:02 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905405 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f98ea1fb49fddde06f0f4ec116eea7624f832df5..cfcc0835ab79c3ff9b76f2c408e3df847c1bf49b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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.