From: Ken Coar Date: Thu, 16 Aug 2001 01:50:23 +0000 (+0000) Subject: Whoops, forgot the CHANGES file.. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a02d4f32a4fe5f9a1c288bc2ab5dfccc38ee7f;p=thirdparty%2Fapache%2Fhttpd.git Whoops, forgot the CHANGES file.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90181 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 0e7299bff35..bd7adbbd969 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,7 +1,15 @@ Changes with Apache 1.3.21 - *) The Win32 Makefile.win build script failed if INSTDIR="c:\path\with spaces" - was given, this is now fixed. PR 8184 [Jack Tan ] + *) We have always used the obsolete/deprecated Netscape syntax + for our tracking cookies; now the CookieStyle directive + allows the Webmaster to choose the Netscape, RFC2109, or + RFC2965 format. The new CookieDomain directive allows the + setting of the cookie's Domain= attribute, too. PR #s 5006, + 5023, 5920, 6140 [Ken Coar] + + *) The Win32 Makefile.win build script failed if + INSTDIR="c:\path\with spaces" was given, this is now fixed. PR 8184 + [Jack Tan ] *) EBCDIC: The proxy, when used in a proxy chain, "forgot" to convert the "CONNECT host:port HTTP/1.0" request line to ASCII