Revision: 2374
Author: KariHusa
Date: Fri Oct 23 04:20:21 2009
Log: regen 2.1.2 issue list and add some general doc
http://code.google.com/p/robotframework/source/detail?r=2374

Modified:
 /wiki/ReleaseNotes21.wiki

=======================================
--- /wiki/ReleaseNotes21.wiki   Fri Oct 23 04:02:34 2009
+++ /wiki/ReleaseNotes21.wiki   Fri Oct 23 04:20:21 2009
@@ -167,27 +167,45 @@
|| Issue 373 || Documentation || Low || Document that reST format is converted to HTML first and errors in conversion are fatal ||

 Altogether 32 issues.
-== Robot Framework 2.1.2 ==
-
-|| *ID* || *Type* || *Priority* || *Summary* || *AllLabels* ||
-|| Issue 409 || Enhancement || High || Possibility to implement BDD style keywords without Given/When/Then/And prefix || Type-Enhancement, Priority-High, Target-2.1.2 || -|| Issue 416 || Enhancement || High || Enhance libdoc.py to enable uploading documentation to RFDoc || Type-Enhancement, Target-2.1.2, Priority-High || -|| Issue 422 || Enhancement || High || Remove deprecation of using `BuiltIn.Set Variable` keyword with more/less than one value || Type-Enhancement, Priority-High, Target-2.1.2 || -|| Issue 397 || Defect || Medium || `Set Test/Suite/Global Variable` don't work anymore with names containing internal variables like `\${foo${bar}}` | | Type-Defect, Target-2.1.2, Priority-Medium || -|| Issue 410 || Defect || Medium || Command line arguments turned into lower case when using '--option=Value' format instead of '--option Value' | | Type-Defect, Priority-Medium, Target-2.1.2 || -|| Issue 411 || Defect || Medium || Not possible to use variables inside a list variable || Type-Defect, Priority-Medium, Target-2.1.2 || -|| Issue 413 || Defect || Medium || When multiple variable files with the same name are used, extra variables might be imported || Type-Defect, Priority-Medium, Target-2.1.2 || -|| Issue 407 || Enhancement || Medium || Don't show warning when importing libraries, resources or variables more than once || Type-Enhancement, Priority-Medium, Target-2.1.2 || -|| Issue 412 || Enhancement || Medium || Should Be Uppercase/Lowercase/Titlecase keywords to String library || Type-Enhancement, Priority-Medium, Target-2.1.2 || -|| Issue 414 || Enhancement || Medium || Keyword "Get selection from user" to Dialogs library || Type-Enhancement, Priority-Medium, Target-2.1.2 || -|| Issue 417 || Enhancement || Medium || Enable using old XML doc as input for libdoc.py || Type-Enhancement, Priority-Medium, Target-2.1.2 || -|| Issue 418 || Enhancement || Medium || Convert tabs to spaces when parsing plain text format || Type-Enhancement, Target-2.1.2, Priority-Medium || -|| Issue 419 || Enhancement || Medium || Support for resource files in plain text and restructured text formats in `libdoc.py` tool || Type-Enhancement, Target-2.1.2, Priority-Medium || -|| Issue 394 || Documentation || Medium || Create example on how to call C code from test libraries || Type-Documentation, Priority-Medium, Target-2.1.2 || -|| Issue 387 || Defect || Low || libdoc.py --name argument does not change the output file name with resource files || Type-Defect, Priority-Low, Target-2.1.2 || -|| Issue 420 || Defect || Low || Not possible to escape first data cell with '\' and then continue line with '...' || Type-Defect, Priority-Low, Target-2.1.2 || -|| Issue 395 || Enhancement || Low || Plain text format support for robotidy.py || Type-Enhancement, Target-2.1.2, Priority-Low || -|| Issue 396 || Enhancement || Low || Escape spaces in command line options given to unixy start-up scripts || Type-Enhancement, Priority-Low, Target-2.1.2 ||
-
-Altogether 18 issues.
-
+
+
+= Robot Framework 2.1.2 =
+
+Robot Framework 2.1.2 is contains mainly smallish bug fixes and
+enhancements.  The most important new feature is making
+`Given/When/Then/And` prefixes optional in keyword names (issue 409)
+to ease creating BDD style test cases. The biggest documentation
+enhancement is an example [UsingC how to use C from test libraries]
+(issue 394).
+
+Robot Framework 2.1.2 was released on Friday 2009-10-23.
+[Installation Installation] packages can be found from the
+[http://code.google.com/p/robotframework/downloads/list download page].
+
+== Backwards incompatible changes ==
+
+There should be no backwards incompatible changes in this release.
+
+== List of fixes and enhancements ==
+
+|| *ID* || *Type* || *Priority* || *Summary* ||
+|| Issue 409 || Enhancement || High || Possibility to implement BDD style keywords without Given/When/Then/And prefix || +|| Issue 416 || Enhancement || High || Enhance libdoc.py to enable uploading documentation to RFDoc || +|| Issue 422 || Enhancement || High || Remove deprecation of using `BuiltIn.Set Variable` keyword with more/less than one value || +|| Issue 397 || Defect || Medium || `Set Test/Suite/Global Variable` don't work anymore with names containing internal variables like `\${foo${bar}}` | | +|| Issue 410 || Defect || Medium || Command line arguments turned into lower case when using '--option=Value' format instead of '--option Value' || +|| Issue 411 || Defect || Medium || Not possible to use variables inside a list variable || +|| Issue 413 || Defect || Medium || When multiple variable files with the same name are used, extra variables might be imported || +|| Issue 407 || Enhancement || Medium || Don't show warning when importing libraries, resources or variables more than once || +|| Issue 412 || Enhancement || Medium || Should Be Uppercase/Lowercase/Titlecase keywords to String library || +|| Issue 414 || Enhancement || Medium || Keyword `Get selection from user` to Dialogs library || +|| Issue 417 || Enhancement || Medium || Enable using old XML doc as input for libdoc.py || +|| Issue 418 || Enhancement || Medium || Convert tabs to spaces when parsing plain text format || +|| Issue 419 || Enhancement || Medium || Support for resource files in plain text and restructured text formats in `libdoc.py` tool || +|| Issue 394 || Documentation || Medium || Create example on how to call C code from test libraries || +|| Issue 387 || Defect || Low || libdoc.py --name argument does not change the output file name with resource files || +|| Issue 420 || Defect || Low || Not possible to escape first data cell with '\' and then continue line with '...' || +|| Issue 395 || Enhancement || Low || Plain text format support for robotidy.py || +|| Issue 396 || Enhancement || Low || Escape spaces in command line options given to unixy start-up scripts ||
+
+Altogether 18 issues.

Reply via email to