Revision: 5701
Author: [email protected]
Date: Thu Jul 9 13:29:21 2009
Log: Updated release notes for 1.7
http://code.google.com/p/google-web-toolkit/source/detail?r=5701
Modified:
/releases/1.7/distro-source/core/src/release_notes.html
=======================================
--- /releases/1.7/distro-source/core/src/release_notes.html Mon Apr 6
09:57:48 2009
+++ /releases/1.7/distro-source/core/src/release_notes.html Thu Jul 9
13:29:21 2009
@@ -28,30 +28,70 @@
<body>
<h1>Google Web Toolkit Release Notes</h1>
<ul>
- <li><a href="#Release_Notes_Current">@GWT_VERSION@</a></li>
+ <li><a href="#Release_Notes_Current">@GWT_VERSION@</a></li>
+ <li><a href="#Release_Notes_1_6_4">1.6.4</a></li>
<li><a href="#Release_Notes_1_6_3">1.6.3</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>
- <li><a href="#Release_Notes_1_5_0">1.5.0 (RC)</a></li>
- <li><a href="#Release_Notes_1_4_60">1.4.60</a></li>
- <li><a href="#Release_Notes_1_4_59">1.4.59 (RC2)</a></li>
- <li><a href="#Release_Notes_1_4_10">1.4.10 (RC)</a></li>
- <li><a href="#Release_Notes_1_3_3">1.3.3</a></li>
- <li><a href="#Release_Notes_1_3_1">1.3.1 (RC)</a></li>
- <li><a href="#Release_Notes_1_2_22">1.2.22</a></li>
- <li><a href="#Release_Notes_1_2_11">1.2.21 (RC)</a></li>
- <li><a href="#Release_Notes_1_1_10">1.1.10</a></li>
- <li><a href="#Release_Notes_1_1_0">1.1.0 (RC)</a></li>
- <li><a href="#Release_Notes_1_0_21">1.0.21</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>
+ <li><a href="#Release_Notes_1_5_0">1.5.0 (RC)</a></li>
+ <li><a href="#Release_Notes_1_4_60">1.4.60</a></li>
+ <li><a href="#Release_Notes_1_4_59">1.4.59 (RC2)</a></li>
+ <li><a href="#Release_Notes_1_4_10">1.4.10 (RC)</a></li>
+ <li><a href="#Release_Notes_1_3_3">1.3.3</a></li>
+ <li><a href="#Release_Notes_1_3_1">1.3.1 (RC)</a></li>
+ <li><a href="#Release_Notes_1_2_22">1.2.22</a></li>
+ <li><a href="#Release_Notes_1_2_11">1.2.21 (RC)</a></li>
+ <li><a href="#Release_Notes_1_1_10">1.1.10</a></li>
+ <li><a href="#Release_Notes_1_1_0">1.1.0 (RC)</a></li>
+ <li><a href="#Release_Notes_1_0_21">1.0.21</a></li>
</ul>
<hr/>
<a name="Release_Notes_Current"></a>
<h2>Release Notes for @GWT_VERSION@</h2>
+ <p>
+ This release adds explicit support for Internet Explorer 8,
Firefox 3.5, and Safari 4 as well as a few high-priority bug fixes.
+ In all other respects, it is very similar to GWT 1.6.
+ Note, however, that this release is version 1.7 rather than
version 1.6.5 to signify a potentially breaking change for libraries
+ that use deferred binding to specialize code based on user agent
(see the next section for technical details).
+ </p>
+ <h3>Potentially breaking changes and fixes</h3>
+ <ul>
+ <li>
+ This release includes explicit support for IE8, which has some
significant behavioral changes from prior versions of IE.
+ These changes are great enough that the new value
<code>ie8</code> has been added for the <code>user.agent</code> deferred
binding client property.
+ If you have deferred binding rules (i.e.
<code><replace-with></code> or <code><generate-with></code>) or
property providers
+ that are sensitive to <code>user.agent</code>, you may need to
update them to account for the <code>ie8</code> value.
+ For more information, see the <a
href="http://code.google.com/p/google-web-toolkit/wiki/IE8Support">technical
notes</a>.
+ </li>
+ </ul>
+
<h3>Fixed Issues</h3>
<ul>
+ <li>
+ Updated GWT libraries to support IE8
+ (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=3558">#3558</a>,
+ <a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=3329">#3329</a>)
+ </li>
+ <li>Native exception in Node.is() (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=3644">#3644</a>)</li>
+ <li>
+ Incorrect firing of two click events from CheckBox and a related
issue
+ (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=3508">#3508</a>,
+ <a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=3679">#3679</a>)
+ </li>
+ <li>Mouse wheel in FF3 (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=2902">#2902</a>)</li>
+ <li>GWT outputs expressions too long for WebKit (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=3455">#3455</a>)</li>
+ <li>java.sql.Date.valueOf error (<a
href="http://code.google.com/p/google-web-toolkit/issues/detail?id=3731">#3731</a>)</li>
+ <li>Added a workaround for Firefox 3.5 regression (<a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=497780">bugzilla
#497780</a>)</li>
+ </ul>
+
+ <hr/>
+ <a name="Release_Notes_1_6_4"></a>
+ <h2>Release Notes for 1.6.4</h2>
+ <h3>Fixed Issues</h3>
+ <ul>
<li>The classpath in the scripts created by junitCreator was
updated to refer to <code>/war/WEB-INF/classes</code> rather than
<code>/bin</code>.</li>
</ul>
@@ -139,7 +179,7 @@
<ul>
<li>Added support for the <code>contextmenu</code> event, which
allows users to detect and override the browser's default context menu</li>
<li>Improved performance of <code>NumberFormat</code></li>
- <li>Added support for altering the number of decimals in a currency in
<code>NumberFormat</code></li>
+ <li>Added support for altering the number of decimals in a
currency in <code>NumberFormat</code></li>
<li>Improved performance of Animations</li>
<li>Improved the appearance of the default GWT style themes</li>
<li>Improved the Showcase sample with more robust examples and
more language translations</li>
@@ -172,12 +212,12 @@
This release has only a couple of minor changes from <a
href="#Release_Notes_1_4_59">1.4.59</a>.
</p>
<ul>
- <li>Fixed a bug in the benchmarking that prevented source code from
showing up in reports.</li>
- <li>Fixed a bug in the hosted mode servlet context emulation where
getResource() would fail to
- find a file in a module's public path.</li>
- <li>Compiler output files of the form
<code><i>module</i>.cache.html</code> used to contain html
- intended as a helpful note to a developer. This message has now
been removed because screen
- readers and some browsers would display this content to end
users.</li>
+ <li>Fixed a bug in the benchmarking that prevented source code
from showing up in reports.</li>
+ <li>Fixed a bug in the hosted mode servlet context emulation where
getResource() would fail to
+ find a file in a module's public path.</li>
+ <li>Compiler output files of the form
<code><i>module</i>.cache.html</code> used to contain html
+ intended as a helpful note to a developer. This message has now
been removed because screen
+ readers and some browsers would display this content to end
users.</li>
</ul>
<hr/>
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---