You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/04/19 21:33:53 UTC

[trafficserver] branch 9.0.x updated: Updated version to 9.0.2

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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 2acd909  Updated version to 9.0.2
2acd909 is described below

commit 2acd9095e0d4a157c16ad8baf98f34782e2e083e
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Apr 19 15:33:16 2021 -0600

    Updated version to 9.0.2
---
 STATUS                           | 3 ++-
 configure.ac                     | 4 ++--
 tools/package/trafficserver.spec | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/STATUS b/STATUS
index 3bc4c20..7b53a36 100644
--- a/STATUS
+++ b/STATUS
@@ -6,7 +6,8 @@ The current version of this file can be found at:
   * https://github.com/apache/trafficserver/blob/master/STATUS
 
 Release history:
-    9.0.1           : Release on Mar 4th, 2021
+    9.0.2           : Release on xxx yyth, 2021
+    9.0.1           : Release on April 16th, 2021
     9.0.0           : Release on Dec 14th, 2020
 
     8.1.1           : Released on Dec 2nd, 2020
diff --git a/configure.ac b/configure.ac
index 33fa1a3..f07dc28 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],[9.0.1])
-m4_define([TS_VERSION_N],[9000001])
+m4_define([TS_VERSION_S],[9.0.2])
+m4_define([TS_VERSION_N],[9000002])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver], [https://trafficserver.apache.org])
 AC_PREREQ([2.59])
diff --git a/tools/package/trafficserver.spec b/tools/package/trafficserver.spec
index 812d6ce..75fab0e 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:	9.0.1
+Version:	9.0.2
 Release:	%{release}%{?dist}
 License:	Apache Software License 2.0 (AL2)
 Group:		System Environment/Daemons