diff options
author | Marko Grönroos <magi@iki.fi> | 2010-02-26 11:29:01 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2010-02-26 11:29:01 +0000 |
commit | 512375f87416bfe4308e4cde1efd01bb508d0a13 (patch) | |
tree | 9aafe8c15981cc864b2837865486054aba3f9ab8 | |
parent | 3087dc2cc523cf02094a39978f64f1871931dc4d (diff) | |
download | vaadin-framework-512375f87416bfe4308e4cde1efd01bb508d0a13.tar.gz vaadin-framework-512375f87416bfe4308e4cde1efd01bb508d0a13.zip |
Updated Release Notes for Vaadin 6.2.5 release.
svn changeset:11534/svn branch:6.2
-rw-r--r-- | WebContent/release-notes.html | 38 |
1 files changed, 8 insertions, 30 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index d05e76b03a..646b0771fd 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -38,29 +38,6 @@ containing a number of important fixes. The fixes are listed in the <a href="#changelog">Change Log</a> below.</p> -<p>Important changes:</p> - -<ul> - <li><i>API feature in Portlet 2.0 support has been reverted</i> (<a href="http://dev.vaadin.com/ticket/4143">#4143</a>)</li> - <ul> - - <li>Vaadin 6.2.1 introduced a possibility to associate a portlet - mode with a window, which would simplify switching a portlet to - another mode. This worked by adding an application-level window with a - name that matches the mode name, such as "edit". You could acquire the - mode name with, for example, <tt>PortletMode.EDIT.toString()</tt>.</li> - - <li>The feature leads to an identity problem when a window with the - same name is open in more than one browser window, causing - a synchronization error.</li> - - <li>Reverting this feature breaks backward compatibility with the - Portlet 2.0 support in Vaadin versions 6.2.1 to 6.2.3</li> - - <li>The Portlet 2.0 support is now compatible with Vaadin 6.2.0.</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 Notes for Vaadin 6.2.0</a>.</p> @@ -78,13 +55,14 @@ widget sets and refresh your project in Eclipse. If you are upgrading from earli <p>The following closed issues have been included in this release:</p> <ul> - <li><a href="http://dev.vaadin.com/ticket/3377">#3377</a>: VNativeButton clicklistener should be overridable</li> - <li><a href="http://dev.vaadin.com/ticket/3808">#3808</a>: Document HttpServletRequestListener</li> - <li><a href="http://dev.vaadin.com/ticket/3974">#3974</a>: "IE reports ""xyzproject.gwt.client.XYZWidgetSet is already inited."" as an error"</li> - <li><a href="http://dev.vaadin.com/ticket/4021">#4021</a>: Embedded does not correctly pass through parameters</li> - <li><a href="http://dev.vaadin.com/ticket/4109">#4109</a>: Open MenuBar menu does not disappear if user hits the back button</li> - <li><a href="http://dev.vaadin.com/ticket/4143">#4143</a>: Windowing support broken in portlet 2.0</li> - <li><a href="http://dev.vaadin.com/ticket/4156">#4156</a>: DateField popup looks broken in base-theme</li> + <li><a href="http://dev.vaadin.com/ticket/3534">#3534</a>: Prompting should be completely disabled in com.vaadin.terminal.gwt.client.ui.VTextField.onFocus(...)</li> + <li><a href="http://dev.vaadin.com/ticket/3860">#3860</a>: FileResource.getStream should not consume FileNotFoundException</li> + <li><a href="http://dev.vaadin.com/ticket/4204">#4204</a>: CssLayout throws ClassCastException when removing component with caption</li> + <li><a href="http://dev.vaadin.com/ticket/4205">#4205</a>: Client side exceptions/errors are not always shown</li> + <li><a href="http://dev.vaadin.com/ticket/4206">#4206</a>: Setting scroll position doesn't work with Webkit browsers</li> + <li><a href="http://dev.vaadin.com/ticket/4215">#4215</a>: HierarchicalContainer/ContainerHierarchicalWrapper.isRoot returns true for items not in container</li> + <li><a href="http://dev.vaadin.com/ticket/4216">#4216</a>: HierarchicalContainer/ContainerHierarchicalWrapper.areChildrenAllowed returns true for items not in container</li> + <li><a href="http://dev.vaadin.com/ticket/4222">#4222</a>: Window.removeListener(CloseListener) does not remove listener</li> </ul> <h2><a name="widgetupgrade">Upgrading from an Earlier Version of Vaadin 6</a></h2> |