root / gwt / readme.txt

Revision 4256, 2.7 kB (checked in by magi@…, 8 months ago)

Updated GWT packages to 1.4.62.

Line 
1GWT 1.4.62
2
3Joel Webber             
4
5All,
6
7The GWT team has just released GWT 1.4.62. It includes fixes for the two
8issues
9known to specifically break the Firefox 3 beta, as well as a fix for a
10Windows
11hosted-mode crash bug. The specific patches are detailed below.
12
13You will want to update to GWT 1.4.62 in order to ensure that your
14applications
15work properly on Firefox 3 when it is formally released. To update
16from GWT
171.4.61 to 1.4.62, follow the steps below for each GWT application you
18want
19to
20update:
21
221) Download GWT 1.4.62 for your platform at the link below and unpack
23it to the directory of your choice (only needs to be performed once
24per platform):
25
26- http://google-web-toolkit.googlecode.com/files/gwt-windows-1.4.62.zip
27- http://google-web-toolkit.googlecode.com/files/gwt-mac-1.4.62.tar.gz
28- http://google-web-toolkit.googlecode.com/files/gwt-linux-1.4.62.tar.gz
29-
30http://google-web-toolkit.googlecode.com/files/gwt-leopard-1.4.62.tar.gz
31
322) Update your GWT project build path to use the latest GWT JARs. This
33includes gwt-user.jar, gwt-dev-<platform>.jar and gwt-servlet.jar if
34your application uses GWT-RPC.
35
363) Update any run configurations or application compile and shell
37scripts to include the latest JARs in the classpath (same JARs as
38mentioned in step 2).
39
404) Run a GWT compilation over your project to generate the latest GWT
41application files for your project.
42
435) Deploy the latest GWT application files to your web server.
44
45For those of you who have experienced the bugs that GWT 1.4.62 aims to
46fix, give the latest build a spin and let us know if you're still
47experiencing any problems. Also, please reply back to this thread if
48you experience any other difficulty updating to GWT 1.4.62 or
49deploying your GWT application with the latest release.
50
51The following patches are included in this release:
52
53r1533:
54Fixes issue 1702
55insertListItem current created an option element with the wrong
56owner document. This causes errors in FF3 preview builds.
57
58r1871:
59Fixes issue 1942
60FF3 Beta 1 throws WRONG_DOCUMENT_ERROR in getBoxObjectFor if the
61element is not attached to the DOM. This affects our implementation
62of Tree when an element is selected programmatically on a tree that
63is unattached. This change wraps the call to getBoxObjectFor in a
64try/catch and returns 0 if a WRONG_DOCUMENT_ERROR occurs, which
65emulates what getBoxObjectFor is supposed to do. This bug is set
66to P1 in bugzilla, https://bugzilla.mozilla.org/show_bug.cgi?id=409111,
67so this change can be saftely removed in the future.
68
69r1991, r1995:
70Fixes a latent bug in SwtOleGlue.extractStringFromOleCharPtr().  We were
71treating the incoming value as a BSTR, but it's really just a naked
72OLECHAR*.
73
74http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/bd5cbb7a0d5b60aa
Note: See TracBrowser for help on using the browser.