]> granicus.if.org Git - apache/commitdiff
Added an update covering misc performance fixes in 2.0.30
authorBrian Pane <brianp@apache.org>
Wed, 26 Dec 2001 10:02:20 +0000 (10:02 +0000)
committerBrian Pane <brianp@apache.org>
Wed, 26 Dec 2001 10:02:20 +0000 (10:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92603 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e257262ea8d3f957696197618ba18253e88a8a93..23c88a87d21a95860cb52552329bdd7ba43a4e27 100644 (file)
--- 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]