]> granicus.if.org Git - apache/commitdiff
Update proposal
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 15 Apr 2013 14:20:09 +0000 (14:20 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 15 Apr 2013 14:20:09 +0000 (14:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1468092 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 46d9082889a5dfe438685ed21431190bf396100d..39a15bf369ee06fb296019a26762f478d930473e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -206,9 +206,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
    * tune ap_escape_logitem to avoid waste of memory
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1461869
+                  http://svn.apache.org/viewvc?view=revision&revision=1468089
      2.4.x patch: trunk patch works (with some offset)
      +1: jailletc36
      -0: jorton: nitpick, using (signed) int to count string length doesn't look good!
+     jailletc36: done in 1468089
 
    * mod_ssl: Catch missing, mismatched or encrypted client cert/key pairs
     with SSLProxyMachineCertificateFile/Path directives. PR 52212, PR 54698.