trawick 2002/12/11 10:02:01
Modified: . CHANGES
Log:
make CHANGES reflect that the fix for PR 13914 was merged
into 2.0
Revision Changes Path
1.1008 +6 -4 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.1007
retrieving revision 1.1008
diff -u -r1.1007 -r1.1008
--- CHANGES 9 Dec 2002 22:19:25 -0000 1.1007
+++ CHANGES 11 Dec 2002 18:02:01 -0000 1.1008
@@ -24,10 +24,6 @@
*) Rewrite of aaa modules to an authn/authz model.
[Dirk-Willem van Gulik, Justin Erenkrantz]
- *) Fix the building of cgi command lines when the query string
- contains '='. PR 13914 [Ville Skyttä <ville.skytta@iki.fi>,
- Jeff Trawick]
-
*) Reorder the definitions for mod_ldap and mod_auth_ldap within
config.m4 to make sure the parent mod_ldap is defined first.
This ensures that mod_ldap comes before mod_auth_ldap in the
@@ -37,6 +33,12 @@
[Apache 2.1.0-dev includes those bug fixes and changes with the
Apache 2.0.xx tree as documented, and except as noted, below.]
+
+Changes with Apache 2.0.45
+
+ *) Fix the building of cgi command lines when the query string
+ contains '='. PR 13914 [Ville Skyttä <ville.skytta@iki.fi>,
+ Jeff Trawick]
Changes with Apache 2.0.44
|