Updated version for the 4.2.1.1 release and added release notes
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2674e670 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2674e670 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2674e670 Branch: refs/heads/4.2.1.x Commit: 2674e670f96baac4bd3058651c3475704fb49a13 Parents: f64b31a Author: Bryan Call <[email protected]> Authored: Tue Jul 22 18:57:56 2014 -0700 Committer: Bryan Call <[email protected]> Committed: Tue Jul 22 18:57:56 2014 -0700 ---------------------------------------------------------------------- CHANGES | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2674e670/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 2c44d87..e3b38b2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes with Apache Traffic Server 4.2.1.1 + + *) [TS-2055] limit access to synthetic healthcheck + Changes with Apache Traffic Server 4.2.1 *) [TS-2624] Force CPU affinity to 0 to mimic previous behavior in 4.x branch http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2674e670/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 5b5af9e..5c610b1 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ # 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],[4.2.1]) +m4_define([TS_VERSION_S],[4.2.1.1]) m4_define([TS_VERSION_N],[4002001]) AC_INIT([Apache Traffic Server], TS_VERSION_S(), [[email protected]], [trafficserver],[http://trafficserver.apache.org])
