Repository: trafficserver
Updated Branches:
  refs/heads/5.1.x 48c98554e -> a74e7b5c5


RM: Update for 5.1.2


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

Branch: refs/heads/5.1.x
Commit: a74e7b5c5fdd9a345ae735ccb6549910a820f56d
Parents: 48c9855
Author: Alan M. Carroll <a...@apache.org>
Authored: Tue Dec 2 18:13:52 2014 -0600
Committer: Alan M. Carroll <a...@apache.org>
Committed: Tue Dec 2 18:13:52 2014 -0600

----------------------------------------------------------------------
 CHANGES      |  2 ++
 Makefile.am  |  2 +-
 STATUS       | 10 +++++++++-
 configure.ac |  4 ++--
 4 files changed, 14 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a74e7b5c/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 7fcb1b8..f100c01 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache Traffic Server 5.1.2
+
 Changes with Apache Traffic Server 5.1.1
 
   *) [TS-2677] Fix potential open relay problem with CONNECT and remap.

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a74e7b5c/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index b07fe19..55ec365 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ DISTCHECK_CONFIGURE_FLAGS=--with-user=${DIST_BUILD_USER} 
--with-group=${DIST_BUI
 EXTRA_DIST=CHANGES INSTALL STATUS NOTICE LAYOUT LICENSE example contrib 
README-EC2 REVIEWERS
 
 # Default value when creating release candidates
-RC = 1
+RC = 0
 
 # igalic can't remember if this is make check or make test and neither should 
you.
 test: check

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a74e7b5c/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index aaad22e..6ab4756 100644
--- a/STATUS
+++ b/STATUS
@@ -8,8 +8,16 @@ The current version of this file can be found at:
 
 Release history:
 
+    5.1.1           : Released on Sep 31st, 2014
+    5.1.0           : Released on Sep 18th, 2014
+    5.0.1           : Released on Jul 23rd, 2014
+    5.0.0           : Released on Jun 17th, 2014
+
+    4.2.2           : Released on Sep 4th, 2014
+    4.2.1.1         : Released on Jul 23rd, 2014
+    4.2.1           : Released on Apr 29th, 2014
+    4.2.0           : Released on Mar 19th, 2014
     4.1.2           : Released on Dec 17th, 2013
-
     4.0.2           : Released on Oct 14th, 2013
     4.0.1           : Released on Aug 30th, 2013
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a74e7b5c/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index ec747b6..bdff2e7 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.1.1])
-m4_define([TS_VERSION_N],[5001001])
+m4_define([TS_VERSION_S],[5.1.2])
+m4_define([TS_VERSION_N],[5001002])
 
 AC_INIT([Apache Traffic Server], TS_VERSION_S(), 
[d...@trafficserver.apache.org], 
[trafficserver],[http://trafficserver.apache.org])
 AC_PREREQ([2.59])

Reply via email to