summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-30 21:15:57 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-30 21:15:57 +0000
commitbfae228264985d762796a9fc13f09a1bcf45fe52 (patch)
tree1857966745ba87b899723dae6dcdfeeb65181beb /CHANGES.txt
parent74dcc571893d135bfc74d1d3cbc1118fe2082ac5 (diff)
downloadpyserial-bfae228264985d762796a9fc13f09a1bcf45fe52.tar.gz
- move documentation so that distutils sees it
- update CHANGES.txt - install miniterm.py as script - version 2.5-rc1 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@263 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ac44032..9029b9f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,7 +18,7 @@ Bugfixes:
- Win32, when not specifying a timeout
- Typos in the Docs
-
+
New Features:
- added ``serialutil`` which provides a base class for the ``Serial``
@@ -120,7 +120,7 @@ Bugfixes (win32):
- remove send timeout (its not used in the linux impl. anyway).
-Version 1.21 30 sep 2003
+Version 1.21 30 Sep 2003
---------------------------
Bugfixes (win32):
@@ -241,12 +241,9 @@ New Features:
- iterator interface. ``for line in Serial(...): ...`` is now possible
Suggested by Bernhard Bender
-
- ``sendBreak()`` accepts a ``duration`` argument. Default duration increased.
-
- win32 handles \\.\COMx format automatically for com ports of higher number
(COM10 is internally translated to \\.\COM10 etc.)
-
- miniterm.py has a new feature to send a file (upload) and configurable
special characters for exit and upload. Refactored internals to class based
structure (upload and class refactoring by Colin D Bennett)
@@ -302,11 +299,16 @@ Version 2.5 <date>
---------------------------
New Features:
-- 1.5 stop bits (STOPBITS_ONE_POINT_FIVE, implemented on all platforms)
-- miniterm application extended
-- add scanlinux.py example
+- Python 3.x support (through 2to3)
+- compatible with Python io library (Python 2.6+)
- Support for Win32 is now written on the top of ctypes (bundled with
Python 2.5+) instead of pywin32 (patch by Giovanni Bajo).
+- 1.5 stop bits (STOPBITS_ONE_POINT_FIVE, implemented on all platforms)
+- Documentation update, now written with Sphinx/ReST
+- miniterm application extended (CTRL+T -> menu)
+- miniterm.py is now installed as "script"
+- add scanlinux.py example
+- add port_publisher example
Bugfixes: