From dbab9686670e36e7caa1ab3afb4ce2b0aa70f4f4 Mon Sep 17 00:00:00 2001 From: Jonatan Kronqvist Date: Tue, 12 Oct 2010 05:25:21 +0000 Subject: [PATCH] Added a mention of server-side logging to the release notes svn changeset:15494/svn branch:6.5 --- WebContent/release-notes.html | 207 +++++++++++++++++++++++----------- 1 file changed, 143 insertions(+), 64 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 37abcdddb6..4d1a5d67ef 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -28,21 +28,34 @@ -

Vaadin @version@ is a maintenance release for Vaadin 6.4. It contains several important fixes.

+

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

-

Please see the list of fixed issues in Vaadin @version@ -for more details. Problem fixes and enhancements planned for upcoming -releases can be found from the Vaadin Roadmap in Vaadin Trac.

+

Enhancements

+ + + +

Backward Incompatible API Changes

+ +

The following changes can break backward compatibility in applications using an earlier version of Vaadin:

+ + + +

Change Log, Future Releases, and Upgrading

-

An outline of enhancements introduced in Vaadin 6.4 is given in the Release Notes for Vaadin 6.4.0.

+

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

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

@@ -52,60 +65,6 @@ widget sets and refresh your project in Eclipse. If you are upgrading from earli 6.3.0, notice that Vaadin 6.4 uses GWT 2.0 (included in the installation package). See General Upgrade Notes for more details on upgrading.

-

General Upgrade Notes

- -

When upgrading from an earlier version of the Vaadin library, you should always do the following:

- -
    -
  1. Install the new Vaadin JAR to your project
  2. - -
  3. Install new GWT JARs if the GWT version has changed
  4. - -
  5. If you have custom widget sets, recompile them with the new Vaadin library using the included GWT compiler
  6. -
  7. If using the Eclipse IDE: -
      -
    1. Refresh the Eclipse project by selecting the project folder and pressing F5
    2. -
    3. Restart the application server
    4. -
    -
- -

Using the Vaadin project facet in the Eclipse IDE does the steps 1 and 2 automatically.

- -

Upgrading from Vaadin 6.3

- -

The following changes can break backward compatibility in applications -using Vaadin 6.3 or earlier:

- - -

Upgrading from Vaadin 6.0 or 6.1

The way how widget sets are defined was simplified in Vaadin 6.2. @@ -124,7 +83,7 @@ For applications where custom widgets are used (also applicable to widget projec

If you are using widgets from another project (typically in a separate JAR file):

@@ -135,6 +94,29 @@ If you package a widget set as a JAR for use in other projects:

+

General Upgrade Notes

+ +

When upgrading from an earlier version of the Vaadin library, you should always do the following:

+ +
    +
  1. Install the new Vaadin JAR to your project
  2. + +
  3. Install new GWT JARs if the GWT version has changed
  4. + +
  5. If you have custom widget sets, recompile them with the new Vaadin library using the included GWT compiler
  6. +
  7. If using the Eclipse IDE: +
      +
    1. Refresh the Eclipse project by selecting the project folder and pressing F5
    2. +
    3. Restart the application server
    4. +
    +
+ +

Using the Vaadin project facet in the Eclipse IDE does the steps 1 and 2 automatically.

+

Instructions for Upgrading from IT Mill Toolkit 5

While the Vaadin 6 API is otherwise mostly backward-compatible with IT Mill Toolkit 5.4, the @@ -258,6 +240,103 @@ under the Google App Engine.

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

+

Change Log

+ +

The following closed issues have been included in this release:

+ + +

Requirements

Vaadin is available for the following operating systems:

@@ -330,4 +409,4 @@ work.

- + \ No newline at end of file -- 2.39.5