X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=STATUS;h=585876fc610a83e533c6d98aae5624d81265fdaf;hb=cd5ab3c6f211fb90799d3c4730d5218e0e0707b2;hp=8490cfdc0f3a7906f35ba6cf3aff8dc2093004a2;hpb=7d99fb7824615de4360c824bf2a716a2065c8731;p=apache diff --git a/STATUS b/STATUS index 8490cfdc0f..585876fc61 100644 --- a/STATUS +++ b/STATUS @@ -29,7 +29,8 @@ 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.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. @@ -120,10 +121,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - 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 @@ -141,23 +145,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: See also: https://lists.apache.org/thread.html/b924afe0fcc58a8636b753e630421bf6dc2080653a79575fd5fd641a@%3Cdev.httpd.apache.org%3E - *) mod_proxy_fcgi: Add the support for the mod_proxy's flushpackets parameter. - trunk patch: http://svn.apache.org/r1802040 - http://svn.apache.org/r1807876 - http://svn.apache.org/r1808014 - http://svn.apache.org/r1805490 - http://svn.apache.org/r1823886 - 2.4.x: svn merge -c 1802040,1807876,1808014,1805490,1823886 ^/httpd/httpd/trunk . - +1: elukey, jim - elukey: this patch has been requested a couple of times in the users@ mailing list, - but from my tests in trunk the async/set-aside core features would already - do the job without the need of this patch. I am proposing the backport - to allow more users to migrate away from mod_fastcgi. - - -PATCHES/ISSUES THAT ARE BEING WORKED - [ New entries should be added at the START of the list ] - *) mod_ssl: Return 502 instead of 500 when SSL peer check or proxy_post_handshake hook fails. Trunk patch: r1645529 (works)