-*- coding: utf-8 -*-
+Changes with Apache 2.3.16
+
+
Changes with Apache 2.3.15
*) SECURITY: CVE-2011-3348 (cve.mitre.org)
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
+ 2.3.16 : In Development.
2.3.15 : Tagged on November 8, 2011.
2.3.14 : Tagged on August 1, 2011. Released Aug. 9, 2011.
2.3.13 : Tagged on June 28, 2011, not released.
<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "3">
-<!ENTITY httpd.patch "15">
+<!ENTITY httpd.patch "16">
<!ENTITY httpd.docs "trunk">
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 3
-#define AP_SERVER_PATCHLEVEL_NUMBER 15
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 16
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
/* Synchronize the above with docs/manual/style/version.ent */