]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose (doc + comment update) + add precision on a stalled entry (that maybe should...
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Feb 2015 06:55:59 +0000 (06:55 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 7 Feb 2015 06:55:59 +0000 (06:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1658028 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 32d7dac98b32825ffc84580bc994d3a2c97b8969..d1d26863d7a65d8e4a86f5e6584bfaa5464f6929 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -171,6 +171,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-SSLSessionTickets.patch
      +1: ylavic
 
+   * mod_unique_id: Update docs and comment: the unique id is now 24 characters, not 19
+     See explanation in:
+        http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html#comment_3564
+     trunk patch: http://svn.apache.org/r981084
+     2.2.x patch: trunks works
+     +1 jailletc36
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_proxy_balancer: Always initialize the shared parameters of a load
@@ -229,6 +236,9 @@ PATCHES/ISSUES THAT ARE STALLED
      rjung: I don't understand what was voted on, the backport of both revisions
             or only the PR attachment. The latter is only about r627637.
      covener: withdrawing my vote, I reviewed the attachment but missed the OR_AUTHCFG change.
+    jailletc36: Sorry for confusion. OR_AUTHCFG changes was not intentional. This is linked to
+                r915660 on trunk, before the 2.4 branch. I copy-pasted the AP_INIT block from
+                trunk, without seeing this change.
 
   * core: Support wildcards in both the directory and file components of
     the path specified by the Include directive.