diff options
author | Marko Grönroos <magi@iki.fi> | 2010-01-04 21:57:05 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2010-01-04 21:57:05 +0000 |
commit | 1edd6b75ebc12181c47b3c86d3b87179c41819eb (patch) | |
tree | a341118e2cefa3a2ce9af5d560994f05d2dd8b13 /WebContent | |
parent | 315d386165bcf6d27420350e7b5b6dcd964c711d (diff) | |
download | vaadin-framework-1edd6b75ebc12181c47b3c86d3b87179c41819eb.tar.gz vaadin-framework-1edd6b75ebc12181c47b3c86d3b87179c41819eb.zip |
Updated Release Notes for Vaadin 6.2.1; mentioned #3918/[10611].
svn changeset:10613/svn branch:6.2
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index f7145cacf1..cc508c831e 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -35,8 +35,17 @@ </ul> <p>Vaadin @version@ is a maintenance release for Vaadin 6.2, -containing a number of important fixes. These are listed in the <a - href="#changelog">Change Log</a> below</p> +containing a number of important fixes. In addition to the fixes listed in the <a + href="#changelog">Change Log</a> below, the release includes the following fix or enhacements:</p> + +<ul> + <li>Enhancements for the Portlet 2.0 support (<a href="http://dev.vaadin.com/ticket/3918">#3918</a>)</li> + <ul> + <li>Support for the edit and help modes</li> + <li>Support for custom modes and changing modes programmatically</li> + <li>See <a href="http://dev.vaadin.com/browser/versions/6.2/demo/src/com/vaadin/demo/portlet/PortletModeExample.java"><tt>com/vaadin/demo/portlet/PortletModeExample.java</tt></a> in the demo source code in the installation package for an example</li> + </ul> +</ul> <p>For recent major enhancements, see the <a href="http://vaadin.com/download/release/6.2/6.2.0/release-notes.html">Release |