From: Marko Grönroos Date: Fri, 26 Dec 2008 00:46:43 +0000 (+0000) Subject: Toolkit 5.3.0 RC5 release. X-Git-Tag: 6.7.0.beta1~3447 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=76acb33186398afca7dd850d02e52139196c7c47;p=vaadin-framework.git Toolkit 5.3.0 RC5 release. svn changeset:6355/svn branch:trunk --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ea81a06211..91a628449c 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -236,6 +236,29 @@ here.

For up-to-date status of known problems, see the developer website dev.itmill.com.

+

Package for the experimental GWT Out-of-Process Hosted Mode

+ +

+ We provide a separate (platform independent) installation package + (itmill-toolkit-oophm-.tar.gz) for the experimental Out of + Process Hosted Mode (OOPHM) of GWT, which allows debugging client-side code in GWT + Hosted Mode with a regular web browser. Using the OOPHM requires installing a browser + plugin (available for Mozilla Firefox, IE, and WebKit). See the manual section on OOPHM + for more details. +

+ +

+ The Linux version of GWT Hosted Mode Browser is no longer compatible with IT Mill + Toolkit 5.3.0 (#2299), so the OOPHM is + the only option for debugging in hosted mode in Linux. +

+ +

+ As the OOPHM package is experimental, you should use it only for debugging purposes + during development. For production use, you should compile your custom widget sets with + the regular IT Mill Toolkit package for your platform. +

+

Important known problems in

For other known problems, see open tickets at developer site dev.itmill.com.

diff --git a/build/VERSION.properties b/build/VERSION.properties index 7b48afb4ef..e4223e9c9c 100644 --- a/build/VERSION.properties +++ b/build/VERSION.properties @@ -1 +1 @@ -version=5.3.0-rc4 +version=5.3.0-rc5