You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/06/15 16:13:49 UTC

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

Author: jailletc36
Date: Sat Jun 15 16:13:49 2019
New Revision: 1861409

URL: http://svn.apache.org/viewvc?rev=1861409&view=rev
Log:
Proposals

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=1861409&r1=1861408&r2=1861409&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jun 15 16:13:49 2019
@@ -177,6 +177,37 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      jailletc36: at least, r1853302 is required, IMHO
      minfrin: r1853302 is added in above, jim agrees
 
+  *) core: Fix a compilation error when GPROF is defined.
+     trunk patch: http://svn.apache.org/r1857859
+     2.4.x patch: svn merge -c 1857859 ^/httpd/httpd/trunk .
+     +1: jailletc36
+
+  *) cache_storage: be consistent when building a cache key value when CacheKeyBaseURL is used with
+                    an URL that contains a :port.
+                    PR 53915 [Rein Tollevik <rein basefarm.no>]
+     trunk: http://svn.apache.org/r1851146
+     2.4.x patch: svn merge -c 1851146 ^/httpd/httpd/trunk .
+     +1: jailletc36
+
+  *) easy patches to synch 2.4.x and trunk:
+        - core: extend description of r->hostname
+        - mod_proxy_http: Avoid memory allocation before making sure that this handler can handle the URL
+        - core: Save a few cycles in 'ap_parse_form_data()'
+        - mod_cache_socache: Save some cycles
+        - mod_proxy_ftp: Save some cycle
+        - vhost: move an assignment to the end of the loop to ease readability and please a compiler
+        - core: Be a little more verbose when an error in trigerred in 'ap_set_file_slot()'
+     trunk patch:
+        - http://svn.apache.org/r1426802
+        - http://svn.apache.org/r1744460
+        - http://svn.apache.org/r1829799
+        - http://svn.apache.org/r1824716
+        - http://svn.apache.org/r1838318
+        - http://svn.apache.org/r1840678
+        - http://svn.apache.org/r1861294
+     2.4.x patch: svn merge -c 1426802,1744460,1829799,1824716,1838318,1840678,1861294 ^/httpd/httpd/trunk . 
+     +1: jailletc36
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]