You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2014/09/17 21:40:55 UTC

git commit: Added CHANGELOG for 0.20.1.

Repository: mesos
Updated Branches:
  refs/heads/master 0bdc7adf6 -> 3b9b4256a


Added CHANGELOG for 0.20.1.


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

Branch: refs/heads/master
Commit: 3b9b4256a787162ced363976a589b143ce023797
Parents: 0bdc7ad
Author: Adam B <ad...@mesosphere.io>
Authored: Wed Sep 17 12:40:06 2014 -0700
Committer: Adam B <ad...@mesosphere.io>
Committed: Wed Sep 17 12:40:06 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/3b9b4256/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 77e15b3..96520bb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,32 @@
     resources.
 
 
+Release Notes - Mesos - Version 0.20.1
+--------------------------------------
+* This is a bug fix release.
+
+** Bug
+    * [MESOS-1705] - SubprocessTest.Status sometimes flakes out
+    * [MESOS-1724] - Can't include port in DockerInfo's image
+    * [MESOS-1727] - Configure fails with ../configure: line 18439: syntax error near unexpected token `PROTOBUFPREFIX,'
+    * [MESOS-1729] - LogZooKeeperTest.WriteRead fails due to SIGPIPE (escalated to SIGABRT)
+    * [MESOS-1730] - Should be an error if commandinfo shell=true when using docker containerizer
+    * [MESOS-1732] - Mesos containerizer doesn't reject tasks with container info set
+    * [MESOS-1737] - Isolation=external result in core dump on 0.20.0
+    * [MESOS-1740] - Bad error message when docker containerizer isn't enabled
+    * [MESOS-1749] - SlaveRecoveryTest.ShutdownSlave is flaky
+    * [MESOS-1755] - Add docker support to mesos-execute
+    * [MESOS-1758] - Freezer failure leads to lost task during container destruction.
+    * [MESOS-1760] - MasterAuthorizationTest.FrameworkRemovedBeforeReregistration is flaky
+    * [MESOS-1764] - Build Fixes from 0.20 release
+    * [MESOS-1766] - MasterAuthorizationTest.DuplicateRegistration test is flaky
+
+** Improvement
+    * [MESOS-1621] - Docker run networking should be configurable and support bridge network
+    * [MESOS-1762] - Avoid docker pull on each container run
+    * [MESOS-1770] - Docker with command shell=true should override entrypoint
+
+
 Release Notes - Mesos - Version 0.20.0
 --------------------------------------