Revision: 3968
Author: pekka.klarck
Date: Fri Aug 27 05:23:11 2010
Log: Edited wiki page ReleaseNotes25 through web user interface.
http://code.google.com/p/robotframework/source/detail?r=3968

Modified:
 /wiki/ReleaseNotes25.wiki

=======================================
--- /wiki/ReleaseNotes25.wiki   Fri Aug 27 04:59:03 2010
+++ /wiki/ReleaseNotes25.wiki   Fri Aug 27 05:23:11 2010
@@ -169,7 +169,7 @@
* The possibility to have scalar and list variables with the same base name (e.g. `${VAR}` and `...@{var}`) (issue 484).
   * `Create File With Encoding` keyword (issue 256).

-= All fixes and enhancements in RF 2.5 =
+= All fixes and enhancements in 2.5 =

 || *ID* || *Type* || *Priority* || *Summary* ||
 || Issue 198 || Enhancement || Critical || Jython 2.5 support ||
@@ -257,7 +257,7 @@
 [Installation Installation] packages can be found from the
 [http://code.google.com/p/robotframework/downloads/list download page].

-== List of fixes and enhancements in 2.5.1 ==
+== All fixes and enhancements in 2.5.1 ==

 || *ID* || *Type* || *Priority* || *Summary* ||
|| Issue 580 || Defect || High || Files without extension inside test data directories crash execution ||
@@ -273,9 +273,9 @@

 = Robot Framework 2.5.2 =

-Robot Framework 2.5.2 fixes two encoding related bugs that could crash execution in certain environments. This distribution also includes a -new JAR distribution package for Robot and a number of other enhancements and minor bug fixes. Release also enhances compatibility with
-2.1.x versions slightly (see issue 607 and issue 611).
+Robot Framework 2.5.2 fixes two encoding related bugs that could crash execution in certain environments (issue 614 and issue 616) and slightly enhances compatibility with RF 2.1.x versions (issue 607 and issue 611). The biggest new features are the possibility to get the active test library instance (issue 622) and running all keywords in teardowns even if there are syntax errors (issue 615).
+
+Starting from this release Robot Framework is available as single JAR package that contains both Jython and the framework (issue 36). The JAR file allows executing tests as simply as `java -jar robotframework-2.5.2.jar my_tests.txt` and also contains a Java API for running tests. For more information see the [JavaIntegration Java Integration] wiki page and the [UserGuide User Guide].

 Robot Framework 2.5.2 was released on Friday 2010-08-27.
 [Installation Installation] packages can be found from the
@@ -289,9 +289,7 @@
 || Issue 36 || Enhancement || High || JAR distribution package ||
|| Issue 615 || Enhancement || High || All keywords in teardowns should be executed even if there are syntax errors || || Issue 622 || Enhancement || High || Possibility to interact with other active libraries via `Get Library Instance` keyword || -|| Issue 627 || Enhancement || High || Create link from Test Execution Errors to exact place in Test Execution Log || -|| Issue 607 || Defect || Medium || Continuing for loop row works differently in RF 2.5 than in earlier versions || -|| Issue 625 || Defect || Medium || Rename function `rebot` to `run_rebot` in `robot/__init__.py` to avoud collision with `robot.rebot` module || +|| Issue 625 || Defect || Medium || Rename function `rebot` to `run_rebot` in `robot/__init__.py` to avoid collision with `robot.rebot` module || || Issue 502 || Enhancement || Medium || Possibility to exit for loops with `BuiltIn.Exit For Loop` keyword and with custom exceptions || || Issue 593 || Enhancement || Medium || Command line option to skip teardowns when execution is stopped gracefully (e.g. with `Ctrl-C`) ||
 || Issue 608 || Enhancement || Medium || Add --loglevel option to rebot ||
@@ -299,7 +297,9 @@
|| Issue 610 || Enhancement || Medium || `Run Keyword` variants should be executed in dry-run mode when feasible || || Issue 623 || Enhancement || Medium || Warning caused by creating scalar with multiple values does not contain enough details || || Issue 624 || Enhancement || Medium || Warning caused by creating scalar and list variable with same basename does not contain enough details || +|| Issue 627 || Enhancement || Medium || Create link from Test Execution Errors to exact place in Test Execution Log || || Issue 626 || Documentation || Medium || Document different ways to extend existing test libraries || +|| Issue 607 || Defect || Low || Continuing for loop row works differently in RF 2.5 than in earlier versions || || Issue 611 || Defect || Low || For loops are not space insensitive as in RF 2.1.3 and earlier ||

 Altogether 17 issues.

Reply via email to