-*- coding: utf-8 -*-
+Changes with Apache 2.4.5
+
+
Changes with Apache 2.4.4
*) SECURITY: CVE-2012-3499 (cve.mitre.org)
[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.
<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "4">
+<!ENTITY httpd.patch "5">
<!ENTITY httpd.docs "2.4">
#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 */