You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/03/11 00:20:24 UTC

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

Author: humbedooh
Date: Sun Mar 10 23:20:24 2013
New Revision: 1454956

URL: http://svn.apache.org/r1454956
Log:
some votes

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=1454956&r1=1454955&r2=1454956&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Mar 10 23:20:24 2013
@@ -186,25 +186,25 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     this is a real issue.
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1429561
     2.4.x patch: trunk patch applies.
-    +1: jailletc36
+    +1: jailletc36, humbedooh
 
   * mod_charset_lite: clean up and speed up special case of logging function by x13 using ap_bin2hex intoduced in 2.4.4
     It will be in lowercase instead of uppercase, but it is only for logging. I don't think this is a real issue.
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1429582
     2.4.x patch: trunk patch applies.
-    +1: jailletc36
+    +1: jailletc36, humbedooh
     
   * mod_log_forensic: Speed up logging of characters that need to be escaped. PR 50919
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1429564
     2.4.x patch: trunk patch applies.
-    +1: jailletc36
+    +1: jailletc36, humbedooh
 
   * ssl_util_ssl: Speed up logging function by x4 using ap_bin2hex intoduced in 2.4.4
     It will be in lowercase instead of uppercase, but it is only for logging. I don't think this is a real issue.
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1429559
                  http://svn.apache.org/viewvc?view=revision&revision=1451484
     2.4.x patch: trunk patch applies with offset.
-    +1: jailletc36
+    +1: jailletc36, humbedooh
     
   * mod_cache_disk: fix merge of min/max file size by setting corresponding _set
     trunk patch: http://svn.apache.org/r1453604