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 61b7d42390 Add 9.2.10 changelog
61b7d42390 is described below
commit 61b7d4239091b7067284c22ca15e8b69f2ce43bb
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Apr 1 12:33:23 2025 -0600
Add 9.2.10 changelog
---
CHANGELOG-9.2.10 | 5 +++++
configure.ac | 4 ++--
tools/package/trafficserver.spec | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG-9.2.10 b/CHANGELOG-9.2.10
new file mode 100644
index 0000000000..d373a19480
--- /dev/null
+++ b/CHANGELOG-9.2.10
@@ -0,0 +1,5 @@
+Changes with Apache Traffic Server 9.2.10
+ #12087 - [9.2.x] Backport: Fix ordering Via response header values (#9239)
+ #12088 - [9.2.x] Backport: Fix memory leaks in the Healthchecks plugin
(#12025)
+ #12093 - Fix up logging for write-fail-5/collapsed-forwarding (#12050)
+ #12150 - Require the use of CRLF in chunked message body
diff --git a/configure.ac b/configure.ac
index ca507aabc3..79f0185dd9 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.9])
-m4_define([TS_VERSION_N],[9002009])
+m4_define([TS_VERSION_S],[9.2.10])
+m4_define([TS_VERSION_N],[9002010])
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 d0ed04797a..591a512413 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.9
+Version: 9.2.10
Release: %{release}%{?dist}
License: Apache Software License 2.0 (AL2)
Group: System Environment/Daemons