Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 61962 invoked by uid 500); 16 Jul 2003 20:27:09 -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 61927 invoked by uid 500); 16 Jul 2003 20:27:09 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Date: 16 Jul 2003 20:27:08 -0000 Message-ID: <20030716202708.15826.qmail@icarus.apache.org> From: jim@apache.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src/include httpd.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jim 2003/07/16 13:27:08 Modified: . STATUS src CHANGES Configure src/include httpd.h Log: And we are up to 1.3.29-dev Revision Changes Path 1.1040 +2 -4 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-1.3/STATUS,v retrieving revision 1.1039 retrieving revision 1.1040 diff -u -r1.1039 -r1.1040 --- STATUS 10 Jul 2003 14:45:23 -0000 1.1039 +++ STATUS 16 Jul 2003 20:27:07 -0000 1.1040 @@ -3,9 +3,7 @@ Release: - 1.3.28-dev: In development. Jim proposes a TAG on July 11 2003 - with a RELEASE on July 14, 2003 and offers to be - RM. + 1.3.28: Tagged July 16, 2003. 1.3.27: Tagged September 30, 2002. Announced Oct 3, 2002. 1.3.26: Tagged June 18, 2002. 1.3.25: Tagged June 17, 2002. Not released. 1.1900 +2 -0 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1899 retrieving revision 1.1900 diff -u -r1.1899 -r1.1900 --- CHANGES 14 Jul 2003 18:31:26 -0000 1.1899 +++ CHANGES 16 Jul 2003 20:27:07 -0000 1.1900 @@ -1,3 +1,5 @@ +Changes with Apache 1.3.29 + Changes with Apache 1.3.28 *) SECURITY: CAN-2003-0460 (cve.mitre.org) 1.464 +1 -1 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /home/cvs/apache-1.3/src/Configure,v retrieving revision 1.463 retrieving revision 1.464 diff -u -r1.463 -r1.464 --- Configure 19 Feb 2003 20:39:59 -0000 1.463 +++ Configure 16 Jul 2003 20:27:08 -0000 1.464 @@ -1960,7 +1960,7 @@ # select the special subtarget for shared core generation SUBTARGET=target_shared # determine additional suffixes for libhttpd.so - V=1 R=3 P=28 + V=1 R=3 P=29 if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then SHLIB_SUFFIX_LIST="" fi 1.371 +2 -2 apache-1.3/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v retrieving revision 1.370 retrieving revision 1.371 diff -u -r1.370 -r1.371 --- httpd.h 16 Jul 2003 20:20:26 -0000 1.370 +++ httpd.h 16 Jul 2003 20:27:08 -0000 1.371 @@ -428,7 +428,7 @@ #define SERVER_BASEVENDOR "Apache Group" #define SERVER_BASEPRODUCT "Apache" -#define SERVER_BASEREVISION "1.3.28" +#define SERVER_BASEREVISION "1.3.29-dev" #define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION #define SERVER_PRODUCT SERVER_BASEPRODUCT @@ -449,7 +449,7 @@ * Always increases along the same track as the source branch. * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'. */ -#define APACHE_RELEASE 10328100 +#define APACHE_RELEASE 10329000 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT