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 a07ba676ad Create changelog for 9.2.7 and bump versions
a07ba676ad is described below

commit a07ba676ad37ff9742d8083bab976782d4434f10
Author: ezelkow1 <[email protected]>
AuthorDate: Thu Nov 21 14:41:39 2024 -0700

    Create changelog for 9.2.7 and bump versions
---
 CHANGELOG-9.2.7                  | 2 ++
 configure.ac                     | 4 ++--
 tools/package/trafficserver.spec | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG-9.2.7 b/CHANGELOG-9.2.7
new file mode 100644
index 0000000000..20dc18ded9
--- /dev/null
+++ b/CHANGELOG-9.2.7
@@ -0,0 +1,2 @@
+Changes with Apache Traffic Server 9.2.7
+  #11882 - 92x #11501 patch
diff --git a/configure.ac b/configure.ac
index cbaacd6869..f9e15e5686 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.6])
-m4_define([TS_VERSION_N],[9002006])
+m4_define([TS_VERSION_S],[9.2.7])
+m4_define([TS_VERSION_N],[9002007])
 
 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 f65d5568a7..8df9fd0cf5 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.6
+Version:       9.2.7
 Release:       %{release}%{?dist}
 License:       Apache Software License 2.0 (AL2)
 Group:         System Environment/Daemons

Reply via email to