-*- coding: utf-8 -*-
+Changes with Apache 2.4.42
+
Changes with Apache 2.4.41
*) mod_proxy_balancer: Improve balancer-manager protection against
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
- 2.4.41 : In development
+ 2.4.42 : In development
+ 2.4.41 : Tagged on August 09, 2019
2.4.40 : Tagged on August 02, 2019
2.4.39 : Tagged on March 27, 2019. Released on April 01, 2019.
2.4.38 : Tagged on January 17, 2019. Released on January 22, 2019.
<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "41">
+<!ENTITY httpd.patch "42">
<!ENTITY httpd.docs "2.4">
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER 41
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 42
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
/* Synchronize the above with docs/manual/style/version.ent */