From: William A. Rowe Jr Date: Thu, 13 Mar 2014 18:42:58 +0000 (+0000) Subject: And we are on to 2.2.28 X-Git-Tag: 2.2.28~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6830146f2baa6ca0ed2d4e831aceeeb434063f61;p=thirdparty%2Fapache%2Fhttpd.git And we are on to 2.2.28 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1577279 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index dee8788eb3a..0853c8d5373 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache 2.2.28 + + + Changes with Apache 2.2.27 *) SECURITY: CVE-2014-0098 (cve.mitre.org) diff --git a/STATUS b/STATUS index 5a4f87f3ce5..97f0717ad23 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.28 : In maintenance. 2.2.27 : Tagged March 13, 2014 2.2.26 : Released November 18, 2013 2.2.25 : Released July 9, 2013 diff --git a/include/ap_release.h b/include/ap_release.h index a33c28dc19c..1267b1aefcb 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 27 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 28 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 /* Synchronize the above with docs/manual/style/version.ent */