summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-09-11 23:38:47 +0200
committerChris Liechti <cliechti@gmx.net>2015-09-11 23:38:47 +0200
commitb43ef0588bdbca5821a64d398843c667ffaa4e4b (patch)
tree588f27f77cef24216e18228f63757dd8fe14a1bd /CHANGES.rst
parent148751b9a71f9cca7df91feb5e07d39096da4f86 (diff)
downloadpyserial-git-b43ef0588bdbca5821a64d398843c667ffaa4e4b.tar.gz
doc update
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst27
1 files changed, 16 insertions, 11 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b1a352e..70f1f4c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -503,28 +503,33 @@ Bugfixes (cli):
- [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4
-Version 3.0a 2015-xx-xx
+Version 3.0a 2015-xx-xx
--------------------------
-- Starting from this release, only 2.7 and 3.4 (or newer) are supported. The
- source code is compatible to the 2.x and 3.x series without any changes. The
- support for earlier Python versions than 2.7 is removed, please refer to the
- pyserial-legacy (V2.x) series if older Python versions are a requirement).
+- Starting from this release, only Python 2.7 and 3.4 (or newer) are supported.
+ The source code is compatible to the 2.x and 3.x series without any changes.
+ The support for earlier Python versions than 2.7 is removed, please refer to
+ the pyserial-legacy (V2.x) series if older Python versions are a
+ requirement).
- remove file ``FileLike`` class, add ``read_until`` and ``iread_until`` to
``SerialBase``
- remove set* functions, please use the properties instead
-- RS485 support changed (rts_toggle removed, added ``serial.rs485`` module and
- ``rs485_mode`` property)
-- ``socket://`` and ``rfc2217://`` handlers use the IPv6 compatible ``socket.create_connection``
+- RS485 support changed (``rts_toggle`` removed, added ``serial.rs485`` module
+ and ``rs485_mode`` property)
+- ``socket://`` and ``rfc2217://`` handlers use the IPv6 compatible
+ ``socket.create_connection``
+- new URL handler: ``spy:://``
+- URL handlers now require the proper format (``?`` and ``&``) for arguments
+ instead of ``/`` (e.g. ``rfc2217://localhost:7000?ign_set_control&timeout=5.5``)
- remove obsolete examples
- finish update to BSD license
- update links to point to github
- [Patch pyserial:34] Improvements to port_publisher.py example
- [Feature pyserial:39] Support BlueTooth serial port discovery on Linux
- Use setuptools if available, fall back to distutils if unavailable.
-- miniterm: changed command line options, translations, support encodings
-- URL handlers now require the proper format (``?`` and ``&``) for arguments
- instead of ``/`` (e.g. ``rfc2217://localhost:7000?ign_set_control&timeout=5.5``)
+- miniterm: changed command line options
+- miniterm: support encodings on serial port
+- miniterm: new transformations, by default escape/convert all control characters
Bugfixes: