]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
That's it for that version...
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 28 Jul 2001 02:23:31 +0000 (02:23 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 28 Jul 2001 02:23:31 +0000 (02:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89755 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a4b1b87968987f37681522741ab4511355d99347..be71870b2f395ef6865bd84ab90847b7b5361e2e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,15 @@
 Changes with Apache 2.0.22-dev
 
+  *) Apache/Win32 now fills in the service description with Apache's
+     server version string, including loaded and advertised modules.
+     [William Rowe]
+
+  *) Improved support for the Win32 build, to recover gracefully from
+     missing apr or apr-util directories or the awk interpreter, 
+     create the proper cgi-bin examples, including a test-cgi.bat, and 
+     fix the perl shebang line for printenv.pl, when installing from 
+     the build environment.  [William Rowe]
+
   *) Fix a segfault in threaded.c caused by passing uninitialized
      apr_thread_t * to apr_thread_join().  [Jeff Trawick]
 
@@ -30,6 +40,10 @@ Changes with Apache 2.0.22-dev
 
 Changes with Apache 2.0.21
 
+  *) Resolve the Win32 htpasswd bug, where a file that existed would be
+     overwritten, regardless of the -c flag.
+     [William Rowe, Mladen Turk <mladen.turk@mail.inet.hr>]
+
   *) Introduce connection sub-pools into ab.  Truncating the lifetime
      of these allocations means that ab no longer perpetually grows
      its working set, running out of memory on large request attempts.