summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-04-08 23:16:11 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-04-08 23:16:11 +0000
commit3c422ccf9817bb79b30fc20ee3863bd3d8ad5997 (patch)
tree7184401aee872bfba4c9221eca1c613a436310b6
parent4616bf1fd3a3d038148f506023ad11fb76f87a95 (diff)
downloadpyserial-git-3c422ccf9817bb79b30fc20ee3863bd3d8ad5997.tar.gz
updated history
-rw-r--r--pyserial/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index 6624a74..f16ba57 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/CHANGES.txt
@@ -22,3 +22,6 @@ Version 1.11 14 Feb 2002
Version 1.12 18 Feb 2002
Removed unneded constants to fix RH7.x problems.
+Version 1.13 09 Apr 2002
+ Added alternate way for enabling rtscts (CNEW_RTSCTS is tried too)
+ If port opening fails, a SerialException is raised on all platforms