From: Jim Jagielski Date: Fri, 7 May 2004 14:39:45 +0000 (+0000) Subject: We are at 1.3.31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9881322dba3fa9b95624b0f4af1ef4734510f8;p=thirdparty%2Fapache%2Fhttpd.git We are at 1.3.31 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103631 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ce1c7da3f11..f21cebc1b5b 100644 --- a/STATUS +++ b/STATUS @@ -1,9 +1,9 @@ APACHE 1.3 STATUS: -*-text-*- - Last modified at [$Date: 2004/04/19 18:53:57 $] + Last modified at [$Date: 2004/05/07 14:39:45 $] Release: - 1.3.31-dev: In development. Plan to T&R week of April 19. + 1.3.31: Tagged May 7, 2004. 1.3.30: Tagged April 9, 2004. Not released. 1.3.29: Tagged October 24, 2003. Announced Oct 29, 2003. 1.3.28: Tagged July 16, 2003. Announced ?? @@ -47,11 +47,6 @@ Release: RELEASE SHOWSTOPPERS: - * mod_digest/nonce issue. - Message-Id: <166C36F2-8D5D-11D8-97C2-000393D76AB8@jaguNET.com> - Patches: Already committed to CVS for ease of review and test. - Developers should review these!! - RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * PR: 27023 Cookie could not delivered if the cookie made before diff --git a/src/include/httpd.h b/src/include/httpd.h index d7d8f0e7bc8..034fea251de 100644 --- a/src/include/httpd.h +++ b/src/include/httpd.h @@ -388,7 +388,7 @@ extern "C" { #define SERVER_BASEVENDOR "Apache Group" #define SERVER_BASEPRODUCT "Apache" -#define SERVER_BASEREVISION "1.3.31-dev" +#define SERVER_BASEREVISION "1.3.31" #define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION #define SERVER_PRODUCT SERVER_BASEPRODUCT @@ -409,7 +409,7 @@ API_EXPORT(const char *) ap_get_server_built(void); * 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 10331000 +#define APACHE_RELEASE 10331100 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT