wrowe 2002/10/02 22:35:21
Modified: . CHANGES
include ap_release.h
. CHANGES
. CHANGES
Log:
On to the 2.0.43 candidate
Revision Changes Path
1.947 +0 -6 httpd-2.0/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-2.0/CHANGES,v
retrieving revision 1.946
retrieving revision 1.947
diff -u -r1.946 -r1.947
--- CHANGES 2 Oct 2002 21:35:56 -0000 1.946
+++ CHANGES 3 Oct 2002 05:35:20 -0000 1.947
@@ -52,14 +52,8 @@
properly for virtual hosts that override server-wide mod_cache
setttings. [Matthieu Estrade <[EMAIL PROTECTED]>]
- *) Add ap_register_provider/ap_lookup_provider API.
- [John K. Sterling <[EMAIL PROTECTED]>, Justin Erenkrantz]
-
*) Add -p option to apxs to allow programs to be compiled with apxs.
[Justin Erenkrantz]
-
- *) Rewrite of aaa modules to an authn/authz model.
- [Dirk-Willem van Gulik, Justin Erenkrantz]
Changes with Apache 2.0.42
1.76 +1 -1 httpd-2.0/include/ap_release.h
Index: ap_release.h
===================================================================
RCS file: /home/cvs/httpd-2.0/include/ap_release.h,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ap_release.h 19 Sep 2002 11:57:08 -0000 1.75
+++ ap_release.h 3 Oct 2002 05:35:21 -0000 1.76
@@ -75,7 +75,7 @@
#define AP_SERVER_BASEPRODUCT "Apache"
#define AP_SERVER_MAJORVERSION "2"
#define AP_SERVER_MINORVERSION "0"
-#define AP_SERVER_PATCHLEVEL "43-dev"
+#define AP_SERVER_PATCHLEVEL "43"
#define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "."
AP_SERVER_MINORVERSION
#define AP_SERVER_BASEREVISION AP_SERVER_MINORREVISION "."
AP_SERVER_PATCHLEVEL
#define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/"
AP_SERVER_BASEREVISION
1.339 +0 -2 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -r1.338 -r1.339
--- CHANGES 22 Sep 2002 19:26:41 -0000 1.338
+++ CHANGES 3 Oct 2002 05:35:21 -0000 1.339
@@ -6,8 +6,6 @@
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.82 +0 -4 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- CHANGES 21 Sep 2002 23:40:41 -0000 1.81
+++ CHANGES 3 Oct 2002 05:35:21 -0000 1.82
@@ -2,10 +2,6 @@
*) 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.