Revision: 2611
Author: janne.t.harkonen
Date: Fri Mar 5 03:32:43 2010
Log: initial release notes for 2.1.3
http://code.google.com/p/robotframework/source/detail?r=2611
Modified:
/wiki/ReleaseNotes21.wiki
=======================================
--- /wiki/ReleaseNotes21.wiki Sun Nov 29 16:49:40 2009
+++ /wiki/ReleaseNotes21.wiki Fri Mar 5 03:32:43 2010
@@ -209,3 +209,44 @@
|| Issue 396 || Enhancement || Low || Escape spaces in command line
options given to unixy start-up scripts ||
Altogether 18 issues.
+
+
+= Robot Framework 2.1.3 =
+
+Robot Framework 2.1.3 is (probably) the last release in the 2.1 series and
+consequently it is the last version that supports Python 2.4 and Jython 2.2
+
+2.1.3 contains mainly small bug fixes and enhancements, especially related
to
+unicode. Jython 2.5 support is also greatly improved.
+
+Robot Framework 2.1.2 was released on Friday 2009-03-05.
+[Installation Installation] packages can be found from the
+[http://code.google.com/p/robotframework/downloads/list download page].
+
+== Backwards incompatible changes in 2.1.3 ==
+
+There should be no backwards incompatible changes in this release.
+
+== List of fixes and enhancements in 2.1.3 ==
+
+|| *ID* || *Type* || *Priority* || *Summary* ||
+|| Issue 434 || Defect || High || Incorrect paths in scripts when
easy_install'ing with Python 2.6 ||
+|| Issue 443 || Defect || High || Test timeout occurring inside `Wait
Until Keyword Succeeds` sometimes corrupts output file ||
+|| Issue 446 || Defect || High || `Run` and `Start Process` keywords don't
handle non-ASCII characters ||
+|| Issue 473 || Defect || High || Logging Java objects whose toString()
contains unicode fails with Jython 2.5. ||
+|| Issue 99 || Enhancement || High || Tool for fixing output XML ||
+|| Issue 478 || Enhancement || High || Deprecation warning for `Test
Setup`, `Test Teardown`, `Default Tags` and `Test Timeout` in init files ||
+|| Issue 491 || Enhancement || High || Deprecate parallel execution of
keywords (`:PARALLEL` ) because it doesn't work correctly and requires
special syntax ||
+|| Issue 428 || Defect || Medium || `Run Keyword` variants corrupt output
file when given keyword name is not string ||
+|| Issue 454 || Defect || Medium || It is not possible to use non-ascii
character in test data path in Windows ||
+|| Issue 469 || Defect || Medium || Java argument type coercion does not
work with Jython 2.5 ||
+|| Issue 471 || Defect || Medium || Replace all unsafe calls of `str()`
with `unicode()` or `utils.unic()` ||
+|| Issue 438 || Enhancement || Medium || Use a relative reference to the
original data source in the log file ||
+|| Issue 460 || Enhancement || Medium || `Wait Until Keyword Succeeds`
should report the last error message when it fails ||
+|| Issue 465 || Enhancement || Medium || `Get Variables` keyword ||
+|| Issue 466 || Enhancement || Medium || Provide messages from libraries
and RF to listener ||
+|| Issue 493 || Enhancement || Medium || No traceback available in syslog
when reading data from XML fails ||
+|| Issue 494 || Enhancement || Medium || `Run` and `Read Process Output`
should convert `\r\n` to `\n` on Jython 2.5 ||
+
+Altogether 17 issues.
+