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 7b06037ac1 Preparing 9.2.12 Release
7b06037ac1 is described below

commit 7b06037ac1ecb25bc629e40d1a0ccaee0605babd
Author: ezelkow1 <[email protected]>
AuthorDate: Mon Jan 26 22:19:06 2026 -0700

    Preparing 9.2.12 Release
---
 CHANGELOG-9.2.12                 | 15 +++++++++++++++
 configure.ac                     |  4 ++--
 tools/package/trafficserver.spec |  2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG-9.2.12 b/CHANGELOG-9.2.12
new file mode 100644
index 0000000000..4784db6783
--- /dev/null
+++ b/CHANGELOG-9.2.12
@@ -0,0 +1,15 @@
+Changes with Apache Traffic Server 9.2.12
+  #12315 - Initialize the OptionInfo in the ESI plugin using default member 
initializer
+  #12319 - 9.2.x: Support CLIENT_HELLO split across multiple packets
+  #12395 - Fix host.db load failure due to incorrect object_version 
compatibility check
+  #12431 - Fix HostDB sync issue by preserving expiry_time on load
+  #12498 - ypaf update: v0.32.0 -> v0.43.0 (#12008)
+  #12499 - Cherry-pick of #12002
+  #12500 - Use ats_free instead of free in LogFlushData destructor (#12024)
+  #12507 - Add nullptr check in 
HttpTransact::is_stale_cache_response_returnable…
+  #12558 - Reuse prepared cache write on redirected request (#11542)
+  #12559 - Reset write lock state to init after closing write (#12215)
+  #12796 - Fix: HTTPHdr host cache invalidation when Host header modified 
(#12768)
+  #12827 - 9.2.x: Reduce ram_cache regression test scope for CI stability
+  #12828 - 9.2.x: Make chunk size parsing more strict
+  #12829 - [compress] Fix compressible-status-code config (#12116)
diff --git a/configure.ac b/configure.ac
index efc62792ab..5421df1d0a 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.11])
-m4_define([TS_VERSION_N],[9002011])
+m4_define([TS_VERSION_S],[9.2.12])
+m4_define([TS_VERSION_N],[9002012])
 
 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 b537308f18..625fe1f9d4 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.11
+Version:       9.2.12
 Release:       %{release}%{?dist}
 License:       Apache Software License 2.0 (AL2)
 Group:         System Environment/Daemons

Reply via email to