-*- coding: utf-8 -*-
+Changes with Apache 2.4.48
+
Changes with Apache 2.4.47
*) mod_dav_fs: Improve logging output when failing to open files for
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
- 2.4.47 : In development
+ 2.4.48 : In development
+ 2.4.47 : Tagged on avril 22, 2021
2.4.46 : Tagged on August 01, 2020. Released on August 07, 2020.
2.4.45 : Tagged on July 29, 2020. Not released.
2.4.44 : Tagged on July 28, 2020. Not released.
<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "47">
+<!ENTITY httpd.patch "48">
<!ENTITY httpd.docs "2.4">
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER 47
-#define AP_SERVER_DEVBUILD_BOOLEAN 0
+#define AP_SERVER_PATCHLEVEL_NUMBER 48
+#define AP_SERVER_DEVBUILD_BOOLEAN 1
/* Synchronize the above with docs/manual/style/version.ent */