From 28c6623948ab503a1bf53973dbe567ee9d79eeca Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Tue, 19 Feb 2013 15:13:55 +0200 Subject: [PATCH] Created maintenance release notes for 7.0.x releases. #10881 Change-Id: Ifbe33c7101075c11b469890efbe8ecf06a84db32 --- WebContent/release-notes.html | 1023 +++------------------------------ 1 file changed, 82 insertions(+), 941 deletions(-) diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index d5c1109068..39b6652532 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -37,10 +37,12 @@

Release Notes for Vaadin Framework @version@

-

Overview

+

Overview of Vaadin @version@ Release

- Vaadin is a Java framework for building modern web applications that look - great, perform well and make you and your users happy. Vaadin is - available under the Apache License, Version 2.0 (see the license.html in - the Vaadin ZIP or JAR package). + Vaadin @version@ is a maintenance release that includes a number of important bug + fixes, as listed in the change log below. You can also + view the list + of the closed issues at the Vaadin developer's site.

- +

- The easiest ways to install Vaadin are: + For a list of enhancements in the last feature release, see Enhancements in Vaadin @version-minor@ and the Release + Notes for Vaadin @version-minor@.0.

- +

ChangeLog

- It is also available as a ZIP package downloadable from Vaadin Download page. + This release includes the following closed issues:

-

Package Contents

- -

Inside the ZIP installation package you will find:

-

- See the README.TXT in the installation package for detailed information - about the package contents. Book of Vaadin - (for Vaadin 7) gives more detailed instructions. -

- -

- For server-side development, copy the vaadin-server, - vaadin-client-compiled, vaadin-shared, - vaadin-theme-compiler, and vaadin-themes from the main - folder and the dependencies from the lib folder to the - WEB-INF/lib folder of your Vaadin project. (The - vaadin-client-compiled is necessary if you do not wish to compile the - widget set by your own, which you need to do if you use almost any add-on - components.) -

- -

- For pure client-side development, you only need the vaadin-client and - vaadin-client-compiler JARs, which should be put to a non-deployed - project library folder, such as lib. You also need them if you compile - the widget set for any reason, such as using Vaadin add-ons, or create new - server-side components integrated with client-side widgets. + The full + list of the closed issues can also be found at dev.vaadin.com.

-

Enhancements in Vaadin @version@

+

Enhancements in Vaadin @version-minor@

- The @version@ includes many major and minor enhancements and changes. Below is a - list of the most notable changes: + The @version-minor@ includes many major and minor enhancements and changes first + introduced in Vaadin @version-minor@.0. Below is a list of the most notable changes:

-

ChangeLog

+

Vaadin Installation

- Below is the complete list of closed tickets in Vaadin 7. You can also query the tickets by all the milestones and filter out the defects and tasks from the query to list only actual enhancements. + Vaadin is a Java framework for building modern web applications that look + great, perform well and make you and your users happy. Vaadin is + available under the Apache License, Version 2.0 (see the license.html in + the Vaadin ZIP or JAR package). +

+ +

+ The easiest ways to install Vaadin are: +

+ + + +

+ It is also available as a ZIP package downloadable from Vaadin Download page.

-

The features voted at the Vaadin Pro Account are marked in the list.

+

Package Contents

- +

Inside the ZIP installation package you will find:

+

+ See the README.TXT in the installation package for detailed information + about the package contents. Book of Vaadin + (for Vaadin 7) gives more detailed instructions. +

+ +

+ For server-side development, copy the vaadin-server, + vaadin-client-compiled, vaadin-shared, + vaadin-theme-compiler, and vaadin-themes from the main + folder and the dependencies from the lib folder to the + WEB-INF/lib folder of your Vaadin project. (The + vaadin-client-compiled is necessary if you do not wish to compile the + widget set by your own, which you need to do if you use almost any add-on + components.) +

+ +

+ For pure client-side development, you only need the vaadin-client and + vaadin-client-compiler JARs, which should be put to a non-deployed + project library folder, such as lib. You also need them if you compile + the widget set for any reason, such as using Vaadin add-ons, or create new + server-side components integrated with client-side widgets. +

+

Migrating from Vaadin 6

-- 2.39.5