summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-08-30 22:33:30 +0000
committerColm MacCarthaigh <colm@apache.org>2005-08-30 22:33:30 +0000
commitd2379c9193948a13a76790b11e81e65544d9056a (patch)
tree44fe7b08f500c515063f6136aab4ffb635540321
parent7c8c7721962327fe3aa00ac46a870f58deed635e (diff)
downloadhttpd-d2379c9193948a13a76790b11e81e65544d9056a.tar.gz
Make my PR references consistent with everyone elses.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@264881 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 472853c751..c0135e5328 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,7 @@ Changes with Apache 2.3.0
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 @@ Changes with Apache 2.3.0
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