aaron 02/01/28 15:58:27
Modified: . CHANGES
Log:
Mention the pre_config prototype change, and fix some grammar.
Revision Changes Path
1.543 +5 -1 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -r1.542 -r1.543
--- CHANGES 28 Jan 2002 18:30:06 -0000 1.542
+++ CHANGES 28 Jan 2002 23:58:27 -0000 1.543
@@ -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
|