This is an automated email from the ASF dual-hosted git repository.
eze pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.1.x by this push:
new 448dc494da Create new changelog and bump version to 8.1.8
448dc494da is described below
commit 448dc494daf16a8061a4d6281f4b639f0df7e8cf
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Aug 1 16:01:08 2023 -0600
Create new changelog and bump version to 8.1.8
---
CHANGELOG-8.1.8 | 5 +++++
configure.ac | 4 ++--
tools/package/trafficserver.spec | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG-8.1.8 b/CHANGELOG-8.1.8
new file mode 100644
index 0000000000..838601f485
--- /dev/null
+++ b/CHANGELOG-8.1.8
@@ -0,0 +1,5 @@
+Changes with Apache Traffic Server 8.1.8
+ #10128 - 8.1.x: Correctly handle encoding for cache hash generation
+ #10132 - Updates to 8.1.x to compile on newer OSes
+ #10133 - Remove duplicate slashes at the beginning of the incoming URL
+ #10134 - 8.1.x: Fix a crash triggered by invalid range header
diff --git a/configure.ac b/configure.ac
index 6985d3ae00..717abcecf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,8 +32,8 @@
# Version number is calculated as MAJOR * 1000000 + MINOR * 1000 + MICRO
# Version string is in the form of MAJOR.MINOR.MICRO[sufix]
#
-m4_define([TS_VERSION_S],[8.1.7])
-m4_define([TS_VERSION_N],[8001007])
+m4_define([TS_VERSION_S],[8.1.8])
+m4_define([TS_VERSION_N],[8001008])
AC_INIT([Apache Traffic Server], TS_VERSION_S(),
[[email protected]],
[trafficserver],[http://trafficserver.apache.org])
AC_PREREQ([2.59])
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
index 08340a0c87..5d171cde83 100755
--- a/tools/package/trafficserver.spec
+++ b/tools/package/trafficserver.spec
@@ -26,7 +26,7 @@
Summary: Apache Traffic Server, a reverse, forward and transparent HTTP
proxy cache
Name: trafficserver
-Version: 8.1.7
+Version: 8.1.8
Release: %{release}%{?dist}
License: Apache Software License 2.0 (AL2)
Group: System Environment/Daemons