Author: pekka.klarck
Date: Wed Apr  8 01:37:49 2009
New Revision: 1742

Modified:
   wiki/ReleaseNotes20.wiki

Log:
removed weird unicode char from summary and changed handcrafted toc to automatically generated

Modified: wiki/ReleaseNotes20.wiki
==============================================================================
--- wiki/ReleaseNotes20.wiki    (original)
+++ wiki/ReleaseNotes20.wiki    Wed Apr  8 01:37:49 2009
@@ -1,17 +1,8 @@
-#summary Release notes for 2.0 series
+#summary Release notes for 2.0 series

-= Robot Framework 2.0 Series Release Notes =
+<wiki:toc max_depth="2" />

-Releases:
-
- * [http://code.google.com/p/robotframework/wiki/ReleaseNotes20#Robot_Framework_2.0 Version 2.0] - * [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.4 Version 2.0.4]
-
-
-== Robot Framework 2.0 ==
+= Robot Framework 2.0 =

Version 2.0 is the first open source release of Robot Framework. Listing all the features here would not make much sense, especially when we have a comprehensive [UserGuide user guide] available.

@@ -21,7 +12,7 @@
[http://robotframework.googlecode.com/svn/tags/robotframework-2.0/doc/userguide/RobotFrameworkUserGuide.html#installation-and-uninstallation installation instructions] are in the user guide.


-== Robot Framework 2.0.1 ==
+= Robot Framework 2.0.1 =

Robot Framework 2.0.1 contains mainly documentation and installation enhancements. Biggest documentation improvement is the new [QuickStartGuide Quick Start Guide],
@@ -57,14 +48,14 @@
|| N/A || Task || Low || Removed 'Create Dir' (old alias of 'Create Directory') from OperatingSystemLibrary ||


-== Robot Framework 2.0.2 ==
+= Robot Framework 2.0.2 =

Robot Framework 2.0.2 is a minor version containing miscellaneous fixes and improvements listed in the table below. Some of the fixed bugs are relatively severe, and there are also some pretty useful new features. A pretty significant change not explicitly listed is improving documentation of [TestLibraries standard libraries]. New functionality like internal links between keywords are due to enhancements to the [LibraryDocumentationTool libdoc.py tool], but actual documentation texts have also been edited.

Robot Framework 2.0.2 was released on September 22nd 2008. Installers can be found from the [http://code.google.com/p/robotframework/downloads/list download page] and [http://robotframework.googlecode.com/svn/tags/robotframework-2.0.2/doc/userguide/RobotFrameworkUserGuide.html#installation-and-uninstallation installation instructions] are in the user guide.

-=== Backwards incompatible changes ===
+== Backwards incompatible changes ==

We try to avoid backwards incompatible changes in general and particularly between minor releases. This time there unfortunately was no fully safe way to fix problems listed below. Fortunately these changes affect only very few users.

@@ -74,7 +65,7 @@

* Changed 'Split Extension' keyword from OperatingSystemLibrary so that leading and trailing dots in the file name are never considered to be extension separators (issue 113). This was changed after the release candidate.

-=== List of fixes and enhancements ===
+== List of fixes and enhancements ==

 || *ID* || *Type* || *Priority* || *Summary* ||
|| Issue 94 || Defect || Critical || Libraries cannot be implemented as Python new style classes ||
@@ -104,7 +95,7 @@
|| Issue 72 || Defect || Low || pythonpathsetter not working properly when Robot Framework is installed with easy_install || || Issue 71 || Enhancement || Low || Add keyword Execute Command to Telnet Library ||

-== Robot Framework 2.0.3 ==
+= Robot Framework 2.0.3 =

 Robot Framework 2.0.3 is another 2.0.x release with miscellaneous
 fixes and improvements. The most visible change is changing the log
@@ -119,14 +110,14 @@
 and [Installation installation instructions] are same as for earlier
 versions.

-=== Backwards incompatible changes ===
+== Backwards incompatible changes ==

 There should not be any backwards incompatible changes in the core
 framework. Some of the [SupportingTools supporting tools] work only
 with this version, though, but their wiki pages have version specific
 download links.

-=== List of fixes and enhancements ===
+== List of fixes and enhancements ==

 || *ID* || *Type* || *Priority* || *Summary* ||
|| Issue 129 || Defect || High || Test library scopes don't work correctly when libraries are imported "WITH NAME" ||
@@ -149,7 +140,7 @@
|| Issue 138 || Defect || Low || Using $, @, %, & or `*` in variable name does not always work ||


-== Robot Framework 2.0.4 ==
+= Robot Framework 2.0.4 =

The most important fix in Robot Framework 2.0.4 is a workaround for installation problems with Python 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
@@ -158,7 +149,7 @@
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 ===
+== 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]
@@ -170,7 +161,7 @@
 it is removed altogether (issue 197).


-=== List of fixes and enhancements ===
+== List of fixes and enhancements ==

 || *ID* || *Type* || *Priority* || *Summary* ||
|| Issue 196 || Defect || Critical || Windows installer does not work with 2.6.1 Python ||
@@ -188,4 +179,4 @@
|| 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 Guide demo cannot be executed with Jython ||
\ No newline at end of file
+|| Issue 189 || Documentation || Low || Need to document that Quick Start Guide demo cannot be executed with Jython ||

Reply via email to