This is an automated email from the ASF dual-hosted git repository.
eze pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.2.x by this push:
new de3e58726f Add 9.2.6 changelog and update files
de3e58726f is described below
commit de3e58726f6f58a95266a41eaa31ff3c6fc14336
Author: ezelkow1 <[email protected]>
AuthorDate: Tue Nov 12 11:34:10 2024 -0700
Add 9.2.6 changelog and update files
---
CHANGELOG-9.2.6 | 3 +++
configure.ac | 4 ++--
tools/package/trafficserver.spec | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG-9.2.6 b/CHANGELOG-9.2.6
new file mode 100644
index 0000000000..1909e74d7b
--- /dev/null
+++ b/CHANGELOG-9.2.6
@@ -0,0 +1,3 @@
+Changes with Apache Traffic Server 9.2.6
+ #11835 - Content-type lost when sent after duplicate headers (#11821)
+ #11856 - Add matrix params to the cachekey in the cachekey plugin
diff --git a/configure.ac b/configure.ac
index 4d7b13167c..83772dd566 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],[9.2.5])
-m4_define([TS_VERSION_N],[9002005])
+m4_define([TS_VERSION_S],[9.2.6])
+m4_define([TS_VERSION_N],[9002006])
AC_INIT([Apache Traffic
Server],[TS_VERSION_S()],[[email protected]],[trafficserver],[https://trafficserver.apache.org])
AC_PREREQ([2.69])
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
index cfbdb49b7d..f65d5568a7 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: 9.2.5
+Version: 9.2.6
Release: %{release}%{?dist}
License: Apache Software License 2.0 (AL2)
Group: System Environment/Daemons