]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Post 2.4.37 tag updates
authorDaniel Ruggeri <druggeri@apache.org>
Thu, 18 Oct 2018 14:33:43 +0000 (14:33 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Thu, 18 Oct 2018 14:33:43 +0000 (14:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1844248 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
docs/manual/style/version.ent
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index 12985c692b0688544e25d99b5de6a85e3c3ad20d..519ee2a1c5019d1f8c0716655acc4f67266d6fdd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.4.38
+
 Changes with Apache 2.4.37
 
   *) mod_ssl: Fix HTTP/2 failures when using OpenSSL 1.1.1. [Rainer Jung]
diff --git a/STATUS b/STATUS
index 9f1c1ffb9ed33711b71603a1232da41bda348d42..56be19025f72dd2c6460575ea3fd5011e5cb875b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -29,7 +29,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.37  : In development
+    2.4.38  : In development
+    2.4.37  : Tagged on October 18, 2018
     2.4.36  : Tagged on October 10, 2018. Not released.
     2.4.35  : Tagged on September 17, 2018. Released on September 22, 2018. 
     2.4.34  : Tagged on July 10, 2018. Released on July 16, 2018.
index cc6c3921bda6527c94c33c71f3381374e275d85d..271ca2a564d0c8f9247c64c9ecccd9b1be8997b1 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "37">
+<!ENTITY httpd.patch "38">
 
 <!ENTITY httpd.docs "2.4">
index 8280fe56132c98284a53045e2dde616e8f405816..6e856de7be87429800e85e4c3abbd59b9b1d1be0 100644 (file)
@@ -43,8 +43,8 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   37
-#define AP_SERVER_DEVBUILD_BOOLEAN    0
+#define AP_SERVER_PATCHLEVEL_NUMBER   38
+#define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */