From eeb8e3c55bddf0ed444a9b2d9b79b714f7a1faff Mon Sep 17 00:00:00 2001 From: Marko Grönroos Date: Fri, 26 Mar 2010 18:13:16 +0000 Subject: Updated Release Notes for 6.3.0.pre1. svn changeset:12154/svn branch:6.3 --- WebContent/release-notes.html | 328 +++++++++++------------------------------- 1 file changed, 83 insertions(+), 245 deletions(-) (limited to 'WebContent/release-notes.html') diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 0de559fda8..2255bfcef4 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -28,148 +28,68 @@
  • Overview
  • General Upgrade Notes
  • Instructions for Upgrading from IT Mill Toolkit 5
  • -
  • Package for the experimental GWT Out-of-Process Hosted Mode
  • Important known problems in Vaadin @version@
  • Change Log
  • Requirements
  • +This is a prerelease version of the upcoming Vaadin 6.3 release. +Samples and documentation are still incomplete. There may be bugs, even +critical ones, please help us to find them. +

    Vaadin @version@ is an update release for Vaadin 6. In addition to various fixes, it contains a number of significant enhancements.

    +

    See Change Log for a full list of closed tickets in this release.

    +

    Problem fixes and enhancements planned for upcoming releases can be found from the Vaadin Roadmap in Vaadin Trac.

    As always, when upgrading from an earlier version, you should recompile any custom widget sets and refresh your project in Eclipse. If you are upgrading from earlier than -6.2.0, notice that Vaadin 6.2 uses GWT 1.7.0 (included in the installation package). See +6.3.0, notice that Vaadin 6.3 uses GWT 2.0 (included in the installation package). See General Upgrade Notes for more details on upgrading.

    Upgrading from an Earlier Version of Vaadin 6

    -

    -The way how widget sets are defined has been simplified in Vaadin 6.2, as described above. Existing projects, -where custom widgets (a custom widget set) are used, must be migrated when upgrading to Vaadin 6.2. -Projects where the default widget set is used do not need migration. For most -projects this should be a quite painless upgrade. -

    +

    The way how widget sets are defined was simplified in Vaadin 6.2. +Existing projects, where custom widgets (a custom widget set) are used, +must be migrated when upgrading to Vaadin 6.2 or later. Projects where +the default widget set is used do not need migration. For most projects +this should be a quite painless upgrade.

    +

    For applications where custom widgets are used (also applicable to widget projects):

    -

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

    - -

    We provide a separate (platform independent) installation package -(vaadin-oophm-@version@.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 Vaadin (#2299), so the OOPHM is the only option for -debugging in hosted mode in Linux.

    - -

    The GWT 1.7.0 version included in the OOPHM package is a custom -build from GWT trunk and is not 100% compatible with the official GWT -1.7.0 release (#3270).

    - -

    As the OOPHM package is experimental and because there are -differences between the version packaged with Vaadin and the official -version of GWT, you should use it only for debugging purposes during -development. For production use, and generally when you absolutely do -not need to debug using OOPHM, you should compile your custom widget -sets with the regular Vaadin package for your platform.

    -

    Important known problems in Vaadin @version@

    For other known problems, see open tickets at developer site

    The following closed issues have been included in this release:

    Requirements

    -- cgit v1.2.3