summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2015-12-09 01:25:50 +0000
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2015-12-09 01:32:48 +0000
commit0c3049183923a59ed947480de4c9fbeeda54af75 (patch)
treef65e5c8ba5d03e940b0bd4cedfb0dceb356ead04
parent47d801963f86ce7ccf2fa6a52f7fcbab1a5bdec2 (diff)
Update 2.11.5 release notes to mention forked buck
Add a warning that the Google repository needs to be added to the remotes. Change-Id: Ied78df702845215ba77f9ddef10e9d2b956a7df3
-rw-r--r--ReleaseNotes/ReleaseNotes-2.11.5.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/ReleaseNotes/ReleaseNotes-2.11.5.txt b/ReleaseNotes/ReleaseNotes-2.11.5.txt
index 03427bb4c2..d7758cbb48 100644
--- a/ReleaseNotes/ReleaseNotes-2.11.5.txt
+++ b/ReleaseNotes/ReleaseNotes-2.11.5.txt
@@ -9,6 +9,22 @@ https://gerrit-releases.storage.googleapis.com/gerrit-2.11.5.war]
There are no schema changes from link:ReleaseNotes-2.11.4.html[2.11.4].
+Important Notes
+---------------
+
+*WARNING:* This release uses a forked version of buck.
+
+Buck was forked to cherry-pick an upstream fix for building on Mac OSX
+El Capitan.
+
+To build this release from source, the Google repository must be added to
+the remotes in the buck checkout:
+
+----
+ $ git remote add google https://gerrit.googlesource.com/buck
+----
+
+
Bug Fixes
---------