From: Greg Stein Date: Thu, 4 Oct 2001 03:44:48 +0000 (+0000) Subject: This is a big one people should know about. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291b2c134e4005fadaa566bf3106039143e0bafd;p=thirdparty%2Fapache%2Fhttpd.git This is a big one people should know about. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91268 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 27f61f8e564..f64b3b06a71 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,11 @@ Changes with Apache 1.3.21 + *) Use an installed Expat library rather than the bundled Expat. This + fixes a problem where multiple copies of Expat could be loaded + into the process space, thus conflicting and causing strange + segfaults. Most notably with mod_perl and XML::Parsers::Expat. + [Greg Stein] + *) Handle user modification of WinNT/2K service display names. Prior versions of Apache only accepted identical internal and display names (where internal service names were space-stripped.) [William Rowe]