From: Marko Grönroos Date: Fri, 4 Sep 2009 12:16:45 +0000 (+0000) Subject: Updated Release Notes for Vaadin 6.1.0. X-Git-Tag: 6.7.0.beta1~2517 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=648cc89d907d9e493df2292fa8fa0a5f12b3f255;p=vaadin-framework.git Updated Release Notes for Vaadin 6.1.0. svn changeset:8667/svn branch:6.1 --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index bcb21e67bc..a349c0c1cc 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -34,16 +34,19 @@
  • Requirements
  • -

    Vaadin @version@ is the first update release for Vaadin 6. In addition to many bug +

    Vaadin @version@ is the first feature update release for Vaadin 6. In addition to many bug fixes, the most significant additions are:

  • The "I" (IT Mill) prefix in client-side widget classes has been changed to "V" (Vaadin), for example: IButtonVButton.
  • @@ -237,10 +245,9 @@ for more details.

    href="http://dev.vaadin.com/ticket/2299">#2299), so the OOPHM is the only option for debugging in hosted mode in Linux.

    -

    The compilation of OOPHM widget sets uses a large amount of stack memory, so if the -JVM default is too small, you should set it explicitly in compile-widgetset.xml -with the following parameter for the Java process (currently included in the example build -script): <jvmarg value="-Xss1024k"/>.

    +

    The GWT 1.7.0 version included in the OOPHM package is a custom +build from GWT trunk and is not 100% compatible with the official GWT +1.7.0 release (#3270).

    As the OOPHM package is experimental, you should use it only for debugging purposes during development. For production use, you should @@ -263,33 +270,6 @@ for your platform.

    GWT code. You need to install the experimental OOPHM package instead (see above) for development. For production, you should use the regular package for Linux.

    - -
  • -

    #2523: GWT Compiler 1.7 uses more - stack space than 1.5 and can result in stack overflow errors. You can prevent the - problem by giving the Java process more stack space with the -Xss - parameter, such as: -Xss1024k. You can give the parameter in your widgetset - build script with a <jvmarg value="-Xss1024k"/> parameter for the - <java> task.

  • - -

    For other known problems, see open tickets at developer site