From c2bf72430504e51209d60ed2732bd0890bd6383e Mon Sep 17 00:00:00 2001
From: Marko Grönroos
Date: Thu, 5 May 2011 13:47:15 +0000
Subject: Updated Release Notes: more details in upgrading. For #6327.
svn changeset:18651/svn branch:6.6
---
WebContent/release-notes.html | 33 +++++++++++++++++++++++++++------
1 file changed, 27 insertions(+), 6 deletions(-)
(limited to 'WebContent/release-notes.html')
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 2c0a6f9e24..68d8c38499 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -32,7 +32,7 @@
@@ -49,7 +49,8 @@ contains a number of significant enhancements.
- If using Eclipse, update the Vaadin Plugin for Eclipse to the latest version before upgrading a project to use the new Vaadin version
- If using build scripts to compile widget sets, after upgrading GWT libraries, copy and add also the validation-api-1.0.0.GA.jar and validation-api-1.0.0.GA-sources.jar to the class path
- - See the General Upgrade Notes for more information
+ - In Liferay, the latest version of Vaadin Control Panel for Liferay is needed for compiling the portal widget set
+ - See the General Upgrade Instructions for more information
An error is shown to the end user when JAR and widgetset version do not match (#5423)
Support for touch device interfaces: one-finger touch scrolling, drag and drop, Slider, SplitPanel, sub-window handling, notifications, etc.
@@ -89,19 +90,20 @@ contains a number of significant enhancements.
Change Log, Future Releases, and Upgrading
-See the following lists of closed tickets for a full list of tickets fixed in this release:
+See the following lists of closed tickets for a complete list of changes in this release:
Problem fixes and enhancements planned for upcoming releases can be found in 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
+widget sets and refresh your project in Eclipse. If you are upgrading from
6.5.x or earlier, notice that Vaadin 6.6 uses GWT 2.3 (included in the installation
-package). See General Upgrade Notes for more details on upgrading.
+package). See General Upgrade Instructions for more details on upgrading.
@@ -132,10 +134,18 @@ If you package a widget set as a JAR for use in other projects:
-General Upgrade Notes
+General Upgrade Instructions
When upgrading from an earlier version of the Vaadin library, you should always do the following.
+All Users
+
+
+ - If you have extracted any built-in themes or widget sets from the Vaadin Jar to a
+ VAADIN folder that is served statically by the application server,
+ you need to delete the old themes and widget sets and re-extract them from the new Vaadin Jar.
+
+
Eclipse Users
@@ -192,6 +202,17 @@ If that is the case, add http://vaadin.com/eclipse/experimental as a So
of Vaadin to when it is submitted to the central repository. Once in the central repository, the
replication to other repositories can take several hours.
+Liferay Users
+
+
+ - You may need to install a new version of the Vaadin Control Panel for Liferay
+ - Install the new Vaadin Jar to the ROOT/WEB-INF/lib directory in the portal
+ - Extract the contents of the VAADIN folder from the Jar to the static ROOT/html/VAADIN directory in Liferay. Only the PortalDefaultWidgetSet widget set is needed.
+ - If using any add-on components or custom widget sets, use the Vaadin Control Panel to recompile the combining widget set
+
+
+Similar instructions apply for other portals, except that you need to recompile the widget sets for example using the build-widgetset.xml script included in the Vaadin installation package.
+
Notes and Limitations for Google App Engine
The following instructions and limitations apply when you run a Vaadin application
--
cgit v1.2.3