From: Victor J. Orlikowski Date: Thu, 22 Mar 2001 19:53:33 +0000 (+0000) Subject: I always forget to update the CHANGES file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa72c5c13883dc8761a5979bf9cb519bbc5b187;p=thirdparty%2Fapache%2Fhttpd.git I always forget to update the CHANGES file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88565 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index a175307a6f9..50b5dc6cd8c 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,4 +1,8 @@ Changes with Apache 1.3.20 + *) Fix ndbm.h include problems with various Linux distributions and + brain-dead glibc >= 2.1, which sometimes have ndbm.h in a + non-standard db1/ subdir. PR#6929 + [Victor J. Orlikowski] *) Empty headers are allowed by RFC2068 section 4.2. The presence or absence of an empty header can be significant. The current mod_proxy