summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-05-31 01:27:25 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-05-31 01:27:25 +0000
commit7816a6a659f0434770edf47d15d0ee24add3b04f (patch)
treecf62f4eb431dd51f7750c4f46473d9572c676b12 /CHANGES.txt
parentf3da326297dcaae555247042c576b254550ad5da (diff)
downloadpyserial-7816a6a659f0434770edf47d15d0ee24add3b04f.tar.gz
[Bug pyserial:137] Patch to add non-standard baudrates to Cygwin
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@459 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 143ac23..dee6da0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -452,6 +452,7 @@ Bugfixes (posix):
- [Patch 3462364] Fix: NameError: global name 'base' is not defined
- list_ports and device() for BSD updated (Anders Langworthy)
- [Bug 3518380] python3.2 -m serial.tools.list_ports error
+- [Bug pyserial:137] Patch to add non-standard baudrates to Cygwin
Bugfixes (win32):