This is an automated email from the ASF dual-hosted git repository.
zwoop 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 ad6fa96 Bumped version to 8.0.2, and updated STATUS
ad6fa96 is described below
commit ad6fa961eb7febf9a32a5c8141b429befaaa158e
Author: Leif Hedstrom <[email protected]>
AuthorDate: Mon Jan 7 08:22:22 2019 -0700
Bumped version to 8.0.2, and updated STATUS
---
STATUS | 8 +++++++-
configure.ac | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/STATUS b/STATUS
index d145713..8bc0630 100644
--- a/STATUS
+++ b/STATUS
@@ -6,7 +6,13 @@ The current version of this file can be found at:
* https://github.com/apache/trafficserver/blob/master/STATUS
Release history:
- 7.1.4 : Released on <TBD>, 2018
+ 8.0.2 : Release on <TBD>, 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.5 : Released on Nov 24th, 2018
+ 7.1.4 : Released on Aug 1st, 2018
7.1.3 : Released on Apr 16th, 2018
7.1.2 : Released on Jan 10th, 2018
7.1.1 : Released on Sep 7th, 2017
diff --git a/configure.ac b/configure.ac
index e49ed7c..a984321 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.1])
-m4_define([TS_VERSION_N],[8000001])
+m4_define([TS_VERSION_S],[8.0.2])
+m4_define([TS_VERSION_N],[8000002])
AC_INIT([Apache Traffic Server], TS_VERSION_S(),
[[email protected]],
[trafficserver],[http://trafficserver.apache.org])
AC_PREREQ([2.59])