Revision: 3822
Author: jussi.ao.malinen
Date: Thu Jul 22 08:05:06 2010
Log: release notes for 251
http://code.google.com/p/robotframework/source/detail?r=3822
Modified:
/wiki/ReleaseNotes25.wiki
=======================================
--- /wiki/ReleaseNotes25.wiki Thu Jun 10 07:08:10 2010
+++ /wiki/ReleaseNotes25.wiki Thu Jul 22 08:05:06 2010
@@ -249,3 +249,24 @@
Altogether 74 issues.
+= Robot Framework 2.5.1 =
+
+Robot Framework 2.5.1 fixes two high priority bugs: files without
extension no longer cause a crash (issue 580) and variables are now
resolved correctly from arguments to Java libraries (issue 584). Other
changes are minor bug fixes and enhancements.
+
+Robot Framework 2.5.1 was released on Thursday 2010-07-22.
+[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 ==
+
+|| *ID* || *Type* || *Priority* || *Summary* ||
+|| Issue 580 || Defect || High || Files without extension inside test data
directories crash execution ||
+|| Issue 584 || Defect || High || Variables are not resolved from
arguments to Java libraries ||
+|| Issue 577 || Defect || Medium || Splitting outputs - log, report,
summary headings say "None Test Report" ||
+|| Issue 585 || Defect || Medium || Timeouts, fatal errors, and syntax
errors should stop execution of templated tests immediately ||
+|| Issue 589 || Defect || Medium || Already imported libraries are
instantiated again ||
+|| Issue 600 || Defect || Medium || All keywords are not executed in
dry-run mode if there are failures ||
+|| Issue 599 || Enhancement || Medium || Comment values should be stripped
and should not have pipes between cells ||
+|| Issue 586 || Defect || Low || `Run Keywords` keyword reports
continuable failures incorrectly ||
+
+Altogether 8 issues.