You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/10 04:58:32 UTC

[8/8] mesos git commit: Added MESOS-{1987, 6976, 7389, 7464, 7484} to 1.3.0 CHANGELOG.

Added MESOS-{1987,6976,7389,7464,7484} to 1.3.0 CHANGELOG.


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

Branch: refs/heads/1.3.x
Commit: 2157f624ee0d01edab2fb3fe7e1081011cc31b96
Parents: f63d115
Author: Neil Conway <ne...@gmail.com>
Authored: Tue May 9 21:39:04 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Tue May 9 21:39:04 2017 -0700

----------------------------------------------------------------------
 CHANGELOG | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2157f624/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2656d01..f039c6c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -97,7 +97,6 @@ Unresolved Critical Issues:
   * [MESOS-7378] - Build failure with missing gnu_dev_major and gnu_dev_minor symbols.
   * [MESOS-7381] - Flaky tests in NestedMesosContainerizerTest.
   * [MESOS-7386] - Executor not cleaning up existing running docker containers if external logrotate/logger processes die/killed.
-  * [MESOS-7389] - Mesos 1.2.0 crashes with pre-1.0 Mesos agents.
 
 Feature Graduations:
   * [MESOS-2449] - Support group of tasks (Pod) constructs and API in Mesos.
@@ -128,6 +127,7 @@ All Experimental Features:
 All Resolved Issues:
 
 ** Bug
+  * [MESOS-1987] - Add support for SemVer build and prerelease labels to stout.
   * [MESOS-4245] - Add `dist` target to CMake solution.
   * [MESOS-4263] - Report volume usage through ResourceStatistics.
   * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
@@ -151,6 +151,7 @@ All Resolved Issues:
   * [MESOS-6907] - FutureTest.After3 is flaky.
   * [MESOS-6951] - Docker containerizer: mangled environment when env value contains LF byte.
   * [MESOS-6953] - A compromised mesos-master node can execute code as root on agents.
+  * [MESOS-6976] - Disallow (re-)registration attempts by old agents.
   * [MESOS-6982] - PerfTest.Version fails on recent Arch Linux.
   * [MESOS-7022] - Update framework authorization to support multiple roles.
   * [MESOS-7029] - FaultToleranceTest.FrameworkReregister is flaky.
@@ -193,12 +194,15 @@ All Resolved Issues:
   * [MESOS-7363] - Improver master robustness against duplicate UPIDs.
   * [MESOS-7365] - Compile error with recent glibc.
   * [MESOS-7372] - Improve agent re-registration robustness.
+  * [MESOS-7389] - Mesos 1.2.0 crashes with pre-1.0 Mesos agents.
   * [MESOS-7400] - The mesos master crashes due to an incorrect invariant check in the decoder.
   * [MESOS-7427] - Registry puller cannot fetch manifests from Amazon ECR: 405 Unsupported.
   * [MESOS-7430] - Per-role Suppress call implementation is broken.
   * [MESOS-7453] - glyphicons-halflings-regular.woff2 is missing in WebUI.
   * [MESOS-7456] - Compilation error on recent glibc in cgroups device subsystem.
+  * [MESOS-7464] - Recent Docker versions cannot be parsed by stout.
   * [MESOS-7478] - Pre-1.2.x master does not work with 1.2.x agent.
+  * [MESOS-7484] - VersionTest.ParseInvalid aborts on Windows.
 
 ** Documentation
   * [MESOS-7005] - Add executor authentication documentation.