rbb 00/10/08 17:34:41 Modified: src CHANGES Log: Update the CHANGES file for 2.0a8 Revision Changes Path 1.261 +2 -0 apache-2.0/src/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apache-2.0/src/CHANGES,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- CHANGES 2000/10/08 04:37:02 1.260 +++ CHANGES 2000/10/09 00:34:09 1.261 @@ -1,3 +1,5 @@ +Changes with Apache 2.0a8 + Changes with Apache 2.0a7 *) Fix mod_log_config so that it compiles cleanly with BUFFERED_LOGS [Mike Abbott <[EMAIL PROTECTED]>]
Modified: src/include httpd.h Log: Update the version for 2.0a8-dev Revision Changes Path 1.95 +1 -1 apache-2.0/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/apache-2.0/src/include/httpd.h,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- httpd.h 2000/10/07 18:09:59 1.94 +++ httpd.h 2000/10/09 00:34:41 1.95 @@ -284,7 +284,7 @@ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0a7" +#define AP_SERVER_BASEREVISION "2.0a8-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION