From: William A. Rowe Jr Date: Sat, 28 Jul 2001 02:23:31 +0000 (+0000) Subject: That's it for that version... X-Git-Tag: 2.0.23~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62271779d341ed50c2ec33383eabfcb38758d37e;p=thirdparty%2Fapache%2Fhttpd.git That's it for that version... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89755 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a4b1b879689..be71870b2f3 100644 --- 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 ] + *) 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.