You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/08/31 00:33:43 UTC

svn commit: r264881 - /httpd/httpd/trunk/CHANGES

Author: colm
Date: Tue Aug 30 15:33:30 2005
New Revision: 264881

URL: http://svn.apache.org/viewcvs?rev=264881&view=rev
Log:

Make my PR references consistent with everyone elses.


Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?rev=264881&r1=264880&r2=264881&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Aug 30 15:33:30 2005
@@ -11,7 +11,7 @@
      was configured in the vhost configuration.  [Joe Orton]
 
   *) mod_cgid: run the get_suexec_identity hook within the request-handler 
-     instead of within cgid. PR36410. [Colm MacCarthaigh]
+     instead of within cgid. PR 36410. [Colm MacCarthaigh]
 
   *) Correct mod_cgid's argv[0] so that the full path can be delved by the
      invoked cgi application, to conform to the behavior of mod_cgi.
@@ -28,7 +28,7 @@
      script socket on exit. [Colm MacCarthaigh]
 
   *) prefork, worker and event MPMs: Prevent children from holding open 
-     listening ports upon graceful restart or stop. PR28167. 
+     listening ports upon graceful restart or stop. PR 28167. 
      [Colm MacCarthaigh, Brian Pinkerton <bp thinkpink.com>]
 
   *) Linux 2.0: remove support for threaded MPM's due to linuxthreads use