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 2023/06/06 22:51:11 UTC

[trafficserver] branch 8.1.x updated: Create new changelog and bump version to 8.1.7

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 005a6ce785 Create new changelog and bump version to 8.1.7
005a6ce785 is described below

commit 005a6ce785df717b2bf565dc07b66b4f918c024c
Author: Evan Zelkowitz <ev...@gmail.com>
AuthorDate: Tue Jun 6 16:50:45 2023 -0600

    Create new changelog and bump version to 8.1.7
---
 CHANGELOG-8.1.7                  | 4 ++++
 configure.ac                     | 4 ++--
 tools/package/trafficserver.spec | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG-8.1.7 b/CHANGELOG-8.1.7
new file mode 100644
index 0000000000..26cb38c93c
--- /dev/null
+++ b/CHANGELOG-8.1.7
@@ -0,0 +1,4 @@
+Changes with Apache Traffic Server 8.1.7
+  #9780 - s3_auth: Fix hash calculation
+  #9787 - 8.1.x: Add back push_method_enabled enforcement
+  #9789 - 8.1.x: Deny the TRACE method by default
diff --git a/configure.ac b/configure.ac
index b40664ff7b..6985d3ae00 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.6])
-m4_define([TS_VERSION_N],[8001006])
+m4_define([TS_VERSION_S],[8.1.7])
+m4_define([TS_VERSION_N],[8001007])
 
 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 6131bf96f7..08340a0c87 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.6
+Version:	8.1.7
 Release:	%{release}%{?dist}
 License:	Apache Software License 2.0 (AL2)
 Group:		System Environment/Daemons