summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-06-13 21:22:42 +0200
committerChris Liechti <cliechti@gmx.net>2016-06-13 21:22:42 +0200
commit68239376ace131f5028734f70116050c96f5bbed (patch)
treec00b3f072542311edc1de0f9b7844051badf85d3 /CHANGES.rst
parentf1dec6ad4ec0d3114c486b83ada2c4e18467f543 (diff)
downloadpyserial-git-68239376ace131f5028734f70116050c96f5bbed.tar.gz
posix: handle different errno for OSX when setting control lines on open, fixes #133
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 08b9df9..9166c18 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -646,3 +646,11 @@ Bugfixes (posix):
Bugfixes (win32):
- win32: handle errors of GetOverlappedResult in read(), fixes #121
+
+Version 3.x.x 2016-xx-xx
+--------------------------
+Bugfixes (posix):
+
+- [#133] _update_dtr_state throws Inappropriate ioctl for virtual serial
+ port created by socat on OS X
+