]> granicus.if.org Git - apache/commitdiff
mention some mod_include fixes (currently in 2.0.25-dev) and
authorJeff Trawick <trawick@apache.org>
Fri, 17 Aug 2001 21:23:57 +0000 (21:23 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 17 Aug 2001 21:23:57 +0000 (21:23 +0000)
some previously unacknowledged Win32 stuff in 2.0.24)

when we decide if mod_include is fixed for the time being we
may move back the mod_include fixes

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 44bc2510b53bd742a18676e208a26ebb2546b5ea..4834e60382e9fc66eb87f451869e3e4ab8d05221 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.25-dev
 
+  *) Fix a couple of issues in mod_include when the tag appeared at
+     offsets near 8192 in the file being parsed.  [Jeff Trawick]
+
   *) Fix --enable-modules=all breakage with mod_auth_db and mod_auth_digest
      by allowing a module to disable itself if its prerequisites are not
      met.  [Justin Erenkrantz]
@@ -9,6 +12,19 @@ Changes with Apache 2.0.25-dev
 
 Changes with Apache 2.0.24
 
+  *) Numerous improvements to the Win32 build system.  Introduced command line
+     builds without requiring .mak files for MSVC 6.0 and later versions.
+     Improved .dsp file compatibility for both Visual Studio 5.0 and 6.0 users.
+     [William Rowe]
+
+  *) Assorted corrections and improvements to the winnt_mpm startup code.  Better
+     reporting of uninstalled services and other error conditions, and changed the 
+     default service name to Apache2.  [William Rowe]
+
+  *) Numerous improvements to the Win32 ApacheMonitor utility, including winnt_mpm 
+     compatibility with existing Apache 1.3 Win32 Apache management utilites.  
+     [Mladen Turk <mturk@mappingsoft.com>, William Rowe]
+
   *) Fixed the segfaults in mod_mime introduced by hash tables in 2.0.20.
      [William Rowe, Greg Ames]