]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Whoops, forgot the CHANGES file..
authorKen Coar <coar@apache.org>
Thu, 16 Aug 2001 01:50:23 +0000 (01:50 +0000)
committerKen Coar <coar@apache.org>
Thu, 16 Aug 2001 01:50:23 +0000 (01:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90181 13f79535-47bb-0310-9956-ffa450edef68

src/CHANGES

index 0e7299bff35b21832752903fbaa5e0ac2c1ad84e..bd7adbbd969a696b1f4bc2eadc20b5bfa2631d32 100644 (file)
@@ -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 <jack_s_tan@yahoo.com>]
+  *) 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 <jack_s_tan@yahoo.com>]
 
   *) EBCDIC: The proxy, when used in a proxy chain, "forgot" to
      convert the "CONNECT host:port HTTP/1.0" request line to ASCII