Skip to content

Commit de3e587

Browse files
committed
Add 9.2.6 changelog and update files
1 parent 27f5048 commit de3e587

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG-9.2.6

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Changes with Apache Traffic Server 9.2.6
2+
#11835 - Content-type lost when sent after duplicate headers (#11821)
3+
#11856 - Add matrix params to the cachekey in the cachekey plugin

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
# Version number is calculated as MAJOR * 1000000 + MINOR * 1000 + MICRO
3333
# Version string is in the form of MAJOR.MINOR.MICRO[sufix]
3434
#
35-
m4_define([TS_VERSION_S],[9.2.5])
36-
m4_define([TS_VERSION_N],[9002005])
35+
m4_define([TS_VERSION_S],[9.2.6])
36+
m4_define([TS_VERSION_N],[9002006])
3737

3838
AC_INIT([Apache Traffic Server],[TS_VERSION_S()],[[email protected]],[trafficserver],[https://trafficserver.apache.org])
3939
AC_PREREQ([2.69])

tools/package/trafficserver.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
Summary: Apache Traffic Server, a reverse, forward and transparent HTTP proxy cache
2828
Name: trafficserver
29-
Version: 9.2.5
29+
Version: 9.2.6
3030
Release: %{release}%{?dist}
3131
License: Apache Software License 2.0 (AL2)
3232
Group: System Environment/Daemons

0 commit comments

Comments
 (0)