]> granicus.if.org Git - apache/commitdiff
And we are at 2.4.5-dev
authorJim Jagielski <jim@apache.org>
Mon, 18 Feb 2013 20:24:08 +0000 (20:24 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 18 Feb 2013 20:24:08 +0000 (20:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1447464 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
docs/manual/style/version.ent
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 7688dbb76d4a67aa85779c275383ea4256371b2b..9fcea4fca6145bf3ed19589f3e0a338bf09d8852 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
+Changes with Apache 2.4.5
+
+
 Changes with Apache 2.4.4
 
   *) SECURITY: CVE-2012-3499 (cve.mitre.org)
diff --git a/STATUS b/STATUS
index fd4150ae28e0ef292b065c310a2c4b0786f4df60..361aa8ff580dfc1b48a72b883b2a3d558faf6ee2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -32,9 +32,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.4   : In development. Jim and sf propose a release RSN; jim
-              would like to see the mod_proxy and mod_slotmem in this
-              release though. Jim volunteers to RM.
+    2.4.5   : In development
+    2.4.4   : Tagged on February 18, 2013.
     2.4.3   : Tagged on August 17, 2012. Released Aug 18, 2012
     2.4.2   : Tagged on April 5, 2012. Released Apr 17, 2012.
     2.4.1   : Tagged on February 13, 2012. Released Feb 21, 2012.
index b8b478639287f3cce92b13a7e0256c0c4535f23b..c3f63ef2b0ff5588e293dd4bdc1cb505710b313d 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "4">
+<!ENTITY httpd.patch "5">
 
 <!ENTITY httpd.docs "2.4">
index f01d3a10be36625447c679354d49b7885baee3c5..a140f6270061e6290c4d4935a7503cab38996b88 100644 (file)
@@ -45,8 +45,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   4
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   5
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 #define AP_SERVER_ADD_STRING          "-dev"
 
 /* Synchronize the above with docs/manual/style/version.ent */