From: Jim Jagielski Date: Wed, 13 Nov 2013 16:45:17 +0000 (+0000) Subject: And roll on 2.2.27-dev X-Git-Tag: 2.2.27~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da41cb1f42e783d9669cd28931c2733de6743fd;p=thirdparty%2Fapache%2Fhttpd.git And roll on 2.2.27-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1541607 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0f308878186..86eb9fba65f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.27 + + Changes with Apache 2.2.26 *) mod_dav: dav_resource->uri treated as unencoded. This was an diff --git a/STATUS b/STATUS index 205bf0cc0b3..9e2e7e2540b 100644 --- a/STATUS +++ b/STATUS @@ -23,6 +23,7 @@ Patches considered for backport are noted in their branches' STATUS: Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.2.27 : In maintenance. 2.2.26 : Tagged November 13, 2013. 2.2.25 : Released July 9, 2013 2.2.24 : Released February 25, 2013 diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index ebb579d3b1d..a7c65214b54 100644 --- a/docs/manual/style/version.ent +++ b/docs/manual/style/version.ent @@ -19,6 +19,6 @@ - + diff --git a/include/ap_release.h b/include/ap_release.h index a6c76035662..3dcd70cb2bc 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -43,8 +43,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 2 -#define AP_SERVER_PATCHLEVEL_NUMBER 26 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 27 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */