Revision: 7562
Author: jlaba...@google.com
Date: Fri Feb 12 08:15:34 2010
Log: tr...@7530,7559 was merged into this branch
Updates release notes for 2.0.2.
svn merge -c7530,7559 --ignore-ancestry
https://google-web-toolkit.googlecode.com/svn/trunk
http://code.google.com/p/google-web-toolkit/source/detail?r=7562
Modified:
/releases/2.0/branch-info.txt
/releases/2.0/distro-source/core/src/release_notes.html
=======================================
--- /releases/2.0/branch-info.txt Wed Feb 10 08:16:46 2010
+++ /releases/2.0/branch-info.txt Fri Feb 12 08:15:34 2010
@@ -1483,3 +1483,7 @@
Adding null checks to all History methods to ensure that History is
enabled.
svn merge -c7542 --ignore-ancestry
https://google-web-toolkit.googlecode.com/svn/trunk
+tr...@7530,7559 was merged into this branch
+ Updates release notes for 2.0.2.
+ svn merge -c7530,7559 --ignore-ancestry
https://google-web-toolkit.googlecode.com/svn/trunk
+
=======================================
--- /releases/2.0/distro-source/core/src/release_notes.html Fri Jan 29
13:26:48 2010
+++ /releases/2.0/distro-source/core/src/release_notes.html Fri Feb 12
08:15:34 2010
@@ -26,9 +26,11 @@
</style></head>
<body>
- <h1>Google Web Toolkit Release Notes</h1>
+ <h1 style="margin-bottom: 0;">Google Web Toolkit Release Notes</h1>
+ <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_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>
<li><a href="#Release_Notes_2_0_0_rc1">2.0.0-rc1</a></li>
@@ -57,7 +59,19 @@
<a name="Release_Notes_Current"></a>
<h2>Release Notes for @GWT_VERSION@</h2>
<p>
- This release contains fixes for bugs found in the 2.0.0 release.
+ This 2.0.2 release contains a couple of fixes that were 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/>
+ <a name="Release_Notes_2_0_1"></a>
+ <h2>Release Notes for 2.0.1</h2>
+ <p>
+ This 2.0.1 release contains fixes for bugs found in the 2.0.0
release.
</p>
<h3>Potentially breaking changes and fixes</h3>
<ul>
@@ -78,7 +92,6 @@
<ul>
<li>UiBinder Image class with resource attribute, removes styles
on that image (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=4415">#4415</a>)</li>
<li>Widgets lose focus if its placed on FocusPanel (Opera, Safari)
(<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=1471">#1471</a>)</li>
- <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>Remove method in SplitLayoutPanel is broken (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=4217">#4217</a>)</li>
<li>Splitter constructor hard codes the background color of the
splitter to white (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=4335">#4335</a>)</li>
<li>Image should provide method to set alternative text (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=4335">#4335</a>)</li>
@@ -96,12 +109,13 @@
See the GWT issue tracker for
<a
href="http://code.google.com/p/google-web-toolkit/issues/list?can=1&q=status:Fixed,FixedNotReleased%20milestone:2_0_1&num=1000">
the complete list of bug fixes and enhancements</a> in this
release.
- </p>
+ </p>
<hr/>
<a name="Release_Notes_2_0_0"></a>
<h2>Release Notes for 2.0.0</h2>
<p>
- This release includes some minor bug fixes found in the release
candidate. See the release notes
+ This release includes some minor bug fixes found in the release
candidate.
+ See <a href="doc/latest/ReleaseNotes.html">What's New in GWT
2.0</a> plus the release notes
for <a href="#Release_Notes_2_0_0_rc1">2.0.0-rc1</a> and <a
href="#Release_Notes_2_0_0_rc2">2.0.0-rc2</a>
for the full list of features and bugs fixes included in the GWT
2.0.0 release.
</p>
@@ -476,7 +490,7 @@
<a name="Release_Notes_1_5_0"></a>
<h2>Release Notes for 1.5.0 (RC)</h2>
<p>
- This release candidate is, in a word, huge. Rather than including
all the details here, please see <a
href="http://code.google.com/docreader/#p(google-web-toolkit-doc-1-5)t(Whatsnewin15)">What's
New in GWT 1.5?</a> for full details. The main thing you'll want to know is
that GWT 1.5 supports the Java 5 language features (generics, enumerated
types, annotations, etc.). But check out the full notes, because there's a
lot of great stuff!
+ This release candidate is, in a word, huge. Rather than including
all the details here, please see <a
href="http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=WhatsNewinGWT15">What's
New in GWT 1.5?</a> for full details. The main thing you'll want to know is
that GWT 1.5 supports the Java 5 language features (generics, enumerated
types, annotations, etc.). But check out the full notes, because there's a
lot of great stuff!
</p>
<hr/>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors