This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/7.1.x by this push:
new f28db7d Updated for releases and prep for v7.1.6
f28db7d is described below
commit f28db7d31c83e5fb0ee31d0eb6c1cd3e4c341702
Author: Leif Hedstrom <[email protected]>
AuthorDate: Mon Nov 26 10:26:49 2018 -0700
Updated for releases and prep for v7.1.6
---
STATUS | 5 ++++-
configure.ac | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/STATUS b/STATUS
index d145713..b2a8438 100644
--- a/STATUS
+++ b/STATUS
@@ -6,12 +6,15 @@ 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
+ 7.1.6 : Released on <TBD>, 2019
+ 7.1.5 : Released on Nov 24th, 2018
+ 7.1.4 : Released on Aug 2nd, 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
7.1.0 : Released on Jul 24th, 2017
+ 6.2.3 : Released on Aug 4th 2018 (EOL)
6.2.2 : Released on Aug 10th, 2016
6.2.1 : Released on Jan 20th, 2017
6.2.0 : Released on Jul 25th, 2016
diff --git a/configure.ac b/configure.ac
index a42842d..1342f71 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],[7.1.5])
-m4_define([TS_VERSION_N],[7001005])
+m4_define([TS_VERSION_S],[7.1.6])
+m4_define([TS_VERSION_N],[7001006])
AC_INIT([Apache Traffic Server], TS_VERSION_S(),
[[email protected]],
[trafficserver],[http://trafficserver.apache.org])
AC_PREREQ([2.59])