Commit 39914983 authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1730933 13f79535-47bb-0310-9956-ffa450edef68
parent 473c8bff
Loading
Loading
Loading
Loading
+28 −30
Original line number Diff line number Diff line
@@ -112,11 +112,6 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]



PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]

  *) mod_alias: Introduce expression parser support for Alias, ScriptAlias
     and Redirect. Limit Redirect expressions to directory (Location) context
     and redirect statuses (implicit or explicit).
@@ -128,6 +123,33 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: https://people.apache.org/~minfrin/httpd-mod_alias-expr2.patch
     +1: minfrin, jim, rpluem

  *) mod_cache_socache: Fix a possible cached entity body corruption when it
     is received from an origin server in multiple batches and forwarded by
     mod_proxy.
     trunk patch: http://svn.apache.org/r1721899
     2.4.x patch: trunk works, module CHANGES
     +1: ylavic, jim, rpluem

  *) mod_watchdog: Error logging
     trunk patch:  http://svn.apache.org/r1722154
                   http://svn.apache.org/r1722701
     2.4.x patch:  trunk works
     +1: jim, rjung, rpluem

  *) various: APLOGNO
     trunk patch:  http://svn.apache.org/r1725485
     2.4.x patch:  trunk works
                   http://home.apache.org/~jim/patches/aplogno-2.4.patch
     +1: jim, rjung, rpluem

  *) mod_heartmonitor: No need to search twice for the same value + fix some style
     trunk patch:  http://svn.apache.org/r1727842
     2.4.x patch:  trunk works
     +1: jailletc36, jim, rpluem

PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]

  *) mod_ssl: Free dhparams when getting DH params. This fixes issue when
     SSLCryptoDevice does not get unregistered because of non-zero refcount
     during the mod_ssl unload happening on httpd startup.
@@ -137,13 +159,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     ylavic: +1 with r1723295 (likewise for ecparams).
     rpluem says: Can we get an updated 2.4.x proposal that includes r1723295?

  *) mod_cache_socache: Fix a possible cached entity body corruption when it
     is received from an origin server in multiple batches and forwarded by
     mod_proxy.
     trunk patch: http://svn.apache.org/r1721899
     2.4.x patch: trunk works, module CHANGES
     +1: ylavic, jim, rpluem

  *) mod_ssl: Add SSLOCSPProxyURL to add the possibility to do all queries
     to OCSP responders through a HTTP proxy.
     Trunk version of patch:
@@ -208,23 +223,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1: icing, jim
     rpluem says: +1, but I would like to see http://svn.apache.org/r1730865 added.

  *) mod_watchdog: Error logging
     trunk patch:  http://svn.apache.org/r1722154
                   http://svn.apache.org/r1722701
     2.4.x patch:  trunk works
     +1: jim, rjung, rpluem

  *) various: APLOGNO
     trunk patch:  http://svn.apache.org/r1725485
     2.4.x patch:  trunk works
                   http://home.apache.org/~jim/patches/aplogno-2.4.patch
     +1: jim, rjung, rpluem

  *) mod_heartmonitor: No need to search twice for the same value + fix some style
     trunk patch:  http://svn.apache.org/r1727842
     2.4.x patch:  trunk works
     +1: jailletc36, jim, rpluem

  *) mod_proxy_wstunnel, mod_proxy_connect: Use the correct pool and allocator
     lifetime when sending brigades and buckets down the filter chain to the
     backend and the client in mod_proxy_wstunnel and mod_proxy_connect.