You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/05/19 12:42:44 UTC

mesos git commit: Prepared for Mesos 1.1.3 release.

Repository: mesos
Updated Branches:
  refs/heads/1.1.x 37d98c55e -> 80ed76854


Prepared for Mesos 1.1.3 release.


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

Branch: refs/heads/1.1.x
Commit: 80ed768546e377b6e7143ed364b791abec57ca96
Parents: 37d98c5
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri May 19 14:42:16 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri May 19 14:42:16 2017 +0200

----------------------------------------------------------------------
 CHANGELOG      | 8 ++++++++
 CMakeLists.txt | 2 +-
 configure.ac   | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/80ed7685/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index fcd481f..904fa7f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+Release Notes - Mesos - Version 1.1.3 (WIP)
+-------------------------------------------
+* This is a bug fix release.
+
+All Issues:
+** Bug
+
+
 Release Notes - Mesos - Version 1.1.2
 -------------------------------------
 * This is a bug fix release.

http://git-wip-us.apache.org/repos/asf/mesos/blob/80ed7685/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e9f92c7..925fe71 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 2.8)
 project(Mesos)
 set(MESOS_MAJOR_VERSION 1)
 set(MESOS_MINOR_VERSION 1)
-set(MESOS_PATCH_VERSION 2)
+set(MESOS_PATCH_VERSION 3)
 set(PACKAGE_VERSION
   ${MESOS_MAJOR_VERSION}.${MESOS_MINOR_VERSION}.${MESOS_PATCH_VERSION})
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/80ed7685/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 183bb8d..7d7d06f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.61])
-AC_INIT([mesos], [1.1.2])
+AC_INIT([mesos], [1.1.3])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST