Skip to content

Commit 2c83b07

Browse files
committed
Preparing 9.2.13 release
1 parent cb9e4a1 commit 2c83b07

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG-9.2.13

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Changes with Apache Traffic Server 9.2.13
2+
#12834 - Make 9.2.x buildable on macOS 26
3+
#12909 - Updating make/configure for hdrrwr lib includes
4+
#13038 - 9.2.x: Fix prev_is_cr flag handling in chunked encoding parser
5+
#13039 - 9.2.x: HttpSM - make sure we have a valid buffer to write on.

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.12])
36-
m4_define([TS_VERSION_N],[9002012])
35+
m4_define([TS_VERSION_S],[9.2.13])
36+
m4_define([TS_VERSION_N],[9002013])
3737

3838
AC_INIT([Apache Traffic Server],[TS_VERSION_S()],[dev@trafficserver.apache.org],[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.12
29+
Version: 9.2.13
3030
Release: %{release}%{?dist}
3131
License: Apache Software License 2.0 (AL2)
3232
Group: System Environment/Daemons

0 commit comments

Comments
 (0)