trunk patch applies
+1: trawick, covener, niq
+ * mod_ext_filter: Include recently added TranslateAllMimeTypes option
+ to this AP_INIT_ITERATE parameter (the help message parameter)
+ http://svn.apache.org/viewvc?rev=631342&view=rev
+ +1: covener, trawick, rpluem
+
+ * mod_headers: Add merge option to avoid duplicate values within
+ the same header.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=568323
+ http://svn.apache.org/viewvc?view=rev&revision=568879
+ Backport version for 2.2.x of patch:
+ http://people.apache.org/~chrisd/patches/mod_headers_merge/mod_headers-merge-2.2.x.patch
+ +1: chrisd, niq, rpluem
+
+ * mod_authn_dbd: Disambiguate and tidy database authentication
+ error messages. Also move assignment statements after #if blocks
+ to avoid having them treated as variable declarations.
+ PR: 43210.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=639079
+ http://svn.apache.org/viewvc?view=rev&revision=468042
+ Backport version for 2.2.x of patch:
+ http://people.apache.org/~chrisd/patches/mod_authn_dbd_msgs/mod_authn_dbd-msgs-2.2.x.patch
+ +1: chrisd, niq, rpluem
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
rpluem says: I am missing a minor bump and documentation.
niq replies: Done.
- * mod_ext_filter: Include recently added TranslateAllMimeTypes option
- to this AP_INIT_ITERATE parameter (the help message parameter)
- http://svn.apache.org/viewvc?rev=631342&view=rev
- +1: covener, trawick, rpluem
-
* ApacheMonitor (win32); Sync to current trunk/. This would
Introduce the --kill flag, for use by the installer, solve
a leak when using ApacheMonitor against another machine,
http://people.apache.org/~jim/patches/proxy-ssl-44026-patch.txt
+1: jim, rpluem
- * mod_headers: Add merge option to avoid duplicate values within
- the same header.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=568323
- http://svn.apache.org/viewvc?view=rev&revision=568879
- Backport version for 2.2.x of patch:
- http://people.apache.org/~chrisd/patches/mod_headers_merge/mod_headers-merge-2.2.x.patch
- +1: chrisd, niq, rpluem
-
- * mod_authn_dbd: Disambiguate and tidy database authentication
- error messages. Also move assignment statements after #if blocks
- to avoid having them treated as variable declarations.
- PR: 43210.
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=639079
- http://svn.apache.org/viewvc?view=rev&revision=468042
- Backport version for 2.2.x of patch:
- http://people.apache.org/~chrisd/patches/mod_authn_dbd_msgs/mod_authn_dbd-msgs-2.2.x.patch
- +1: chrisd, niq, rpluem
-
* mod_proxy: Add in 'disablereuse' option for parity with similar
mod_jk functionality.
Trunk version of patch: