diff options
author | Artur Signell <artur@vaadin.com> | 2013-09-19 00:18:19 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-09-19 11:35:17 +0000 |
commit | 46ac1e6fb9d2ecf27b3946bffdc7d2f83f691924 (patch) | |
tree | ffc37b3c32aa5e0ec4acd842af07d74cdde1d263 /WebContent/release-notes.html | |
parent | cf796e281ec684c94117725ab27d4089859e0161 (diff) | |
download | vaadin-framework-46ac1e6fb9d2ecf27b3946bffdc7d2f83f691924.tar.gz vaadin-framework-46ac1e6fb9d2ecf27b3946bffdc7d2f83f691924.zip |
Update release notes to more closely be like 7.0.x (#12544)
* Fixed ticket link and removed duplicate link
* Reordered sections to changes in this version comes before changes in old versions
* Updated browser versions
Change-Id: Ib3afc6257c93fe6481103fbb80aa5ebf9d2a5dd5
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 54 |
1 files changed, 29 insertions, 25 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 387a5121cb..a11e526c3f 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -41,10 +41,10 @@ <ul> <li><a href="#overview">Overview of Vaadin @version@ Release</a></li> + <li><a href="#changelog">Change log for Vaadin + @version@</a></li> <li><a href="#enhancements">Enhancements in Vaadin @version-minor@</a></li> - <li><a href="#changelog">Complete change log for - Vaadin @version@</a></li> <li><a href="#limitations">Limitations in @version-minor@</a></li> <li><a href="#vaadin">Vaadin Installation</a></li> @@ -63,11 +63,30 @@ <h2 id="overview">Overview of Vaadin @version@ Release</h2> <p> - Vaadin @version@ is a maintenance release that includes a number - of important bug fixes, as listed in the <a href="#changelog">change - log</a> below. You can also view the <a - href="http://dev.vaadin.com/query?status=closed&resolution=fixed&milestone=Vaadin+@version@&order=priority">list - of the closed issues</a> at the Vaadin developer's site. + Vaadin @version@ is a maintenance release that includes a + number of important bug fixes, as listed in the <a + href="#changelog">change log</a> below. + </p> + + <p> + For a list of enhancements in the last feature release, see + <a href="#enhancements">Enhancements in Vaadin + @version-minor@</a> and the <a + href="http://vaadin.com/download/release/@version-minor@/@version-minor@.0/release-notes.html">Release + Notes for Vaadin @version-minor@.0</a>. + </p> + + <h3 id="changelog">Change log for Vaadin @version@</h3> + + <p>This release includes the following closed issues:</p> + + <ul>@release-notes-tickets@ + </ul> + + <p> + You can also view the <a + href="http://dev.vaadin.com/query?status=closed&resolution=fixed&milestone=Vaadin+@version@&order=id">list + of the closed issues</a> at the Vaadin developer's site. . </p> <h2 id="enhancements">Enhancements in Vaadin @@ -191,21 +210,6 @@ streaming to work.</li> </ul> - <h3 id="changelog">ChangeLog</h3> - - <p>This release includes the following closed issues:</p> - - <ul>@release-notes-tickets@ - </ul> - - <p> - The <a - href="http://dev.vaadin.com/query?status=closed&resolution=fixed&milestone=Vaadin+7.1.0.beta1&milestone=Vaadin+7.1.0&order=id">full - list of the closed issues</a> can also be found at - <tt>dev.vaadin.com</tt> - . - </p> - <h2 id="vaadin">Vaadin Installation</h2> <p> @@ -573,11 +577,11 @@ </p> <ul> - <li>Mozilla Firefox 18-23</li> + <li>Mozilla Firefox 18-24</li> <li>Mozilla Firefox 17 ESR</li> <li>Internet Explorer 8-10</li> <li>Safari 6</li> - <li>Opera 12</li> + <li>Opera 12,16</li> <li>Google Chrome 23-29</li> </ul> @@ -587,7 +591,7 @@ </p> <ul> - <li>iOS 5-6</li> + <li>iOS 5-7</li> <li>Android 2.3-4</li> </ul> |