summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ruggeri <druggeri@apache.org>2019-01-17 18:44:47 +0000
committerDaniel Ruggeri <druggeri@apache.org>2019-01-17 18:44:47 +0000
commit3090a40b568b675c6b09a4f008b421a747e2731c (patch)
treef47883d5bd7d0a00088a633ed9c21d383ec6beff
parentaf6e501431f032183b177d02435b57a81458db94 (diff)
parent6036ab1639f7fa167bbc1b4c39a323de4980ce26 (diff)
downloadhttpd-3090a40b568b675c6b09a4f008b421a747e2731c.tar.gz
Tag HEAD of 2.4.x as 2.4.382.4.38
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/tags/2.4.38@1851569 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
-rw-r--r--STATUS3
-rw-r--r--docs/manual/style/version.ent2
-rw-r--r--include/ap_release.h2
4 files changed, 3 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 1d1019fb4f..a0692f8a42 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,4 @@
-*- coding: utf-8 -*-
-Changes with Apache 2.4.39
-
Changes with Apache 2.4.38
*) mod_ssl: Clear retry flag before aborting client-initiated renegotiation.
diff --git a/STATUS b/STATUS
index 5836a8e597..72fb3de615 100644
--- a/STATUS
+++ b/STATUS
@@ -29,8 +29,7 @@ Release history:
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
while x.{even}.z versions are Stable/GA releases.]
- 2.4.39 : In development
- 2.4.38 : Tagged on January 17, 2019
+ 2.4.38 : In development
2.4.37 : Tagged on October 18, 2018. Released on October 23, 2018.
2.4.36 : Tagged on October 10, 2018. Not released.
2.4.35 : Tagged on September 17, 2018. Released on September 22, 2018.
diff --git a/docs/manual/style/version.ent b/docs/manual/style/version.ent
index aa8121f723..271ca2a564 100644
--- a/docs/manual/style/version.ent
+++ b/docs/manual/style/version.ent
@@ -19,6 +19,6 @@
<!ENTITY httpd.major "2">
<!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "39">
+<!ENTITY httpd.patch "38">
<!ENTITY httpd.docs "2.4">
diff --git a/include/ap_release.h b/include/ap_release.h
index 91553f737e..c1b130095b 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -43,7 +43,7 @@
#define AP_SERVER_MAJORVERSION_NUMBER 2
#define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER 39
+#define AP_SERVER_PATCHLEVEL_NUMBER 38
#define AP_SERVER_DEVBUILD_BOOLEAN 0
/* Synchronize the above with docs/manual/style/version.ent */