diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-08-29 13:29:57 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-08-29 13:29:57 +0000 |
commit | 2536b6b520efde1720e67bc69d6281ff600d712c (patch) | |
tree | e207ef8139a1576c5054e60dee2aef061d0e4d50 /WebContent/release-notes.html | |
parent | 26e3af893511860d87250ab50e2af3607b0f09fd (diff) | |
download | vaadin-framework-2536b6b520efde1720e67bc69d6281ff600d712c.tar.gz vaadin-framework-2536b6b520efde1720e67bc69d6281ff600d712c.zip |
#7493 Release notes should only list versions supported by this particular release
svn changeset:20713/svn branch:6.7
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index c807dd5212..42fbe7412e 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -410,12 +410,12 @@ </p> <ul> - <li>Apache Tomcat, version 4.1 and later</li> - <li>Oracle WebLogic® Server, version 9.2 or later</li> - <li>IBM WebSphere® Application Server, version 6.1 or later</li> - <li>JBoss Application Server, version 3.2.8 or later</li> - <li>Jetty, version 5 or later</li> - <li>Glassfish, version 2 or later</li> + <li>Apache Tomcat, version 4.1-7.0</li> + <li>Oracle WebLogic® Server, version 9.2-10.3.5(11gR1)</li> + <li>IBM WebSphere® Application Server, version 6.1-8.0</li> + <li>JBoss Application Server, 3.2.8-7.0</li> + <li>Jetty, version 5.0-7.0</li> + <li>Glassfish, version 2.0-3.1</li> </ul> <p> Vaadin supports JSR-168 and JSR-286 Portlet specifications. All @@ -423,9 +423,9 @@ work. The following <b>portals</b> are supported: </p> <ul> - <li>Liferay Portal 5.2 or later</li> - <li>GateIn Portal 3.1 or later</li> - <li>eXo Platform 3 or later</li> + <li>Liferay Portal 5.2-6.0</li> + <li>GateIn Portal 3.1</li> + <li>eXo Platform 3</li> </ul> <p> Vaadin also supports <b>Google App Engine</b>. @@ -435,10 +435,10 @@ </p> <ul> - <li>Mozilla Firefox 3, 4, 5 and 6</li> - <li>Internet Explorer 6, 7, 8 and 9</li> - <li>Safari 4 and 5</li> - <li>Opera 10 and 11</li> + <li>Mozilla Firefox 3-6</li> + <li>Internet Explorer 6-9</li> + <li>Safari 4-5</li> + <li>Opera 10-11</li> <li>Google Chrome 13</li> </ul> |