From 957b923bf48cd135338c51bd3d651a80fd6f4b4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Fri, 18 Dec 2009 07:35:02 +0000 Subject: [PATCH] Updated Release Notes for Vaadin 6.2. svn changeset:10406/svn branch:6.2 --- WebContent/release-notes.html | 156 ++++++++++++++++++++++++++++------ 1 file changed, 132 insertions(+), 24 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index e932365908..6825e8bb4e 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -1,4 +1,5 @@ - + @@ -33,29 +34,38 @@
  • Requirements
  • -

    This is a prerelease version of Vaadin 6.2, the Release -Notes will change before the final release. Also notice that the regular -Vaadin Plugin for Eclipse does not support Vaadin 6.2 yet; you should -use http://vaadin.com/eclipse/experimental as the URL for the -experimental plugin that supports the upcoming Vaadin 6.2.

    - -

    Vaadin @version@ is an update for Vaadin 6. In addition to various fixes, it +

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

  • Refactoring widget sets has also provided some optimizations for rendering
  • Portlet 2.0 (JSR 268) support (no separate servlet, no session problems, portlet-to-portlet communication, etc)
  • OSGi support
  • -
  • Enhanced sorting of IndexedContainer and BeanItemContainer
  • -
  • New layout in Sampler and several new examples
  • +
  • Enhanced sorting of IndexedContainer and BeanItemContainer [TODO]
  • +
  • Improved event support [TODO]
  • JavaScript injection with Window.excecuteJavaScript(), "the method that you never want to use, but that is nice to have"
  • -
  • Tree style generator, TabSheet close button, plus dozens of other small enhancements and bug fixes
  • +
  • Additional Maven archetypes [TODO]
  • +
  • New layout in Sampler and several new examples
  • +
  • HttpServletRequestListener [TODO]
  • +
  • PortletRequestListener [TODO]
  • +
  • Window closable support [TODO]
  • +
  • Enhancements to various components:
  • + +
  • Automatic integration tests for the supported servers
  • +
  • Dozens of other small enhancements and bug fixes
  • 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.1.0, notice that Vaadin 6.1 uses GWT 1.7.0 (included in the installation package). See +6.2.0, notice that Vaadin 6.2 uses GWT 1.7.0 (included in the installation package). See General Upgrade Notes for more details on upgrading.

    -

    Widgetset upgrade notes

    +

    Upgrading Custom Component Projects from Earlier Vaadin 6

    + +

    If you are using custom components (components from other than the +DefaultWidgetSet) from an earlier version of Vaadin 6, you will need to upgrade the +widget set definitions.

    -See preliminary instructions from wiki. +

    [TODO]

    + +

    General Upgrade Notes

    @@ -283,26 +347,45 @@ sets with the regular Vaadin package for your platform.

    The following closed issues have been included in this release:

    Requirements

    -- 2.39.5