You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2016/10/18 19:17:04 UTC

[1/2] mesos git commit: Updated CHANGELOG in preparation of 1.2.0.

Repository: mesos
Updated Branches:
  refs/heads/master 6de2ab4ef -> 3dbddf714


Updated CHANGELOG in preparation of 1.2.0.

Review: https://reviews.apache.org/r/52991/


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

Branch: refs/heads/master
Commit: bc7e98cdcfb9f6ec6a15d967533fdecbbcbfccde
Parents: 6de2ab4
Author: Till Toenshoff <to...@me.com>
Authored: Tue Oct 18 21:16:37 2016 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Oct 18 21:16:37 2016 +0200

----------------------------------------------------------------------
 CHANGELOG | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bc7e98cd/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 0d92452..56c9afa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Release Notes - Mesos - Version 1.2.0 (WIP)
+-------------------------------------------
+
+
 Release Notes - Mesos - Version 1.1.0
 -------------------------------------
 This release contains the following new features:


[2/2] mesos git commit: Updated configure.ac in preparation of 1.2.0.

Posted by ti...@apache.org.
Updated configure.ac in preparation of 1.2.0.

Review: https://reviews.apache.org/r/52992/


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

Branch: refs/heads/master
Commit: 3dbddf71484310a0a783658d3c9b92e0d0cdd312
Parents: bc7e98c
Author: Till Toenshoff <to...@me.com>
Authored: Tue Oct 18 21:16:46 2016 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Oct 18 21:16:46 2016 +0200

----------------------------------------------------------------------
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3dbddf71/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 015255e..c8d48be 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.0])
+AC_INIT([mesos], [1.2.0])
 
 # Have autoconf setup some variables related to the system.
 AC_CANONICAL_HOST