You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2019/01/31 22:41:26 UTC

[trafficserver] branch 8.0.x updated: Bumped version to 8.0.3 and updated STATUS

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

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


The following commit(s) were added to refs/heads/8.0.x by this push:
     new 21184e9  Bumped version to 8.0.3 and updated STATUS
21184e9 is described below

commit 21184e9c8f2006e5a6685d7716302057c8bb7ddb
Author: Bryan Call <bc...@apache.org>
AuthorDate: Thu Jan 31 14:41:16 2019 -0800

    Bumped version to 8.0.3 and updated STATUS
---
 STATUS       | 6 ++++--
 configure.ac | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/STATUS b/STATUS
index 8bc0630..2b3c2e9 100644
--- a/STATUS
+++ b/STATUS
@@ -6,11 +6,13 @@ The current version of this file can be found at:
   * https://github.com/apache/trafficserver/blob/master/STATUS
 
 Release history:
-    8.0.2           : Release on <TBD>,  2019
+    8.0.3           : Release on <TBD>,  2019
+    8.0.2           : Release on Jan 29th, 2019
     8.0.1           : Release on Nov 29th, 2018
     8.0.0           : Release on Sep 25th, 2018
 
-    7.1.6           : Released on <TBD>, 2018
+    7.1.7           : Released on <TBD>, 2019
+    7.1.6           : Released on Jan 29th, 2019
     7.1.5           : Released on Nov 24th, 2018
     7.1.4           : Released on Aug 1st, 2018
     7.1.3           : Released on Apr 16th, 2018
diff --git a/configure.ac b/configure.ac
index a984321..fb38b7a 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.0.2])
-m4_define([TS_VERSION_N],[8000002])
+m4_define([TS_VERSION_S],[8.0.3])
+m4_define([TS_VERSION_N],[8000003])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])