From: Bradley Nicholes Date: Wed, 23 May 2001 17:03:59 +0000 (+0000) Subject: Abnormal exit clean up added for NetWare X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8687dae809ac29da951c3bdf44cf4f8c9e316ed4;p=thirdparty%2Fapache%2Fhttpd.git Abnormal exit clean up added for NetWare git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89225 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 6177d0688b6..5cbee4c2dd0 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 1.3.21 + *) Added an abnormal exit clean up routine to make sure that ApacheC NLM + is always unloaded cleanly. This fixes the "Ouch! out of memory" + problem when restarting Apache for NetWare after an abnormal exit + due to configuration errors. + [Brad Nicholes ] + *)_Change the compile switches for ReliantUNIX SVR4 not to use SYSV semaphores, because upon reaching the system limit of semaphores, the whole server exits (not just one child).