From ca8788ac5943778ce29c14d530c4c64d654e5f91 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Mon, 28 Jan 2002 23:58:27 +0000 Subject: [PATCH] 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 --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.40.0