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 d84659cac4 Add 9.2.8 release files
d84659cac4 is described below

commit d84659cac4b171564eb2794c3493f0d6219dad21
Author: ezelkow1 <[email protected]>
AuthorDate: Wed Jan 29 13:31:59 2025 -0700

    Add 9.2.8 release files
---
 CHANGELOG-9.2.8                  | 20 ++++++++++++++++++++
 configure.ac                     |  4 ++--
 tools/package/trafficserver.spec |  2 +-
 3 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG-9.2.8 b/CHANGELOG-9.2.8
new file mode 100644
index 0000000000..35b645ddec
--- /dev/null
+++ b/CHANGELOG-9.2.8
@@ -0,0 +1,20 @@
+Changes with Apache Traffic Server 9.2.8
+  #11846 - [9.2.x] Fix setting TLS groups with BoringSSL
+  #11924 - [9.2.x] Make warning if remap ACL has more than one @action (#11911)
+  #11938 - [9.2.x] Backport AuTest fixes for Fedora 40
+  #11942 - Do not allow extra CRs in chunks (#11936)
+  #11959 - Fix memory leak when loading remap config
+  #11962 - Configure autests to use microserver 1.0.8 (#11941) Update 
proxy-verifier to 2.12.0 via (#11534)
+  #11963 - Add support to retrieve request header block to lua plugin (#11893)
+  #11964 - 9.2.x backport: Handle VC_EVENT_EOS in more places (#11368)
+  #11965 - multiplexer: fix consume of too many bytes (#11499)
+  #11966 - 9.2.x backport autests (#11601) and (#11512)
+  #11969 - 9.2.x backport: tslua.so: handle unrecognized status codes (#11272)
+  #11970 - handle EOS events during server open (#11346)
+  #11971 - Use the specified `length` characters of the key in 
`Headers::count` (#11405)
+  #11972 - Add nullptr check in PluginVC read and write (#11961)
+  #11973 - [9.2.x] Add http2.incomplete_header_timeout_in (#11354)
+  #11976 - Don't assume LogAccess::m_client_req_unmapped_url_canon_str is null 
t…
+  #11979 - Add Sphinx documentation for statichit plugin. (#11389)
+  #11983 - Disable h2 prior knowledge on tls (#11881)
+  #11998 - Fix crash by including remap files with named filters (#11997)
diff --git a/configure.ac b/configure.ac
index f9e15e5686..64d434cafe 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.7])
-m4_define([TS_VERSION_N],[9002007])
+m4_define([TS_VERSION_S],[9.2.8])
+m4_define([TS_VERSION_N],[9002008])
 
 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 8df9fd0cf5..db4bdc9664 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.7
+Version:       9.2.8
 Release:       %{release}%{?dist}
 License:       Apache Software License 2.0 (AL2)
 Group:         System Environment/Daemons

Reply via email to