]> granicus.if.org Git - apache/commitdiff
Vote + promote
authorDaniel Gruno <humbedooh@apache.org>
Sun, 27 Jan 2013 14:43:37 +0000 (14:43 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 27 Jan 2013 14:43:37 +0000 (14:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1439091 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9b906cb5c1cacd9c4b384d1b52cf8d0e16e6a897..a27071338a62c4b96e1413a10440215a9e100b20 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -125,6 +125,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
             not like the time stamp of last use in the ws_record). Maybe "status_unchanged"?
      rjung: The value is shown as "Seconds since last used". Actually it is more like
             "Seconds since last slot status change", but that would be to ugly as a name.
+            
+   * add new ap_bin2hex() utility function.
+     This is needed to incorporate other changes that make use of this new function.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1422549
+                 http://svn.apache.org/viewvc?view=revision&revision=1422712
+     2.4.x patch: trunk patches works (modulo an offset for httpd.h and minor MMN dump)
+     +1: jailletc36, rjung, humbedooh
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -221,12 +228,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~jailletc36/backport4.patch
     +1: jailletc36, rjung
 
-  * add new ap_bin2hex() utility function.
-    This is needed to incorporate other changes that make use of this new function.
-    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1422549
-                 http://svn.apache.org/viewvc?view=revision&revision=1422712
-    2.4.x patch: trunk patches works (modulo an offset for httpd.h and minor MMN dump)
-    +1: jailletc36, rjung
 
   * Speed-up 'ap_fputs'. This change is just the inline version of what is remaining
     in apr_brigade_puts() after http://svn.apache.org/viewvc?view=revision&revision=1402870