summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-03-09 18:02:03 +0100
committerAndré Malo <nd@apache.org>2003-03-09 18:02:03 +0100
commit07cf48aea666bf1b4c5a44e033a5b507665648a2 (patch)
tree939c88f221e327610f8a887e9dd90f95f56375b4
parentFixed <default> to AuthDigestProvider. (diff)
downloadapache2-07cf48aea666bf1b4c5a44e033a5b507665648a2.tar.xz
apache2-07cf48aea666bf1b4c5a44e033a5b507665648a2.zip
keep changes in sync.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98953 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index cfb38456e6..44d8a615d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,9 +20,6 @@ Changes with Apache 2.1.0-dev
[Ian Holsman, Stephen Pierzchala <stephen@pierzchala.com>,
Michael Schroepl <Michael.Schroepl@telekurs.de>]
- *) Restore the ability of htdigest.exe to create files that contain
- more than one user. PR 12910. [André Malo]
-
*) Added the WindowsSocketsWorkaround directive for Windows NT/2000/XP
to work around problems with certain VPN and Firewall products that
have buggy AcceptEx implementations.
@@ -168,6 +165,13 @@ Changes with Apache 2.1.0-dev
Changes with Apache 2.0.45
+ *) Restore the ability of htdigest.exe to create files that contain
+ more than one user. PR 12910. [André Malo]
+
+ *) Improve binary compatibility of the core between debug (aka
+ maintainer-mode) and a non-debug compile.
+ [Sander Striker]
+
*) mod_usertrack: don't set the cookie in subrequests. This works
around the problem that cookies were set twice during fast internal
redirects. PR 13211. [André Malo]