wrowe 2002/10/02 22:39:27
Modified: . CHANGES
. CHANGES
. CHANGES
Log:
They are still here, they didn't make it into 2.0.43 however
Revision Changes Path
1.948 +8 -0 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.947
retrieving revision 1.948
diff -u -r1.947 -r1.948
--- CHANGES 3 Oct 2002 05:35:20 -0000 1.947
+++ CHANGES 3 Oct 2002 05:39:26 -0000 1.948
@@ -1,3 +1,11 @@
+Changes with Apache 2.0.44
+
+ *) Add ap_register_provider/ap_lookup_provider API.
+ [John K. Sterling <[EMAIL PROTECTED]>, Justin Erenkrantz]
+
+ *) Rewrite of aaa modules to an authn/authz model.
+ [Dirk-Willem van Gulik, Justin Erenkrantz]
+
Changes with Apache 2.0.43
*) SECURITY: [CAN-2002-0840] HTML-escape the address produced by
1.340 +2 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -r1.339 -r1.340
--- CHANGES 3 Oct 2002 05:35:21 -0000 1.339
+++ CHANGES 3 Oct 2002 05:39:27 -0000 1.340
@@ -6,6 +6,8 @@
operations for Linux/x86 (requires a 486 or later; to enable,
configure APR with --enable-nonportable-atomics=yes ) [Brian Pane]
+ *) Add --bindir option to apr-config. [Justin Erenkrantz]
+
*) Begin to rehash the test suite. There is now a new test program called
testall. This program currently runs testtime and teststr with the
CuTest framework. The stand-alone programs for testtime and teststr
1.83 +4 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- CHANGES 3 Oct 2002 05:35:21 -0000 1.82
+++ CHANGES 3 Oct 2002 05:39:27 -0000 1.83
@@ -2,6 +2,10 @@
*) Add apr_brigade_writev() [Brian Pane]
+ *) Add support for Berkeley DB 4.1. [Justin Erenkrantz]
+
+ *) Add --bindir option to apu-config. [Justin Erenkrantz]
+
Changes with APR-util 0.9.1
*) Add versioning infrastructure.