You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2015/02/07 07:56:00 UTC

svn commit: r1658028 - /httpd/httpd/branches/2.2.x/STATUS

Author: jailletc36
Date: Sat Feb  7 06:55:59 2015
New Revision: 1658028

URL: http://svn.apache.org/r1658028
Log:
Propose (doc + comment update) + add precision on a stalled entry (that maybe should be removed)

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1658028&r1=1658027&r2=1658028&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Feb  7 06:55:59 2015
@@ -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.