From: Brian Pane Date: Wed, 26 Dec 2001 10:02:20 +0000 (+0000) Subject: Added an update covering misc performance fixes in 2.0.30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=510d83c43c22e963952acb056ca11b945e6335dc;p=apache Added an update covering misc performance fixes in 2.0.30 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92603 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e257262ea8..23c88a87d2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ Changes with Apache 2.0.30-dev + *) Miscellaneous small performance fixes: optimized away various + string copy operations and removed large temp buffers from + the stack [Brian Pane] + *) Fixed startup segfault that occurred when a VirtualHost directive had a port but no address [Brian Pane]