Revision: 3964
Author: jussi.ao.malinen
Date: Fri Aug 27 04:59:03 2010
Log: release notes for 2.5.2
http://code.google.com/p/robotframework/source/detail?r=3964
Modified:
/wiki/ReleaseNotes25.wiki
=======================================
--- /wiki/ReleaseNotes25.wiki Thu Jul 22 08:05:06 2010
+++ /wiki/ReleaseNotes25.wiki Fri Aug 27 04:59:03 2010
@@ -270,3 +270,36 @@
|| Issue 586 || Defect || Low || `Run Keywords` keyword reports
continuable failures incorrectly ||
Altogether 8 issues.
+
+= 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 was released on Friday 2010-08-27.
+[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.2 ==
+
+|| ID || Type || Priority || Summary ||
+|| Issue 614 || Defect || High || Redirected output crashes when encoding
not found from environment ||
+|| Issue 616 || Defect || High || Encoding got from environment may be
invalid and crash execution on Unixes ||
+|| 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 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 ||
+|| Issue 609 || Enhancement || Medium || Row continuation with `...`
should ignore leading empty cells ||
+|| 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 626 || Documentation || Medium || Document different ways to
extend existing test libraries ||
+|| Issue 611 || Defect || Low || For loops are not space insensitive as in
RF 2.1.3 and earlier ||
+
+Altogether 17 issues.