diff options
author | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-06-07 15:13:16 +0000 |
---|---|---|
committer | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-06-07 15:13:16 +0000 |
commit | 9cffab9586b2a2e6e0ecbd540374c98ff792a27e (patch) | |
tree | 023d6b930926a3f065e27732e7c214d2f226664e /WebContent | |
parent | 07b20a1cd3118b744e361d02ca4a5607cccf124f (diff) | |
download | vaadin-framework-9cffab9586b2a2e6e0ecbd540374c98ff792a27e.tar.gz vaadin-framework-9cffab9586b2a2e6e0ecbd540374c98ff792a27e.zip |
Fixed non-matching header close tags, added link to classloader workaround
svn changeset:23912/svn branch:6.8
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/release-notes.html | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index ef27d8de8c..64243f50f3 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -71,7 +71,7 @@ </p> <!-- ================================================================ --> - <h3 id="enhancements">Enhancements in Vaadin @version-minor@</h2> + <h3 id="enhancements">Enhancements in Vaadin @version-minor@</h3> <ul> <li> @@ -94,7 +94,6 @@ <li> <p>Keyboard navigation in <b>TabSheet</b> (<a href="http://dev.vaadin.com/ticket/5100">#5100</a>)</p> </li> - <li> <p>Max/min limits for splitter position in <b>SplitPanel</b> (<a href="http://dev.vaadin.com/ticket/1744">#1744</a>)</p> </li> @@ -102,20 +101,18 @@ <p>Extended day range in month view to six full weeks in <b>DateField</b> (<a href="http://dev.vaadin.com/ticket/6718">#6718</a>)</p> </li> <li> - <p>Uncollapseable <b>Table</b> columns (<a href="http://dev.vaadin.com/ticket/7495">#7495</a>)</p> + <p>Non-collapsible <b>Table</b> columns (<a href="http://dev.vaadin.com/ticket/7495">#7495</a>)</p> </li> <li> <p>Debug IDs unique to a window (<a href="http://dev.vaadin.com/ticket/5109">#5109</a>)</p> </li> - </ul> - - <p> - Also note: - </p> - - <ul> <li> - <p>A separate add-on will be released for handling broken classloaders (<a href="http://dev.vaadin.com/ticket/8447">#8447</a>)</p> + <p>An add-on for handling broken classloaders (<a href="http://dev.vaadin.com/ticket/8447">#8447</a>)</p> + <ul> + <li> + <p>Available in Vaadin Directory: <a href="http://vaadin.com/addon/vaadin-application-server-class-loader-workaround">Vaadin-application-server-class-loader-workaround</a></p> + </li> + </ul> </li> </ul> @@ -123,14 +120,14 @@ <!-- <h3 id="backwardsincompatibilities">Backwards incompatible changes in Vaadin - @version-minor@</h2> + @version-minor@</h3> <p><i>-- To be done --</i></p> --> <!-- <h2 id="security-fixes">Security fixes in Vaadin @version-minor@</h2>--> <!-- ================================================================ --> - <h3 id="changes">Changes in Vaadin @version@</h2> + <h3 id="changes">Changes in Vaadin @version@</h3> <p> This release includes the following changes: @@ -191,7 +188,7 @@ </p> <!-- ================================================================ --> - <h3 id="overview">Package Contents</h2> + <h3 id="overview">Package Contents</h3> <p> Vaadin Framework is distributed as a single JAR file. Inside the JAR you will @@ -208,7 +205,7 @@ </ul> <!-- ================================================================ --> - <h3 id="dependencies">Vaadin @version@ dependencies</h2> + <h3 id="dependencies">Vaadin @version@ dependencies</h3> <p> Vaadin uses GWT @gwt-version@ for widget set compilation. GWT can be |