Skip to content

Commit a07ba67

Browse files
committed
Create changelog for 9.2.7 and bump versions
1 parent c683ee4 commit a07ba67

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG-9.2.7

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Changes with Apache Traffic Server 9.2.7
2+
#11882 - 92x #11501 patch

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.6])
36-
m4_define([TS_VERSION_N],[9002006])
35+
m4_define([TS_VERSION_S],[9.2.7])
36+
m4_define([TS_VERSION_N],[9002007])
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.6
29+
Version: 9.2.7
3030
Release: %{release}%{?dist}
3131
License: Apache Software License 2.0 (AL2)
3232
Group: System Environment/Daemons

0 commit comments

Comments
 (0)