From 356a736daf5a2549bbe0986da1ebb138e5909240 Mon Sep 17 00:00:00 2001 From: cliechti Date: Thu, 28 Aug 2003 22:39:48 +0000 Subject: updates for 1.20 release --- pyserial/CHANGES.txt | 7 +++++++ pyserial/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt index 0ad854c..cbd8937 100644 --- a/pyserial/CHANGES.txt +++ b/pyserial/CHANGES.txt @@ -67,3 +67,10 @@ Version 1.19 19 Mar 2003 - added int() conversion, [Bug 702120] - remove code to set control lines in close methond of win32 version. [Bug 669625] +Version 1.20 28 Aug 2003 + added serial.device() for all platforms + Bugfixes (win32): + - don't recreate opverlaped structures and events on each read/write + - don't set unneded event masks + - dont use DOS device names for ports > 9 + - remove send timeout (its not used in the linux impl. anyway) diff --git a/pyserial/setup.py b/pyserial/setup.py index 7acfd30..6858ba3 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.19", + version="1.20", author="Chris Liechti", author_email="cliechti@gmx.net", url="http://pyserial.sourceforge.net/", -- cgit v1.2.1