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 b4393bc5a Update changelog and bump version to 8.1.5
b4393bc5a is described below

commit b4393bc5aca5ac3b6f339722457a0ebd4dbf5517
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Tue Aug 9 07:51:46 2022 -0600

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

diff --git a/CHANGELOG-8.1.5 b/CHANGELOG-8.1.5
new file mode 100644
index 000000000..8dc053da3
--- /dev/null
+++ b/CHANGELOG-8.1.5
@@ -0,0 +1,7 @@
+Changes with Apache Traffic Server 8.1.5
+  #8880 - 8.1.x Backport: Move has_request_body to ProxyTransaction (#7499) 
+  #8910 - Pin Jinja2 for doc builds (#8773)
+  #8912 - uri_signing plugin: Fix missing payload validation for the iss field 
(#8901)
+  #9007 - 8.1.x: Add back scheme validation 81x
+  #9015 - [8.1.x] Backport HTTP Validations
+  #9017 - Fixes for 8.1.x make checks
diff --git a/configure.ac b/configure.ac
index c7ec0fc55..11b0d0528 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.4])
-m4_define([TS_VERSION_N],[8001004])
+m4_define([TS_VERSION_S],[8.1.5])
+m4_define([TS_VERSION_N],[8001005])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), 
[[email protected]], 
[trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
index 6c345f30f..22e01345e 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.2
+Version:       8.1.5
 Release:       %{release}%{?dist}
 License:       Apache Software License 2.0 (AL2)
 Group:         System Environment/Daemons

Reply via email to