diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-01-20 08:48:55 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-01-20 08:48:55 +0000 |
commit | 5b87502e7518eb9e5c933a60e9dc27dc5e4dac0b (patch) | |
tree | ff2d330e1f299e9b2c667aa6dc224947a282e67c /WebContent | |
parent | 3c010a873ff9bcdd96e37cea1358894cc03a9828 (diff) | |
download | vaadin-framework-5b87502e7518eb9e5c933a60e9dc27dc5e4dac0b.tar.gz vaadin-framework-5b87502e7518eb9e5c933a60e9dc27dc5e4dac0b.zip |
Updated release notes
svn changeset:16958/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 055561825a..66f89a0d6a 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -52,6 +52,8 @@ contains a number of significant enhancements.</p> <li>All component containers support <tt>getComponentCount()</tt>.</li> <li>Sub windows now support focus and blur events. (<a href="http://dev.vaadin.com/ticket/5039">#5039</a>)</li> <li>Sub windows now support server side re-ordering. (<a href="http://dev.vaadin.com/ticket/5037">#5037</a>)</li> + <li>Fixed a possible cross site scripting (XSS) attack. (<a href="http://dev.vaadin.com/ticket/6200">#6200</a>))</li> + <li>BeanItemContainer has been refactored and a more flexible BeanContainer has been added.</li> </ul> <h3>Backward Incompatible Changes</h3> @@ -114,7 +116,7 @@ contains a number of significant enhancements.</p> <h3>Change Log, Future Releases, and Upgrading</h3> -<p>See this <a href="http://dev.vaadin.com/query?status=closed&group=resolution&milestone=Vaadin+6.5.0.pre1">list of closed tickets</a> for a +<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+6.5.0.pre1&milestone=Vaadin+6.5.0.pre2&milestone=Vaadin+6.5.0">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 |