]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update patch. Reboot voting.
authorTakashi Sato <takashi@apache.org>
Thu, 9 Jul 2009 15:10:21 +0000 (15:10 +0000)
committerTakashi Sato <takashi@apache.org>
Thu, 9 Jul 2009 15:10:21 +0000 (15:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@792576 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f84d7371a7276c28a6b8cda13865707fe43e9a9f..d3b271f06012c6cd1267988d89033855e2a6ab53 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -139,12 +139,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    +1: niq, rpluem
 
  * mod_info: Add apr / apr-util version output
-   trunk patch: http://cvs.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_info.c?r1=791646&r2=760403
-   2.2.x patch: http://people.apache.org/~fuankg/diffs/mod_info.c.diff
+   trunk patch: http://cvs.apache.org/viewvc/httpd/httpd/trunk/modules/generators/mod_info.c?r1=792570&r2=760403
+   2.2.x patch: http://people.apache.org/~takashi/patches/2.2-mod_info_apr_version.diff
    patch updated: removed font clutter as suggested by niq,
                   added compile-time version output as suggested by wrowe.
-   +1: fuankg, wrowe
-   -1: takashi; This doesn't compile because it doesn't include apu_version.h
+                  Add the missing include of apu_version.h.
+   +1: takashi
 
  * unixd: set suexec_enabled correctly when httpd is run by non-root
    PR 42175