You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/05/07 22:06:18 UTC

svn commit: r654246 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Wed May  7 13:06:17 2008
New Revision: 654246

URL: http://svn.apache.org/viewvc?rev=654246&view=rev
Log:
* Promote

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=654246&r1=654245&r2=654246&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed May  7 13:06:17 2008
@@ -95,6 +95,31 @@
      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 ]
 
@@ -161,11 +186,6 @@
    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,
@@ -195,26 +215,6 @@
       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: