]> granicus.if.org Git - apache/commitdiff
Easy votes to keep 2.4 close to trunk
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 16 Apr 2013 07:07:31 +0000 (07:07 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 16 Apr 2013 07:07:31 +0000 (07:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1468318 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f1f84b8f7aa10db003334e4f8bd4ff0d7f75b50d..ba23dbebe2178bf0b70fe785abc0335cc225b052 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -229,6 +229,27 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch applies if previous proposals for ap_expr get applied.
      +1: rjung, minfrin
 
+    * log: use ap_log_error's facility to print the apr error string
+      instead of calling apr_strerror() explicitly
+      trunk patches: https://svn.apache.org/r1463052
+      2.4.x patch: trunk patch works
+      +1: jailletc36
+
+    * various: Use %pm available since apr 1.3 instead of an extra call to apr_strerror
+      trunk patches: https://svn.apache.org/r1463056
+      2.4.x patch: trunk patch works (with offset)
+      +1: jailletc36
+
+    * mod_auth_digest: 3 easy votes to keep in line with trunk
+        simplification with ap_bin2hex()
+      + use apr_array for an array
+      + ap_log_error already logs the error string, no need to log it twice
+      trunk patches: https://svn.apache.org/r1458020
+                     https://svn.apache.org/r1463044
+                     https://svn.apache.org/r1463045
+      2.4.x patch: trunk patch works
+      +1: jailletc36
+
 
 A list of further possible backports can be found at:                                                                                                                                   
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt