Modified:
wiki/ReleaseNotes20.wiki
Log:
2.0.4
Modified: wiki/ReleaseNotes20.wiki
==============================================================================
--- wiki/ReleaseNotes20.wiki (original)
+++ wiki/ReleaseNotes20.wiki Tue Jan 13 08:53:18 2009
@@ -8,6 +8,7 @@
*
[http://code.google.com/p/robotframework/wiki/ReleaseNotes20#Robot_Framework_2.0.1
Version 2.0.1]
*
[http://code.google.com/p/robotframework/wiki/ReleaseNotes20#Robot_Framework_2.0.2
Version 2.0.2]
*
[http://code.google.com/p/robotframework/wiki/ReleaseNotes20#Robot_Framework_2.0.3
Version 2.0.3]
+ *
[http://code.google.com/p/robotframework/wiki/ReleaseNotes20#Robot_Framework_2.0.3
Version 2.0.4]
== Robot Framework 2.0 ==
@@ -146,3 +147,46 @@
|| Issue 143 || Documentation || Medium || Variable value assignment not
clear in user guide ||
|| Issue 125 || Defect || Low || Variable names ${`*`} ${$} ${@} ${&} and
${%} don't work ||
|| Issue 138 || Defect || Low || Using $, @, %, & or `*` in variable name
does not always work ||
+
+
+== Robot Framework 2.0.4 ==
+
+The most important fix in Robot Framework 2.0.4 is a workaround for
installation problems with Pyhon 2.6.1 on Windows (issue 196),
+but there are also some other important fixes and enhancements. Unless
some critical bugs are found, this will be the final
+2.0.x release.
+
+Note that issue 181 and issue 198 are still left open at this point. This
means that these issues were partly done in 2.0.4 and
+they will be finalized in 2.1.
+
+=== Backwards incompatible changes ===
+
+This release should not have any backwards incompatible changes. Users of
TelnetLibrary should, however, note that the library nowadays
+negotiates echo on, and this may affect some special cases. Please comment
the issue 183 or send a note to [MailingLists mailing lists]
+if anything strange happens.
+
+This release also deprecates the old special syntax for repeating
keywords, but this only causes warnings until 2.2 release. See
+issue 193 for more information why the syntax has been removed and how to
easily convert it to use new `Repeat Keyword` (issue 192).
+It is very unlikely that this syntax is in wide use, and
[TestDataTidyingTool robotidy.py] will be updated to fix it before
+it is removed altogether (issue 197).
+
+
+=== List of fixes and enhancements ===
+
+|| *ID* || *Type* || *Priority* || *Summary* ||
+|| Issue 196 || Defect || Critical || Windows installer does not work with
2.6.1 Python ||
+|| Issue 168 || Defect || High || Taking variable files and listeners into
use with a path containing colons fails ||
+|| Issue 188 || Defect || High || Methods in Java libraries starting
with 'get' are executed at library load time ||
+|| Issue 185 || Enhancement || High || Arguments to libraries when their
documentation is generated with libdoc.py ||
+|| Issue 192 || Enhancement || High || "Repeat Keyword" BuiltIn keyword ||
+|| Issue 193 || Enhancement || High || Deprecate the old syntax for
repeating a single keyword multiple times ||
+|| Issue 198 || Enhancement || High || Jython 2.5 support ||
+|| Issue 171 || Defect || Medium || It is not possible to build new
packages using the source distribution ||
+|| Issue 172 || Defect || Medium || OperatingSystem.Wait Until Removed
doesn't work with patterns ||
+|| Issue 195 || Defect || Medium || Confusing error when running out of
memory while processing outputs ||
+|| Issue 175 || Enhancement || Medium || BuiltIn.Replace Variables should
be allowed to return also non-string values ||
+|| Issue 181 || Enhancement || Medium || It should be possible to use
OperatingSystem library standalone w/o Robot Framework ||
+|| Issue 183 || Enhancement || Medium || Telnet library should negotiate
echo on ||
+|| Issue 184 || Enhancement || Medium || Support for --name and --title
option to libdoc.py ||
+|| Issue 191 || Documentation || Medium || Add info how to increase JVM
memory with Jython to RF User Guide ||
+|| Issue 189 || Documentation || Low || Need to document that Quick Start
Quide demo cannot be executed with Jython ||
+