Bug 531841 - Update felix gogo shell/runtime to 1.1.0

Document bundle change in the porting guide.

Change-Id: Id8a629ddd5d26dbb6724434ea607df26248b047a
Signed-off-by: Mat Booth <mat.booth@redhat.com>
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/4.9/faq.html b/bundles/org.eclipse.platform.doc.isv/porting/4.9/faq.html
index b973194..d809e14 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/4.9/faq.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/4.9/faq.html
@@ -15,6 +15,7 @@
 <ol>
 	<li><a href="#batik">Apache Batik bundle changes</a></li>
 	<li><a href="#icu4j">IBM ICU4j bundle changes</a></li>
+	<li><a href="#gogo">Apache Felix Gogo bundle changes</a></li>
 </ol>
 
 <hr>
@@ -37,5 +38,13 @@
 </ol>
 
 <!-- ############################################## -->
+<h2><a name="gogo">3. Apache Felix Gogo bundle changes</a></h2>
+<p> As part of the migration of Eclipse Platform to Apache Felix Gogo <code>1.1</code>, the third-party Apache Felix Gogo bundles changed in the following way: </p>
+<ol>
+	<li>Bundle <code>org.apache.felix.gogo.runtime</code> was bumped to version <code>1.1.0</code>. </li>
+	<li>Bundle <code>org.apache.felix.gogo.shell</code> was bumped to version <code>1.1.0</code>. </li>
+</ol>
+
+<!-- ############################################## -->
 </body>
 </html>
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/4.9/recommended.html b/bundles/org.eclipse.platform.doc.isv/porting/4.9/recommended.html
index ec2ec6a..574ce20 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/4.9/recommended.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/4.9/recommended.html
@@ -20,6 +20,7 @@
 <ol>
 	<li><a href="#Batik_Upgrade">Direct usages of Apache Batik CSS should be upgraded</a></li>
 	<li><a href="#Icu4j_Upgrade">Direct usages of IBM ICU4j should be upgraded</a></li>
+	<li><a href="#Gogo_Upgrade">Direct usages of Apache Felix Gogo should be upgraded</a></li>
 </ol>
 
 <hr>
@@ -56,6 +57,24 @@
 </p>
 <ul>
 <li>Upgrade their code to work with IBM ICU4j version <code>62.1.0</code></li>
+</ul>IBM
+
+<!-- ############################################## -->
+<h2>3. <a name="#Gogo_Upgrade">Direct usages of Apache Felix Gogo should be upgraded</a></h2>
+<p><strong>What is affected:</strong> Clients directly using Apache Felix Gogo Runtime or Apache Felix Gogo Shell bundle versions earlier than
+<code>1.1.0</code>.
+</p>
+<p><strong>Description:</strong>
+Two of the Apache Felix Gogo bundles used by Eclipse Platform to provide the OSGi console were updated to version <code>1.1.0</code>. Previously it
+was using version Apache Felix Gogo Runtime <code>1.0.6</code> and Apache Felix Gogo Shell <code>1.0.0</code>. Clients that were making direct use of 
+the Apache Felix Gogo APIs should upgrade and ensure their code continues to work with version <code>1.1.0</code> of both bundles. Other clients should
+not be affected.
+</p>
+<p><strong>Action required:</strong>
+Clients should:
+</p>
+<ul>
+<li>Upgrade their code to work with Apache Felix Gogo Runtime version <code>1.1.0</code> and Apache Felix Gogo Shell version <code>1.1.0</code></li>
 </ul>
 
 </body>