Repository: mesos
Updated Branches:
  refs/heads/master 52a55debe -> bf2515d88


Documented the change in the Protobuf requirement.

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


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

Branch: refs/heads/master
Commit: bf2515d881a5fea8d0002978aa4f9ab553943c91
Parents: 52a55de
Author: Chun-Hung Hsiao <chhs...@mesosphere.io>
Authored: Wed Jan 17 10:04:01 2018 -0800
Committer: Jie Yu <yujie....@gmail.com>
Committed: Wed Jan 17 10:04:32 2018 -0800

----------------------------------------------------------------------
 CHANGELOG        | 3 +++
 docs/upgrades.md | 6 ++++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bf2515d8/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 175208a..1b0ed9b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -52,6 +52,9 @@ Additional API Changes:
   * [MESOS-7973] A new `catchup` method has been added to the
     `Log.Reader` interface (including Java binding).
 
+Changes to Dependencies:
+  * Upgraded minimum required Protobuf library to version 3+.
+
 Unresolved Critical Issues:
 
 Feature Graduations:

http://git-wip-us.apache.org/repos/asf/mesos/blob/bf2515d8/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index 29739cb..655d702 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -52,6 +52,7 @@ We categorize the changes as follows:
       <li>A <a href="#1-5-x-network-ports-isolator">Network ports 
isolator</a></li>
       <li>C <a href="#1-5-x-relative-disk-source-root-path">Relative source 
root paths for disk resources</a></li>
       <li>A <a href="#1-5-x-reconfiguration-policy">Agent state recovery after 
resource changes</a></li>
+      <li>C <a href="#1-5-x-protobuf-requirement">Requirement for Protobuf 
library</a></li>
     </ul>
   </td>
 
@@ -398,10 +399,15 @@ We categorize the changes as follows:
   * `show_standalone`: Whether to show standalone containers.
 
 <a name="1-5-x-reconfiguration-policy"></a>
+
 * A new agent flag `--reconfiguration_policy` has been added. By setting the 
value of this flag to `additive`,
   operators can allow the agent to be restarted with increased resources 
without requiring the agent ID to be
   changed. Note that if this feature is used, the master version is required 
to be >= 1.5 as well.
 
+<a name="1-5-x-protobuf-requirement"></a>
+
+* Protobuf version 3+ is required to build Mesos. Please upgrade your Protobuf 
library if you are using an unbundled one.
+
 ## Upgrading from 1.3.x to 1.4.x ##
 
 <a name="1-4-x-ambient-capabilities"></a>

Reply via email to