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 2024/04/03 15:45:39 UTC

(trafficserver) branch 8.1.x updated: Add 8.1.10 changelog and update version number

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 10bcf26410 Add 8.1.10 changelog and update version number
10bcf26410 is described below

commit 10bcf264100911987463c5e1cf42998ed257c231
Author: Evan Zelkowitz <ev...@gmail.com>
AuthorDate: Wed Apr 3 09:45:00 2024 -0600

    Add 8.1.10 changelog and update version number
---
 CHANGELOG-8.1.10                 | 4 ++++
 configure.ac                     | 4 ++--
 tools/package/trafficserver.spec | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG-8.1.10 b/CHANGELOG-8.1.10
new file mode 100644
index 0000000000..09cedf3d0c
--- /dev/null
+++ b/CHANGELOG-8.1.10
@@ -0,0 +1,4 @@
+Changes with Apache Traffic Server 8.1.10
+  #10618 - Fix typo in block_errors documentation (#10591)
+  #10623 - Fix H2 debug message for a rate limit (#10583)
+  #11207 - Add proxy.config.http2.max_continuation_frames_per_minute 
diff --git a/configure.ac b/configure.ac
index ad939855a7..6cb1eabc62 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.9])
-m4_define([TS_VERSION_N],[8001009])
+m4_define([TS_VERSION_S],[8.1.10])
+m4_define([TS_VERSION_N],[8001010])
 
 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 537856bfcd..082f406840 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.9
+Version:	8.1.10
 Release:	%{release}%{?dist}
 License:	Apache Software License 2.0 (AL2)
 Group:		System Environment/Daemons