You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/04/25 23:15:40 UTC

[24/24] mesos git commit: Updated the CHANGELOG for 0.28.1.

Updated the CHANGELOG for 0.28.1.

*** Modified for 0.28.1 release ****

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


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

Branch: refs/heads/0.28.x
Commit: 555db235a34afbb9fb49940376cc33a66f1f85f0
Parents: 6de4526
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Apr 5 13:12:20 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Apr 5 18:19:49 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/555db235/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e055707..fd9ada1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,22 @@
+Release Notes - Mesos - Version 0.28.1
+--------------------------------------
+* This is a bug fix release.
+
+All Issues:
+** Bug
+    * [MESOS-4662] - PortMapping network isolator should not assume BIND_MOUNT_ROOT is a realpath.
+    * [MESOS-4874] - overlayfs does not work with kernel 4.2.3
+    * [MESOS-4877] - Mesos containerizer can't handle top level docker image like "alpine" (must use "library/alpine")
+    * [MESOS-4878] - Task stuck in TASK_STAGING when docker fetcher failed to fetch the image
+    * [MESOS-4964] - curl based docker fetcher fails to decode chunked encoding
+    * [MESOS-4985] - Destroy a container while it's provisioning can lead to leaked provisioned directories.
+    * [MESOS-5009] - local docker puller fails to find private registry repositories
+    * [MESOS-5018] - FrameworkInfo Capability enum does not support upgrades.
+    * [MESOS-5021] - Memory leak in subprocess when 'environment' argument is provided.
+    * [MESOS-5023] - MesosContainerizerProvisionerTest.DestroyWhileProvisioning is flaky.
+    * [MESOS-5114] - Flags::parse does not handle empty string correctly.
+
+
 Release Notes - Mesos - Version 0.28.0
 --------------------------------------------
 This release contains the following new features: