From: Jim Jagielski Date: Thu, 5 Apr 2012 12:15:10 +0000 (+0000) Subject: And we are 2.4.3-dev X-Git-Tag: 2.4.3~604 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7872741b4cd61e46a087bb614f00aa7d2d443bc;p=apache And we are 2.4.3-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1309810 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index acc08b70ae..1403bb0318 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ -*- coding: utf-8 -*- + +Changes with Apache 2.4.3 + Changes with Apache 2.4.2 *) SECURITY: CVE-2012-0883 (cve.mitre.org) diff --git a/STATUS b/STATUS index d1287b29a5..99b29c8dd6 100644 --- a/STATUS +++ b/STATUS @@ -32,6 +32,7 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] + 2.4.3 : In development. 2.4.2 : Tagged on April 5, 2012 2.4.1 : Tagged on February 13, 2012. Released Feb 21, 2012. 2.4.0 : Tagged on January 16, 2012, not released. diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent index f1f42a89d5..07cbea0fed 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 da8f53d480..6a0e6fcd47 100644 --- a/include/ap_release.h +++ b/include/ap_release.h @@ -45,8 +45,8 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 4 -#define AP_SERVER_PATCHLEVEL_NUMBER 2 -#define AP_SERVER_DEVBUILD_BOOLEAN 0 +#define AP_SERVER_PATCHLEVEL_NUMBER 3 +#define AP_SERVER_DEVBUILD_BOOLEAN 1 #define AP_SERVER_ADD_STRING "-dev" /* Synchronize the above with docs/manual/style/version.ent */