diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-14 08:57:34 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-06-14 08:22:06 +0000 |
commit | 78af0eb0f8c80db053c67c0fca4b3e1bbc28718c (patch) | |
tree | b3da108efb10423e9b46b4c173715a5436c429d1 | |
parent | 1befbeb52ffe2286f115219db56e4cbeabeff706 (diff) | |
download | vaadin-framework-78af0eb0f8c80db053c67c0fca4b3e1bbc28718c.tar.gz vaadin-framework-78af0eb0f8c80db053c67c0fca4b3e1bbc28718c.zip |
Specified supported server versions and added Glassfish 4 (#12075)
Change-Id: I1113a1c6133d744ebd9c12e64a3b040855efab27
-rw-r--r-- | WebContent/release-notes.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 7175214e82..f3ec68e41f 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -544,13 +544,13 @@ </p> <ul> - <li>Apache Tomcat, version 5.0 or newer</li> - <li>Oracle WebLogic® Server, version 10.3 or newer</li> - <li>IBM WebSphere® Application Server, version 7 or - newer</li> - <li>JBoss Application Server, 4.0.0 or newer</li> - <li>Jetty, version 5.0 or newer</li> - <li>Glassfish, version 2.0 or newer</li> + <li>Apache Tomcat 5-7</li> + <li>Apache TomEE 1</li> + <li>Oracle WebLogic Server 10.3-12</li> + <li>IBM WebSphere Application Server 7-8</li> + <li>JBoss Application Server 4-7</li> + <li>Jetty 5-9</li> + <li>Glassfish 2-4</li> </ul> <p> @@ -560,9 +560,9 @@ </p> <ul> - <li>Liferay Portal 5.2 or newer</li> - <li>GateIn Portal 3.1 or newer</li> - <li>eXo Platform 3 or newer</li> + <li>Liferay Portal 5.2-6</li> + <li>GateIn Portal 3</li> + <li>eXo Platform 3</li> </ul> <p> @@ -588,8 +588,8 @@ </p> <ul> - <li>iOS 5, 6</li> - <li>Android 2.3, 3, 4</li> + <li>iOS 5-6</li> + <li>Android 2.3-4</li> </ul> <p>Vaadin SQL Container supports the following databases:</p> |