Revision: 8ad70dcc771e
Branch:   default
Author:   Jussi Malinen <jussi.ao.mali...@gmail.com>
Date:     Mon Jun 16 12:39:32 2014 UTC
Log:      release notes for 2.8.5
http://code.google.com/p/robotframework/source/detail?r=8ad70dcc771e&repo=wiki

Modified:
 /ReleaseNotes28.wiki

=======================================
--- /ReleaseNotes28.wiki        Thu Feb 13 18:19:02 2014 UTC
+++ /ReleaseNotes28.wiki        Mon Jun 16 12:39:32 2014 UTC
@@ -548,3 +548,68 @@
|| Issue 1641 || Enhancement || Low || Rename `--runfailed` to `--rerunfailed` ||

 Altogether 27 issues.
+
+= Robot Framework 2.8.5 =
+
+Robot Framework 2.8.5 is again not-so-minor minor release. Hopefully the last one
+before we start 2.9 and move the project away from Google Code.
+
+The most important new features are a new library for date/time conversion
+(issue 415) and the possibility for libraries to automatically register a
+listener (issue 811). The logs also now allow the user to select messages
+fully to ease copying them (issue 1986).
+
+Many thanks to Lionel Perrin for contributing Giving custom seed to --randomize +(issue 1673) and Michael Walle for providing Write Control Character keyword to
+Telnet library (issue 1729).
+
+Robot Framework 2.8.5 was released on Monday 16th of June, 2014.
+
+*NOTE:* Due to Google Code
+[http://google-opensource.blogspot.fi/2013/05/a-change-to-google-code-download-service.html deprecating downloads], +installers have been moved to https://pypi.python.org/pypi/robotframework/. Running `pip install robotframework` or `pip install --upgrade robotframework` works exactly like earlier. +Also [UserGuide User Guide] version 2.8.5 must be downloaded from a [http://bit.ly/RF_UG_285 temporary location].
+
+== Full list of fixes and enhancements in 2.8.5 ==
+
+|| *ID* || *Type* || *Priority* || *Summary* ||
+|| Issue 415 || Enhancement || Critical || Library for date/time conversion and calculation || +|| Issue 811 || Enhancement || Critical || Libraries should get notification when suites/tests/keywords start/end and when library is out of scope || +|| Issue 1665 || Defect || High || `Grep File` does not work with UTF-16 since RF 2.8.2 || +|| Issue 1675 || Defect || High || Process: `Terminate Process` and `Send Signal To Process` ignore child processes and processes running in shell || +|| Issue 1686 || Defect || High || Telnet terminal emulation is broken with pyte 0.4.8 || +|| Issue 1623 || Enhancement || High || XML library: Support using lxml module to get better xpath support || +|| Issue 1673 || Enhancement || High || `--randomize` option should give a way to reproduce the random execution order || +|| Issue 1689 || Enhancement || High || Log: Allow selecting logged messages fully to ease copying them || +|| Issue 1656 || Defect || Medium || `Pass Execution` in suite teardown causes tests to be reported failed on console || +|| Issue 1661 || Defect || Medium || reST support: Too old docutils versions incorrectly reported as not being installed at all || +|| Issue 1670 || Defect || Medium || Executing `Run Keyword` variants in dry-run mode can fail if keyword name contains variable || +|| Issue 1678 || Defect || Medium || Libdoc: Links to keywords not percent encoded || +|| Issue 1684 || Defect || Medium || `Run Keyword And Return` does not escape return values correctly || +|| Issue 1688 || Defect || Medium || `Set Library Search Order` does not work in dry-run mode || +|| Issue 1700 || Defect || Medium || Process: Executed processes leave file handles open || +|| Issue 1704 || Defect || Medium || Libdoc: Creating documentation based on JavaDocs fails on Java 8 || +|| Issue 1655 || Enhancement || Medium || OperatingSystem: Add encoding error handler to `Get File`, `Grep File' and `Log File` keywords ||
+|| Issue 1674 || Enhancement || Medium || Provide `wheel` distribution ||
+|| Issue 1680 || Enhancement || Medium || Python remote server: Include enhancements and fixes in 1.0.1 version || +|| Issue 1694 || Enhancement || Medium || OperatingSystem: Support for creating binary files || +|| Issue 1715 || Enhancement || Medium || Time format: Support 'timer' format 'hh:mm:ss.mil' || +|| Issue 1725 || Enhancement || Medium || Add suite and test id to attributes passed to listeners || +|| Issue 1729 || Enhancement || Medium || Add support for telnet commands in telnet library (esp break command) ||
+|| Issue 1730 || Enhancement || Medium || Jython 2.7 beta support ||
+|| Issue 1679 || Documentation || Medium || Process: Document that possible equal signs in process arguments need to be escaped || +|| Issue 1681 || Documentation || Medium || Update remote library interface documentation to mention independent remote server projects || +|| Issue 1658 || Defect || Low || Report: Search using `&` and `%` fails on Firefox || +|| Issue 1720 || Defect || Low || Full suite and test names shown in log and report pop-ups are escaped || +|| Issue 1667 || Enhancement || Low || Improve error message when BuiltIn keywords are called outside an execution || +|| Issue 1671 || Enhancement || Low || Process: `Send Signal To Process` should log signal it sends || +|| Issue 1690 || Enhancement || Low || XML library: Document that sources given as strings are not modified in place || +|| Issue 1677 || Documentation || Low || Document that `Wait Until Keyword Succeeds` returns return value of executed keyword on success || +|| Issue 1682 || Documentation || Low || Remote interface: Document that `stop_remote_server` should return True/False depending was server stopped or not || +|| Issue 1693 || Documentation || Low || Remote: Document that URI without path gets '/RPC2' appended || +|| Issue 1695 || Documentation || Low || Remote information about already removed keywords from Screenshot library documentation || +|| Issue 1719 || Documentation || Low || User Guide: Explain settings variables using return values better || +|| Issue 1722 || Documentation || Low || User Guide: Explain that variables in variables from variable files are not resolved ||
+
+Altogether 37 issues.
+

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to