From 291b2c134e4005fadaa566bf3106039143e0bafd Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Thu, 4 Oct 2001 03:44:48 +0000 Subject: [PATCH] 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 --- src/CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) 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] -- 2.47.3