diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-02-28 09:58:05 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-02-28 09:58:05 +0000 |
commit | f858108bf3648a3cf739bd61896e295477ab6e89 (patch) | |
tree | 77c01e0b07292bf8b5d180207e40e18d9c590ceb | |
parent | cde98fde1350ec68fa7a9d607a1d4f38d662bdf0 (diff) | |
download | vaadin-framework-f858108bf3648a3cf739bd61896e295477ab6e89.tar.gz vaadin-framework-f858108bf3648a3cf739bd61896e295477ab6e89.zip |
Updated release-notes for 6.5.2
svn changeset:17486/svn branch:6.5
-rw-r--r-- | WebContent/release-notes.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index caade8e20e..65ad783606 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -34,25 +34,6 @@ <p>Vaadin @version@ is a maintenance release for Vaadin 6.5. It contains several important fixes.</p> -<h3>Critical fixes</h3> - -<p> - Vaadin 6.5.0 contained a critical bug where the upload component would cause uploads to be corrupted. - This has been fixed in @version@ and thus everyone is recommended to update to @version@. (<a href="http://dev.vaadin.com/ticket/6361">#6361</a>) -</p> - -<h3>Backward Incompatible Changes</h3> - -<p>The following changes can break backward compatibility in applications using an earlier version of Vaadin:</p> - -<ul> - <li> - Due to the fix for IE8 compatibility mode (<a href="http://dev.vaadin.com/ticket/6336">#6336</a>) a request parameter has been added to - the <tt>writeAjaxPageHtmlBodyStart</tt>, <tt>writeAjaxPageHtmlHeader</tt>, <tt>writeAjaxPageHtmlHeadStart</tt> and - <tt>writeAjaxPageHtmlMainDiv</tt> methods of <b>AbstractApplicationServlet</b>. - </li> -</ul> - <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 |