Revision: 3229
Author: pekka.klarck
Date: Thu May  6 09:28:04 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/robotframework/source/detail?r=3229

Modified:
 /wiki/ReleaseNotes25.wiki

=======================================
--- /wiki/ReleaseNotes25.wiki   Thu May  6 09:09:34 2010
+++ /wiki/ReleaseNotes25.wiki   Thu May  6 09:28:04 2010
@@ -24,7 +24,7 @@

Being able to continue the test execution after failures was the most requested feature in RF 2.5. There are several ways to accomplish it:

-  * Raising a _continuable_ exception from test library (issue 137)
+  * Raising a _continuable_ exception from a test library (issue 137)
   * Using `Run Keyword And Continue On Failure` keyword (issue 545)
   * In teardowns all keywords are executed automatically (issue 544)

@@ -32,11 +32,11 @@

 == Stopping test execution gracefully ==

-Another important test execution related features is the ability to stop the test execution fully so that reports and logs are generated. Nowadays there are several ways to do it:
-
-  * Pressing Ctrl-C (issue 108)
-  * Using signals (issue 349)
-  * Raising a _fatal_ exception from library (issue 366)
+Another important test execution related feature is the ability to stop the test execution fully so that reports and logs are generated. Nowadays there are several ways to do it:
+
+  * Pressing `Ctrl-C` (issue 108)
+  * Using signals `SIGINT` and `SIGTERM` (issue 349)
+  * Raising a _fatal_ exception from a test library (issue 366)
   * Using `Fatal Error` keyword (issue 546)

 == Support for name arguments ==
@@ -51,14 +51,14 @@

 == Full Jython 2.5 support ==

-Robot Framework 2.1.3 already works with Jython 2.5 but there were some rough edges . Nowadays Jython 2.5 is fully and officially supported, and even installation using it works (issue 547). +Robot Framework 2.1.3 already works with Jython 2.5 but there were some rough edges . Nowadays Jython 2.5 is fully and officially supported (issue 198), and even installation using it works (issue 547).

 = Backwards incompatible changes =

 == Minimum Python/Jython version is 2.5 ==

Robot Framework 2.5 only runs on Python and Jython 2.5 or newer (but on 3.x yet). -If you cannot upgrade your Python/Jython installation you can use older Robot Framework releases that support Jython 2.2 and Python 2.3 and newer. +If you cannot upgrade your Python/Jython installation, you can use older Robot Framework releases that support Jython 2.2 and Python 2.3 and newer.

 == Not compatible with current RIDE and Mabot releases ==

@@ -67,7 +67,7 @@
 == Other backwards incompatible changes ==

Potentially backwards incompatible issues are labeled with `bwic` label in the -[issue tracker http://code.google.com/p/robotframework/issues/list?can=1&=target%3D2.5+label%3Dbwic]. Why these changes may cause problems will be explained thoroughly later when these release notes are improved. +[http://code.google.com/p/robotframework/issues/list?can=1&=target%3D2.5+label%3Dbwic issue tracker]. Why these changes may cause problems will be explained thoroughly later when these release notes are improved.

 = Deprecated features =

Reply via email to