You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ez...@apache.org on 2022/12/14 17:08:18 UTC

[trafficserver] branch 8.1.x updated: Update changelog and bump version to 8.1.6

This is an automated email from the ASF dual-hosted git repository.

eze pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.1.x by this push:
     new 5a73a6472 Update changelog and bump version to 8.1.6
5a73a6472 is described below

commit 5a73a6472c2a9cfbbd1021a8ee859b646587dd01
Author: Evan Zelkowitz <ev...@gmail.com>
AuthorDate: Wed Dec 14 10:06:27 2022 -0700

    Update changelog and bump version to 8.1.6
---
 CHANGELOG-8.1.6                  | 3 +++
 configure.ac                     | 4 ++--
 tools/package/trafficserver.spec | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG-8.1.6 b/CHANGELOG-8.1.6
new file mode 100644
index 000000000..5136051d3
--- /dev/null
+++ b/CHANGELOG-8.1.6
@@ -0,0 +1,3 @@
+Changes with Apache Traffic Server 8.1.6
+  #9241 - drain request body on cache noop action
+  #9247 - [8.1.x] authproxy: Handle WRITE_READY event
diff --git a/configure.ac b/configure.ac
index 11b0d0528..b40664ff7 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],[8.1.5])
-m4_define([TS_VERSION_N],[8001005])
+m4_define([TS_VERSION_S],[8.1.6])
+m4_define([TS_VERSION_N],[8001006])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
index 22e01345e..6131bf96f 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:	8.1.5
+Version:	8.1.6
 Release:	%{release}%{?dist}
 License:	Apache Software License 2.0 (AL2)
 Group:		System Environment/Daemons