summaryrefslogtreecommitdiff
path: root/pyserial/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pyserial/CHANGES.txt')
-rw-r--r--pyserial/CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index cbd8937..fcdf51b 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/CHANGES.txt
@@ -74,3 +74,8 @@ Version 1.20 28 Aug 2003
- 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)
+
+
+Version 1.21 30 sep 2003
+ Bugfixes (win32):
+ - name for COM10 was not built correctly, found by Norm Davis