]> granicus.if.org Git - apache/commitdiff
moving the description of this fix to 2.0.27. I bumped the tag on that fix,
authorGreg Ames <gregames@apache.org>
Fri, 2 Nov 2001 21:55:47 +0000 (21:55 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 2 Nov 2001 21:55:47 +0000 (21:55 +0000)
and will do so on this file in a sec, then re-commit this file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91737 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e516cacba4efe8ac26e920e1dd7e72bfe88c4551..798af0fa0874e2c7fc8d4657441e9edc9380bc01 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,15 +1,10 @@
-Changes with Apache 2.0.28-dev
+Changes with Apache 2.0.27
 
   *) Fixed a memory leak in the getline parsing code that could
      be triggered by arbitrarily large header lines. Requests
      from the core input filter for single lines are now limited
      to HUGE_STRING_LEN (8192 bytes).  [Aaron Bannert]
 
-  *) Introduce an Apache mod_ssl initial configuration template 
-     (ssl.conf, generated from ssl-std.conf).  [Ralf S. Engelschall]
-
-Changes with Apache 2.0.27
-
   *) Fix a truncation bug in how we print the port on the Via: header. 
      The routine that prints the Via: header now takes a length for
      the port string.  [Zvi Har'El <rl@math.technion.ac.il>]