Added minimal release notes for 1.6.3

git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@5110 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/core/src/release_notes.html b/distro-source/core/src/release_notes.html
index 445a6d4..eb00bcf 100644
--- a/distro-source/core/src/release_notes.html
+++ b/distro-source/core/src/release_notes.html
@@ -29,6 +29,7 @@
       <h1>Google Web Toolkit Release Notes</h1>
       <ul>
 		    <li><a href="#Release_Notes_Current">@GWT_VERSION@</a></li>
+		    <li><a href="#Release_Notes_1_6_2">1.6.2</a></li>
 		    <li><a href="#Release_Notes_1_5_3">1.5.3</a></li>
 		    <li><a href="#Release_Notes_1_5_2">1.5.2</a></li>
 		    <li><a href="#Release_Notes_1_5_1">1.5.1 (RC2)</a></li>
@@ -50,14 +51,18 @@
       <h2>Release Notes for @GWT_VERSION@</h2>
       <h3>Fixed Issues</h3>
       <ul>
-        <li><code>ConstantMap</code> is really immutable now (it always should
-        have been); it also no longer generates serialization warnings when
-        attempting to serialize <code>Map&lt;String,String&gt;</code></li>
-        <li><code>TreeMap</code> and <code>TreeSet</code> are now
-        serializable</li>
+        <li>Various <a href="http://code.google.com/p/google-web-toolkit/issues/detail?id=3496">servlet classpath issues</a> introduced in 1.6.2 are resolved.</li>
+        <li>JSP compilation should work out of the box in hosted mode.</li>
       </ul>
-      <hr/>
 
+      <hr/>
+      <a name="Release_Notes_1_6_2"></a>
+      <h2>Release Notes for 1.6.2 (RC)</h2>
+      <p>
+         Please see <a href="http://code.google.com/docreader/?p(google-web-toolkit-doc-1-6)s(google-web-toolkit-doc-1-6)t(ReleaseNotes_1_6)">What's new in GWT 1.6?</a> (online)
+      </p>
+
+      <hr/>
       <a name="Release_Notes_1_5_3"></a>
       <h2>Release Notes for 1.5.3</h2>
       <h3>Fixed Issues</h3>