[mesos] 03/03: Added MESOS-9785 to the 1.8.2 CHANGELOG.

2019-07-17 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit edaf639d5e5d9af368bb986b331186a4cae4edc5
Author: Chun-Hung Hsiao 
AuthorDate: Wed May 22 14:44:28 2019 -0700

Added MESOS-9785 to the 1.8.2 CHANGELOG.
---
 CHANGELOG | 9 +
 1 file changed, 9 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index d03be88..248e382 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+Release Notes - Mesos - Version 1.8.2 (WIP)
+---
+* This is a bug fix release.
+
+** Bug
+  * [MESOS-9785] - Frameworks recovered from reregistered agents are not 
reported to master `/api/v1` subscribers.
+
+
 Release Notes - Mesos - Version 1.8.1
 -
 * This is a bug fix release.
@@ -22,6 +30,7 @@ Release Notes - Mesos - Version 1.8.1
   * [MESOS-9759] - Log required quota headroom and available quota headroom in 
the allocator.
   * [MESOS-9787] - Log slow SSL (TLS) peer reverse DNS lookup.
 
+
 Release Notes - Mesos - Version 1.8.0
 -
 This release contains the following highlights:



[mesos] 03/03: Added MESOS-9785 to the 1.8.2 CHANGELOG.

2019-07-17 Thread chhsiao
This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit b96268cdcfd765152ef95ba64ca3d5260c4e384c
Author: Chun-Hung Hsiao 
AuthorDate: Wed May 22 14:44:28 2019 -0700

Added MESOS-9785 to the 1.8.2 CHANGELOG.
---
 CHANGELOG | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 164465a..7b464f1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -34,6 +34,15 @@ Additional API Changes:
 NOTE: This new overload is only available when libprocess is compiled
 with `--enable-ssl`.
 
+
+Release Notes - Mesos - Version 1.8.2 (WIP)
+---
+* This is a bug fix release.
+
+** Bug
+  * [MESOS-9785] - Frameworks recovered from reregistered agents are not 
reported to master `/api/v1` subscribers.
+
+
 Release Notes - Mesos - Version 1.8.1 (WIP)
 ---
 * This is a bug fix release.
@@ -57,6 +66,7 @@ Release Notes - Mesos - Version 1.8.1 (WIP)
 ** Improvement
   * [MESOS-9759] - Log required quota headroom and available quota headroom in 
the allocator.
 
+
 Release Notes - Mesos - Version 1.8.0
 -
 This release contains the following highlights: