You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/08/27 16:31:30 UTC

[2/2] git commit: Updated for v4.0.1 respin

Updated for v4.0.1 respin


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

Branch: refs/heads/4.0.x
Commit: c9e7328bbf1d2d0794c0053fd4fbb5429d6b913a
Parents: a08f3a7
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Aug 27 08:31:22 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Aug 27 08:31:22 2013 -0600

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c9e7328b/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 3f1d817..3cf450c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@ Changes with Apache Traffic Server 4.0.1
   *) [TS-2154] Lua plugin asserts traffic_server on startup
 
 
-Changes with Apache Traffic Server 4.0.0
+Changes with Apache Traffic Server 4.0.0 [not released]
 
   *) [TS-2127] Move hostdb.config to var/trafficserver, together with with the
    host.db itself.

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c9e7328b/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index 704d0b0..c1221b5 100644
--- a/STATUS
+++ b/STATUS
@@ -7,7 +7,7 @@ The current version of this file can be found at:
 
 
 Release history:
-    4.0.0           : Released on August 30, 2013
+    4.0.1           : Released on August 30, 2013
 
     3.2.5           : Released on July 17, 2013
     3.2.4           : Released on January 25, 2013

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c9e7328b/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 196e928..05faa4e 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.0.0])
-m4_define([TS_VERSION_N],[4000000])
+m4_define([TS_VERSION_S],[4.0.1])
+m4_define([TS_VERSION_N],[4000001])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), [dev@trafficserver.apache.org], [trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])