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 2014/07/23 17:03:21 UTC

[2/2] git commit: updated 5.0.1 version and release notes

updated 5.0.1 version and release notes


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3cf9b6d6
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3cf9b6d6
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3cf9b6d6

Branch: refs/heads/5.0.x
Commit: 3cf9b6d6a377d8bfaa85a64c61444282b5688d74
Parents: c1244fb
Author: Bryan Call <bc...@apache.org>
Authored: Tue Jul 22 18:49:22 2014 -0700
Committer: Bryan Call <bc...@apache.org>
Committed: Tue Jul 22 18:49:22 2014 -0700

----------------------------------------------------------------------
 CHANGES      | 4 ++++
 configure.ac | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3cf9b6d6/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 07fd5ff..473c9f1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache Traffic Server 5.0.1
+  *) [TS-2055] limit access to synthetic healthcheck
+
+
 Changes with Apache Traffic Server 5.0.0
 
   *) [TS-2885] Change LuaJIT to build statically, and add --disable-luajit. This

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3cf9b6d6/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index d149568..aff6549 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],[5.0.0])
-m4_define([TS_VERSION_N],[5000000])
+m4_define([TS_VERSION_S],[5.0.1])
+m4_define([TS_VERSION_N],[5000001])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])