From: Jim Jagielski Date: Wed, 19 Sep 2018 12:49:53 +0000 (+0000) Subject: And promote those with 3 or more +1s X-Git-Tag: 2.4.36~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a14c54cc9184e3aa96d612bca777b7d1d3d07b;p=thirdparty%2Fapache%2Fhttpd.git And promote those with 3 or more +1s git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841326 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index bbd2dfb5211..10b74f0cd73 100644 --- a/STATUS +++ b/STATUS @@ -124,7 +124,34 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) Fix missing spaces in messages + trunk patch: http://svn.apache.org/r1546860 + 2.4.x patch: svn merge -c 1546860 ^/httpd/httpd/trunk . + Merge of server/protocol.c fails but it is not an issue. The + corresponding message has been updated and already backported + in 2.4.x in r1772678. + +1: jailletc36, minfrin, jim + + *) Easy patches: synch 2.4.x and trunk + - mod_sed: Style only + - mod_auth_basic: Clarify a log message + style + - http: Remove a compiler warning + - mod_auth_basic: Fix parsing of the credencial for Basic authorization + - mod_lua: fix function prototype + trunk patch: http://svn.apache.org/r1749402 + http://svn.apache.org/r1656549 + http://svn.apache.org/r1840776 (follow-up to r1656549) + http://svn.apache.org/r1800126 + http://svn.apache.org/r1817131 + http://svn.apache.org/r1834226 + 2.4.x patch: svn merge -c 1749402,1656549,1840776,1800126,1817131,1834226 ^/httpd/httpd/trunk . + +1: jailletc36, minfrin, jim + *) mod_http2: silence compiler warnings, share less memory between + streams/tasks, add some util fixes from mod_md copies, although not called in h2. + trunk patch: http://svn.apache.org/r1835118 + 2.4.x patch: svn merge -c 1835118 ^/httpd/httpd/trunk . + +1: icing, minfrin, jim PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -208,35 +235,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x branch: svn merge ^/httpd/httpd/branches/tlsv1.3-for-2.4.x +1: icing, jorton, - *) Fix missing spaces in messages - trunk patch: http://svn.apache.org/r1546860 - 2.4.x patch: svn merge -c 1546860 ^/httpd/httpd/trunk . - Merge of server/protocol.c fails but it is not an issue. The - corresponding message has been updated and already backported - in 2.4.x in r1772678. - +1: jailletc36, minfrin, jim - - *) Easy patches: synch 2.4.x and trunk - - mod_sed: Style only - - mod_auth_basic: Clarify a log message + style - - http: Remove a compiler warning - - mod_auth_basic: Fix parsing of the credencial for Basic authorization - - mod_lua: fix function prototype - trunk patch: http://svn.apache.org/r1749402 - http://svn.apache.org/r1656549 - http://svn.apache.org/r1840776 (follow-up to r1656549) - http://svn.apache.org/r1800126 - http://svn.apache.org/r1817131 - http://svn.apache.org/r1834226 - 2.4.x patch: svn merge -c 1749402,1656549,1840776,1800126,1817131,1834226 ^/httpd/httpd/trunk . - +1: jailletc36, minfrin, jim - - *) mod_http2: silence compiler warnings, share less memory between - streams/tasks, add some util fixes from mod_md copies, although not called in h2. - trunk patch: http://svn.apache.org/r1835118 - 2.4.x patch: svn merge -c 1835118 ^/httpd/httpd/trunk . - +1: icing, minfrin, jim - *) ab: print Server Temp Key information. trunk patch: http://svn.apache.org/r1738415 http://svn.apache.org/r1826930