diff options
author | Marko Grönroos <magi@iki.fi> | 2011-07-29 13:37:23 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2011-07-29 13:37:23 +0000 |
commit | 5935d10d2c16db3f55b6ac3e237b884aab00ef15 (patch) | |
tree | f58f89d43356e49050ef1a05678b1d091c0a70d6 /WebContent/release-notes.html | |
parent | bceb802e77f802a08b54832f821c114de51ce968 (diff) | |
download | vaadin-framework-5935d10d2c16db3f55b6ac3e237b884aab00ef15.tar.gz vaadin-framework-5935d10d2c16db3f55b6ac3e237b884aab00ef15.zip |
Moved Change Log to the beginning. For #7312.
svn changeset:20034/svn branch:6.6
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 7663e3f288..9f11093091 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -41,6 +41,22 @@ <p>Vaadin @version@ is a maintenance release for Vaadin Framework 6.6. It contains several important fixes.</p> +<!-- ====================================================================== --> +<!-- For minor releases, this should be after the enhancement highlights, for maintenance releases in the beginning. --> +<h3>Change Log, Future Releases, and Upgrading</h3> + +<p>See this <a href="http://dev.vaadin.com/query?status=closed&group=resolution&order=priority&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&milestone=Vaadin+@version@">list of closed tickets</a> for a +full list of tickets fixed in this release.</p> + +<p>Problem fixes and enhancements planned for upcoming releases can be found in the <a +href="http://dev.vaadin.com/roadmap">Vaadin Roadmap</a> in Vaadin Trac.</p> + +<p>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 +6.5.x or earlier, notice that Vaadin 6.6 uses GWT 2.3 (included in the installation +package). See <a href="#upgrading">General Upgrade Instructions</a> for more details on upgrading.</p> +<!-- ====================================================================== --> + <h3>Enhancements in Vaadin Framework 6.6</h3> <p>General enhancements:</p> @@ -92,23 +108,6 @@ <li>Top level windows no more gain focus automatically when the application is loaded in embedded hosting solutions like in Portals. Thus keyboard shortcuts might not work until a Vaadin component is focused either by user or via the server side API. (<a href="http://dev.vaadin.com/ticket/6724">#6724</a>)</li> </ul> -<h3>Change Log, Future Releases, and Upgrading</h3> - -<p>See the following lists of closed tickets for a complete list of changes in this release:</p> - -<ul> - <li> Tickets <a href="http://dev.vaadin.com/query?status=closed&group=resolution&milestone=Vaadin+6.6.0.pre1">closed in Vaadin 6.6.0.pre1</a></li> - <li> Tickets <a href="http://dev.vaadin.com/query?status=closed&group=resolution&milestone=Vaadin+6.6.0">closed in the final Vaadin 6.6.0</a></li> -</ul> - -<p>Problem fixes and enhancements planned for upcoming releases can be found in the <a -href="http://dev.vaadin.com/roadmap">Vaadin Roadmap</a> in Vaadin Trac.</p> - -<p>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 -6.5.x or earlier, notice that Vaadin 6.6 uses GWT 2.3 (included in the installation -package). See <a href="#upgrading">General Upgrade Instructions</a> for more details on upgrading.</p> - <h2 id="widgetupgrade">Upgrading from Vaadin 6.0 or 6.1</h2> <p>The way how widget sets are defined was simplified in Vaadin 6.2. |