You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/12/08 15:46:19 UTC

svn commit: r1643829 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Mon Dec  8 14:46:19 2014
New Revision: 1643829

URL: http://svn.apache.org/r1643829
Log:
Vote/promote OCSP fix.

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1643829&r1=1643828&r2=1643829&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Dec  8 14:46:19 2014
@@ -104,6 +104,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_ssl: Fix recognition of OCSP stapling responses that are encoded
+     improperly or too large.
+     trunk patch: http://svn.apache.org/r1641077
+                  http://svn.apache.org/r1641095
+     2.4.x patch: trunk works other than CHANGES
+     +1: trawick, covener, ylavic
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -210,13 +216,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1 covener
 
-   * mod_ssl: Fix recognition of OCSP stapling responses that are encoded
-     improperly or too large.
-     trunk patch: http://svn.apache.org/r1641077
-                  http://svn.apache.org/r1641095
-     2.4.x patch: trunk works other than CHANGES
-     +1: trawick, covener
-
    * mpm_event: Notify suspend in any case when starting lingering close (blocking),
      and outside the lingering queue's critical section.
      This is a follow up to r1639614 already backported to 2.4.11 as r1642858.