You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2014/04/30 23:37:23 UTC

git commit: Bump Version to 4.2.2

Repository: trafficserver
Updated Branches:
  refs/heads/4.2.x e31359e3f -> a52938b75


Bump Version to 4.2.2


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

Branch: refs/heads/4.2.x
Commit: a52938b75237d83612eed3c8c25e8ce921705930
Parents: e31359e
Author: Phil Sorber <so...@apache.org>
Authored: Wed Apr 30 15:36:54 2014 -0600
Committer: Phil Sorber <so...@apache.org>
Committed: Wed Apr 30 15:36:54 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a52938b7/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 2c44d87..dd515b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache Traffic Server 4.2.2
+
+
 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/a52938b7/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index 97504bc..628d14d 100644
--- a/STATUS
+++ b/STATUS
@@ -8,6 +8,7 @@ The current version of this file can be found at:
 
 Release history:
 
+    4.2.1           : Released on Apr 29th, 2014
     4.2.0           : Released on Mar 19th, 2014
 
     4.1.2           : Released on Dec 17th, 2013

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a52938b7/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 5b5af9e..63ea4ca 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],[4.2.1])
-m4_define([TS_VERSION_N],[4002001])
+m4_define([TS_VERSION_S],[4.2.2])
+m4_define([TS_VERSION_N],[4002002])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])