diff options
author | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2011-11-02 01:09:09 +0000 |
---|---|---|
committer | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2011-11-02 01:09:09 +0000 |
commit | 12ad550009c4bc53e16b5395c298a68ba22f8b97 (patch) | |
tree | b68d964f61bd82e1717ce122affaa1da3f7d732a | |
parent | 2252f23a558f23f9d13b7006da9ab1fd6a7f312e (diff) | |
download | pyserial-git-12ad550009c4bc53e16b5395c298a68ba22f8b97.tar.gz |
Release 2.6
-rw-r--r-- | pyserial/CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt index f7ef70c..4271289 100644 --- a/pyserial/CHANGES.txt +++ b/pyserial/CHANGES.txt @@ -398,7 +398,7 @@ Bugfixes (win32): (bug introduced in 2.5-rc1) -Version 2.6 2011-nn-nn +Version 2.6 2011-11-02 --------------------------- New Features: @@ -428,6 +428,7 @@ Bugfixes (posix): Bugfixes (win32): - [Bug 3057499] writeTimeoutError when write Timeout is 0 +- [Bug 3414327] Character out of range in list_ports_windows - [Patch 3036175] Windows 98 Support fix - [Patch 3054352] RTS automatic toggle, for RS485 functionality. - Fix type definitions for 64 bit Windows compatibility |