Skip to content

Commit

Permalink
Add 9.2.8 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
ezelkow1 committed Jan 29, 2025
1 parent 90cb116 commit d84659c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG-9.2.8
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion tools/package/trafficserver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d84659c

Please sign in to comment.