Updating release notes for GWT 2.0.3.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7584 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/core/src/release_notes.html b/distro-source/core/src/release_notes.html
index 9a2d516..6ef156e 100644
--- a/distro-source/core/src/release_notes.html
+++ b/distro-source/core/src/release_notes.html
@@ -30,6 +30,7 @@
<p style="margin-top: 5px; margin-left: 5px; font-weight: bold; font-size: 115%;">for all versions</b>
<ul>
<li><a href="#Release_Notes_Current">@GWT_VERSION@</a></li>
+ <li><a href="#Release_Notes_2_0_2">2.0.2</a></li>
<li><a href="#Release_Notes_2_0_1">2.0.1</a></li>
<li><a href="#Release_Notes_2_0_0">2.0.0</a></li>
<li><a href="#Release_Notes_2_0_0_rc2">2.0.0-rc2</a></li>
@@ -59,12 +60,22 @@
<a name="Release_Notes_Current"></a>
<h2>Release Notes for @GWT_VERSION@</h2>
<p>
- This 2.0.2 release contains a couple of fixes that were not included in the 2.0.1 release.
+ This 2.0.3 release contains a fixes that was not included in the 2.0.2 release.
+ </p>
+ <h3>Noteworthy Fixed Issues</h3>
+ <ul>
+ <li>Using a PopupPanel in Internet Explorer without a history IFrame throws a NullPointerException (<a href="http://code.google.com/p/google-web-toolkit/issues/detail?id=4584">#4584</a>)</li>
+ </ul>
+
+ <hr/>
+ <a name="Release_Notes_2_0_2"></a>
+ <h2>Release Notes for 2.0.2</h2>
+ <p>
+ This 2.0.2 release contains a fix that was not included in the 2.0.1 release.
</p>
<h3>Noteworthy Fixed Issues</h3>
<ul>
<li>Standard.css missing new layout styles (<a href="http://code.google.com/p/google-web-toolkit/issues/detail?id=4429">#4429</a>)</li>
- <li>Using a PopupPanel in Internet Explorer without a history IFrame throws a NullPointerException (<a href="http://code.google.com/p/google-web-toolkit/issues/detail?id=4584">#4584</a>)</li>
</ul>
<hr/>