]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
easy proposals [skip ci]
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 5 Apr 2020 07:24:07 +0000 (07:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 5 Apr 2020 07:24:07 +0000 (07:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1876144 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1b377f790caf361b32d72007127324dfc6879580..1119f5820494a2b7eac889355525de7a7c9f4fa4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -157,6 +157,37 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              months/years without any action item :)
      ylavic: will look at it ASAP..
 
+  *) Easy patches: synch 2.4.x and trunk
+        - core/log: don't ignore some apr_procattr failures (clang scan-build)
+        - doxygen improvements
+        - core: Standardize order of "extern" and XXX_DECLARE_YYY
+        - mod_mime_magic: Fix some compilation warning when MIME_MAGIC_DEBUG is defined.
+        - mod_alias: style: cmd_rec at the bottom
+        - core: Fix a typo in a message
+        - mpm_winnt: malloc -> ap_malloc
+        - mod_usertrack: Slighly simplify code
+        - code: Parentheses around AP_BUCKET_IS_EOR argument
+        - mod_dialup: Fix a typo
+     trunk patch:
+        - http://svn.apache.org/r1534995
+        - http://svn.apache.org/r1560482
+        - http://svn.apache.org/r1728779
+        - http://svn.apache.org/r1805491
+        - http://svn.apache.org/r1861528
+        - http://svn.apache.org/r1868016
+        - http://svn.apache.org/r1874470
+        - http://svn.apache.org/r1874602
+        - http://svn.apache.org/r1875769
+        - http://svn.apache.org/r1875811
+     2.4.x patch: svn merge -c 1534995,1560482,1728779,1805491,1861528,1868016,1874470,1874602,1875769,1875811 ^/httpd/httpd/trunk . 
+     +1: jailletc36
+
+  *) core: default_handler: cleanup outputed brigade before leaving.
+     trunk patch:
+        - http://svn.apache.org/r1783041
+     2.4.x patch: svn merge -c 1783041 ^/httpd/httpd/trunk . 
+     +1: jailletc36
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]