You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2009/07/09 17:10:22 UTC

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

Author: takashi
Date: Thu Jul  9 15:10:21 2009
New Revision: 792576

URL: http://svn.apache.org/viewvc?rev=792576&view=rev
Log:
Update patch. Reboot voting.

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=792576&r1=792575&r2=792576&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Jul  9 15:10:21 2009
@@ -139,12 +139,12 @@
    +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