]> granicus.if.org Git - apache/blobdiff - STATUS
Update mergeinfo only: r1735891 was merged to 2.4.x in r1787728.
[apache] / STATUS
diff --git a/STATUS b/STATUS
index dc1431c53dd12dcde8d1bffbebb779f2fbaac39d..585876fc610a83e533c6d98aae5624d81265fdaf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -29,8 +29,9 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.31  : In development.
-    2.4.30  : Tagged on February 19, 2018.
+    2.4.32  : In development.
+    2.4.31  : Tagged on March 03, 2018, not released
+    2.4.30  : Tagged on February 19, 2018, not released.
     2.4.29  : Tagged on October 17, 2017. Released on October 23, 2017.
     2.4.28  : Tagged on September 25, 2017. Released on October 5, 2017.
     2.4.27  : Tagged on July 6, 2017. Released on July 11, 2017.
@@ -123,6 +124,10 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
+
+PATCHES/ISSUES THAT ARE BEING WORKED
+  [ New entries should be added at the START of the list ]
+
   *) mod_dav: Allow other modules to become providers and add ACLs
      to the DAV response.
      trunk patch: http://svn.apache.org/r1748322
@@ -130,10 +135,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1824596
      2.4.x: trunk works modulo CHANGES/MMN/log-message
      +1: minfrin, jim
-
-
-PATCHES/ISSUES THAT ARE BEING WORKED
-  [ New entries should be added at the START of the list ]
+     -1: rpluem: While we allow extensions of structures at the end in general
+                 this is a specific case where the the design of the mod_dav
+                 API clashes with this approach, as the API requires consumers
+                 to create the public structs on their own, something we do
+                 not "allow/encourage" otherwise in order to be able to do the
+                 structure extension. I don't want to see consumers of this API
+                 suffer from the clash we created.
+                 See also:
+                 https://lists.apache.org/thread.html/b924afe0fcc58a8636b753e630421bf6dc2080653a79575fd5fd641a@%3Cdev.httpd.apache.org%3E
 
   *) mod_ssl: Return 502 instead of 500 when SSL peer check or 
      proxy_post_handshake hook fails.