From: Paul Querna Date: Sat, 22 Apr 2006 03:49:16 +0000 (+0000) Subject: Roll on development to 2.2.3-dev. X-Git-Tag: 2.2.3~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1462ca7948cb58f9d12d6a90d62c36672f0270a9;p=thirdparty%2Fapache%2Fhttpd.git Roll on development to 2.2.3-dev. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396067 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 407e446df5b..7d30c759f6f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.3 + Changes with Apache 2.2.2 *) mod_deflate: work correctly in an internal redirect diff --git a/STATUS b/STATUS index 26c77a6b95b..db1c59b9cf7 100644 --- a/STATUS +++ b/STATUS @@ -26,7 +26,8 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - 2.2.2 : in development + 2.2.3 : in development + 2.2.2 : Tagged on April 21, 2006. 2.2.1 : Tagged on April 1, 2006, not released. 2.2.0 : Released on December 1, 2005 as GA. 2.1.10 : Tagged on November 19, 2005, not released. diff --git a/include/ap_release.h b/include/ap_release.h index 1e52df946f0..eb945d1fbfc 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -44,8 +44,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 -#define AP_SERVER_PATCHLEVEL_NUMBER 2 -/* #define AP_SERVER_DEVBUILD_BOOLEAN 1 */ +#define AP_SERVER_PATCHLEVEL_NUMBER 3 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"