-*- coding: utf-8 -*-
+Changes with Apache 2.4.49
+
Changes with Apache 2.4.48
*) mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp to opt-out the
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
- 2.4.48 : In development
+ 2.4.49 : In development
+ 2.4.48 : Tagged on mai 17, 2021
2.4.47 : Tagged on April 22, 2021. Distributed on April 28, 2021,
not announced.
2.4.46 : Tagged on August 01, 2020. Released on August 07, 2020.
<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "48">
+<!ENTITY httpd.patch "49">
<!ENTITY httpd.docs "2.4">
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER 48
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 49
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
/* Synchronize the above with docs/manual/style/version.ent */