diff options
author | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2003-03-19 01:46:06 +0000 |
---|---|---|
committer | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2003-03-19 01:46:06 +0000 |
commit | 6c468b3dfeaaa3c6f4bab5426ab668b4ac7fae67 (patch) | |
tree | 3d3b87fcb0590c35ac666bc25c5157276cad70ee /pyserial | |
parent | 466d166ed499866ce00ead2fd3fd4e1dc0b389d3 (diff) | |
download | pyserial-git-6c468b3dfeaaa3c6f4bab5426ab668b4ac7fae67.tar.gz |
updates for 1.19
Diffstat (limited to 'pyserial')
-rw-r--r-- | pyserial/CHANGES.txt | 8 | ||||
-rw-r--r-- | pyserial/README.txt | 2 | ||||
-rw-r--r-- | pyserial/setup.py | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt index d875ab3..0ad854c 100644 --- a/pyserial/CHANGES.txt +++ b/pyserial/CHANGES.txt @@ -59,3 +59,11 @@ Version 1.18 06 Dec 2002 Bugfixes (win32): - RTS/CTS handling as sugested in Bug #635072 - bugfix of timeouts brought up by Markus Hoffrogge + +Version 1.19 19 Mar 2003 + Bugfixes (posix): + - removed dgux entry which actualy had a wrong comment and is probably not in use anywhere + Bugfixes (win32): + - added int() conversion, [Bug 702120] + - remove code to set control lines in close methond of win32 version. [Bug 669625] + diff --git a/pyserial/README.txt b/pyserial/README.txt index b326589..698ad33 100644 --- a/pyserial/README.txt +++ b/pyserial/README.txt @@ -9,7 +9,7 @@ It is released under a free software license, see LICENSE.txt for more details. Project Homepage: pyserial.sourceforge.net -(C) 2001-2002 Chris Liechti <cliechti@gmx.net> +(C) 2001-2003 Chris Liechti <cliechti@gmx.net> Features diff --git a/pyserial/setup.py b/pyserial/setup.py index 76566ac..7acfd30 100644 --- a/pyserial/setup.py +++ b/pyserial/setup.py @@ -7,7 +7,7 @@ from distutils.core import setup setup( name="pyserial", description="Python Serial Port Extension", - version="1.18", + version="1.19", author="Chris Liechti", author_email="cliechti@gmx.net", url="http://pyserial.sourceforge.net/", |