From: Jim Jagielski Date: Mon, 18 Oct 2004 16:39:38 +0000 (+0000) Subject: And we are at 1.3.33-dev X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2e11b8930f5841fe3c81bfa28d592b2593d0cd;p=thirdparty%2Fapache%2Fhttpd.git And we are at 1.3.33-dev PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105516 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 2f30ae39de1..14bb6e74a73 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,3 +1,6 @@ +Changes with Apache 1.3.33 + + Changes with Apache 1.3.32 *) mod_rewrite: Fix query string handling for proxied URLs. PR 14518. diff --git a/src/Configure b/src/Configure index ac2f0bc0791..46ccebc4f12 100755 --- a/src/Configure +++ b/src/Configure @@ -1935,7 +1935,7 @@ if [ "x$using_shlib" = "x1" ] ; then # select the special subtarget for shared core generation SUBTARGET=target_shared # determine additional suffixes for libhttpd.so - V=1 R=3 P=32 + V=1 R=3 P=33 if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then SHLIB_SUFFIX_LIST="" fi diff --git a/src/include/httpd.h b/src/include/httpd.h index 5510d8040f0..4fd1ee7228e 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.32" +#define SERVER_BASEREVISION "1.3.33-dev" #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 10332100 +#define APACHE_RELEASE 10333000 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT