Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 97339 invoked by uid 500); 9 Aug 2002 19:19:01 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 97328 invoked by uid 500); 9 Aug 2002 19:19:01 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 9 Aug 2002 19:18:59 -0000 Message-ID: <20020809191859.22699.qmail@icarus.apache.org> From: striker@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include ap_release.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N striker 2002/08/09 12:18:59 Modified: . CHANGES STATUS include ap_release.h Log: Bump after the tag. Revision Changes Path 1.885 +3 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.884 retrieving revision 1.885 diff -u -r1.884 -r1.885 --- CHANGES 9 Aug 2002 17:00:44 -0000 1.884 +++ CHANGES 9 Aug 2002 19:18:58 -0000 1.885 @@ -1,3 +1,6 @@ +Changes with Apache 2.0.41 + + Changes with Apache 2.0.40 *) SECURITY: [CAN-2002-0661] Close a very significant security hole that 1.714 +3 -2 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.713 retrieving revision 1.714 diff -u -r1.713 -r1.714 --- STATUS 31 Jul 2002 05:30:12 -0000 1.713 +++ STATUS 9 Aug 2002 19:18:58 -0000 1.714 @@ -3,7 +3,8 @@ Release: - 2.0.40 : in development. + 2.0.41 : in development. + 2.0.40 : rolled August 09, 2002. 2.0.39 : rolled June 17, 2002. 2.0.38 : rolled June 16, 2002. not released. 2.0.37 : rolled June 11, 2002. not released. 1.69 +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.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ap_release.h 9 Aug 2002 15:18:38 -0000 1.68 +++ ap_release.h 9 Aug 2002 19:18:59 -0000 1.69 @@ -73,7 +73,7 @@ */ #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0.40" +#define AP_SERVER_BASEREVISION "2.0.41-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION