Repository: trafficserver
Updated Branches:
  refs/heads/master a6fb93a3d -> 126b0117c


Updated for v5.3.0 development cycle


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

Branch: refs/heads/master
Commit: 126b0117cc0f5d98b5f91f55632781b300303f27
Parents: a6fb93a
Author: Leif Hedstrom <[email protected]>
Authored: Fri Nov 21 19:50:11 2014 -0700
Committer: Leif Hedstrom <[email protected]>
Committed: Fri Nov 21 19:50:11 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/126b0117/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index ab58756..b26a702 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache Traffic Server 5.3.0
+
+
 Changes with Apache Traffic Server 5.2.0
 
   *) [TS-3207] _xstrdup incorrectly calls ink_strlcpy with 0 length strings.

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/126b0117/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index 3d30ebf..8c0ee8e 100644
--- a/STATUS
+++ b/STATUS
@@ -8,6 +8,7 @@ The current version of this file can be found at:
 
 Release history:
 
+    5.2.0           : Released on Dec 4th, 2014
     5.1.1           : Released on Oct 31st, 2014
     5.1.0           : Released on Sep 18th, 2014
     5.0.1           : Released on Jul 23rd, 2014

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/126b0117/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 3e4465b..845b023 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.2.0])
-m4_define([TS_VERSION_N],[5002000])
+m4_define([TS_VERSION_S],[5.3.0])
+m4_define([TS_VERSION_N],[5003000])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), 
[[email protected]], 
[trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])

Reply via email to