Updated Branches: refs/heads/3.2.x a664fdf87 -> e2fe9b2fa
bump versions for next release. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e2fe9b2f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e2fe9b2f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e2fe9b2f Branch: refs/heads/3.2.x Commit: e2fe9b2fa481a9c9c0a2ce0fb37596d05641d2aa Parents: a664fdf Author: Igor GaliÄ <[email protected]> Authored: Wed Jul 17 19:32:51 2013 +0200 Committer: Igor GaliÄ <[email protected]> Committed: Wed Jul 17 19:32:51 2013 +0200 ---------------------------------------------------------------------- CHANGES | 3 +++ STATUS | 5 +++-- configure.ac | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e2fe9b2f/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 267b595..70749e6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with Apache Traffic Server 3.2.6 + + Changes with Apache Traffic Server 3.2.5 *) [TS-1923] Fix memory issue caused by resolve_logfield_string() http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e2fe9b2f/STATUS ---------------------------------------------------------------------- diff --git a/STATUS b/STATUS index 5af3390..3717d6e 100644 --- a/STATUS +++ b/STATUS @@ -10,7 +10,8 @@ Release history: [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases, while x.{even}.z versions are Stable/GA releases.] - 3.2.5 : Released on XXX XX, 2013 + 3.2.6 : Released on XXX XX, 2013 + 3.2.5 : Released on July 17, 2013 3.2.4 : Released on January 25, 2013 3.2.0 : Released on June 19, 2012 3.0.5 : Released on June 6, 2012 @@ -38,7 +39,7 @@ RELEASE SHOWSTOPPERS: A list of all bugs open for the next development release can be found at - http://s.apache.org/ts-3.2.5 + http://s.apache.org/ts-3.2.6 PATCHES ACCEPTED TO BACKPORT FROM TRUNK: http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e2fe9b2f/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 32c39f1..c1fd6de 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],[3.2.5]) -m4_define([TS_VERSION_N],[3002005]) +m4_define([TS_VERSION_S],[3.2.6]) +m4_define([TS_VERSION_N],[3002006]) AC_INIT([Apache Traffic Server], TS_VERSION_S(), [[email protected]], [trafficserver],[http://trafficserver.apache.org]) AC_PREREQ([2.59])
