summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-11 14:31:13 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-11 14:31:13 +0000
commitc94ebec4ea682bb5c174b0986bc24d726f7213bc (patch)
treebafb7cf444b49db0bb7e34d1fdfa846db5bbdb42 /CHANGES.txt
parent080191f5522c51ca3bac8f5fce0261affda01c80 (diff)
downloadpyserial-c94ebec4ea682bb5c174b0986bc24d726f7213bc.tar.gz
[Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTR
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@470 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8aa344f..35d3f65 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -444,6 +444,7 @@ Version 2.7 2012-nn-nn
- rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik
Lundh)
- Posix: [Patch pyserial:28] Accept any speed on Linux
+- Posix: [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTR
Bugfixes:
@@ -468,6 +469,6 @@ Bugfixes (win32):
- [Bug 3550043] on Window in tools global name 'GetLastError' is not defined
- [Bug pyserial:146] flush() does nothing in windows (despite docs)
- [Bug pyserial:144] com0com ports ignored due to missing "friendly name"
-- [Bug pyserial:152] Cannot configure port, some setting was wrong. can leave
+- [Bug pyserial:152] Cannot configure port, some setting was wrong. Can leave
port handle open but port not accessible