From: Aaron Bannert Date: Mon, 28 Jan 2002 23:58:27 +0000 (+0000) Subject: Mention the pre_config prototype change, and fix some grammar. X-Git-Tag: 2.0.31~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca8788ac5943778ce29c14d530c4c64d654e5f91;p=apache Mention the pre_config prototype change, and fix some grammar. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93064 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b0013d2279..10e04c1569 100644 --- a/CHANGES +++ b/CHANGES @@ -1,12 +1,16 @@ Changes with Apache 2.0.31-dev + *) Change the pre_config hook to return a value. Modules can now emit + an error message and then cause the server to quit gracefully during + startup. This required a bump to the MMN. [Aaron Bannert] + *) Fix some unix socket descriptor leaks in the handler side of mod_cgid (the part that runs in the server process). Whack a silly "close(-1)" in the handler too. [Jeff Trawick] *) Change the pre_mpm hook to return a value, so that scoreboard init errors percolate up to code that knows how to exit - cleanly. This required bump to the MMN. [Jeff Trawick] + cleanly. This required a bump to the MMN. [Jeff Trawick] *) Add the socket back to the conn_rec and remove the create_connection hook. The create_connection hook had a design flaw that did not