]> granicus.if.org Git - apache/commitdiff
Votes, and moves to WORKING/STALE sections.
authorYann Ylavic <ylavic@apache.org>
Sat, 31 Oct 2015 16:35:54 +0000 (16:35 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 31 Oct 2015 16:35:54 +0000 (16:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1711650 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3fe83fbc6fd34a954eae1ee2bb6f2cb7b6be1ded..6b8b678966df6f432bc01e6986710b4b75491d7a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -122,33 +122,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
-   * mod_journald: Add new module mod_journald to log error logs into journald.
-                   This patch needs changes done in mod_systemd patch (already
-                   proposed for 2.4.x).
-     trunk patch: http://svn.apache.org/r1610339
-                  http://svn.apache.org/r1621806
-     2.4.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.4.x-mod_journald.patch
-     +1: jkaluza, jim
-     rjung, minfrin: Not understanding "This patch needs changes done in
-                     mod_systemd patch", am I right in understanding this patch is
-                     already committed?
-     jkaluza: No, that patch is not committed yet. It is in STALLED section.
-              The link for that patch is: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-mod_systemd.patch
-
-  *) http: Don't remove the Content-Length of zero from a HEAD response if
-     it comes from an origin server, module or script. Allow the previous
-     behaviour (for legacy/buggy modules only, not origin) by also backporting
-     the HttpContentLengthHeadZero directive (and also HttpExpectStrict which
-     comes for free with the same commit).
-     trunk patch: http://svn.apache.org/r1554303
-                  http://svn.apache.org/r1678215
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-preserve_head_cl_zero.patch
-     +1: ylavic, jim
-     ylavic: r1554303 issued a major MMN bump, but since the ABI change is two
-             ints added at the end of core_server_config, the proposed merge
-             does a minor bump only.
-     minfrin: Two new directives need to be documented.
-
   *) mod_alias: Introduce expression parser support for Alias, ScriptAlias
      and Redirect. Limit Redirect expressions to directory (Location) context
      and redirect statuses (implicit or explicit).
@@ -178,16 +151,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1710380
                   http://svn.apache.org/r1710391
      2.4.x trunk works (needs CHANGES)
-     +1 covener
+     +1 covener, ylavic
 
    * mod_cache: Accept HT (Horizontal Tab) when parsing cache related header
                 fields as described in RFC7230. See OWS definition.
                 [Christophe Jaillet, Graham Leggett]
      trunk patch: http://svn.apache.org/r1710723
      2.4.x trunk works (modulo CHANGES)
-     +1: jailletc36
+     +1: jailletc36, ylavic
      jailletc36: CHANGES entry could be tweaked to speak about OWS as per RFC7230
                  instead of RFC2616
+     ylavic: simple s/RFC2616/RFC7230/ in CHANGES entry would be fine IMO.
 
    * core: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
           its parameter when starting httpd as single process (httpd -X).
@@ -205,6 +179,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
 PATCHES/ISSUES THAT ARE BEING WORKED
 
+  *) http: Don't remove the Content-Length of zero from a HEAD response if
+     it comes from an origin server, module or script. Allow the previous
+     behaviour (for legacy/buggy modules only, not origin) by also backporting
+     the HttpContentLengthHeadZero directive (and also HttpExpectStrict which
+     comes for free with the same commit).
+     trunk patch: http://svn.apache.org/r1554303
+                  http://svn.apache.org/r1678215
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-preserve_head_cl_zero.patch
+     +1: ylavic, jim
+     ylavic: r1554303 issued a major MMN bump, but since the ABI change is two
+             ints added at the end of core_server_config, the proposed merge
+             does a minor bump only.
+     minfrin: Two new directives need to be documented.
+
    * mod_proxy_http: Don't establish or reuse a backend connection before pre-
      fetching the request body, so to minimize the delay between it is supposed
      to be alive and the first bytes sent: this is a best effort to prevent the
@@ -284,6 +272,19 @@ PATCHES/ISSUES THAT ARE STALLED
      2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-mod_systemd.patch
      +1: jkaluza
 
+   * mod_journald: Add new module mod_journald to log error logs into journald.
+                   This patch needs changes done in mod_systemd patch (already
+                   proposed for 2.4.x).
+     trunk patch: http://svn.apache.org/r1610339
+                  http://svn.apache.org/r1621806
+     2.4.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.4.x-mod_journald.patch
+     +1: jkaluza, jim
+     rjung, minfrin: Not understanding "This patch needs changes done in
+                     mod_systemd patch", am I right in understanding this patch is
+                     already committed?
+     jkaluza: No, that patch is not committed yet. It is in STALLED section.
+              The link for that patch is: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-mod_systemd.patch
+
    * core: Add support for systemd socket activation.
      trunk patch: http://svn.apache.org/r1511033
                   http://svn.apache.org/r1608686