summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-17 16:02:32 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-17 16:02:32 +0000
commit5425bb0510ab10b4601139b7fec64a61e2aec543 (patch)
tree8d5f6ca9f1f957614e9c005fdf0ccae89f9ae75d
parent059d848639a35192324992ec5149f4286cf5d5b5 (diff)
downloadpyserial-git-5425bb0510ab10b4601139b7fec64a61e2aec543.tar.gz
prepare release
-rw-r--r--pyserial/CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index a1d2b41..6c2d478 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/CHANGES.txt
@@ -434,7 +434,7 @@ Bugfixes (win32):
- Fix type definitions for 64 bit Windows compatibility
-Version 2.7 2013-nn-nn
+Version 2.7 2013-10-17
---------------------------
- Win32: setRTS and setDTR can be called before the port is opened and it will
set the initial state on port open.
@@ -443,7 +443,7 @@ Version 2.7 2013-nn-nn
flowControlOut function
- rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik
Lundh)
-- Posix: [Patch pyserial:28] Accept any speed on Linux
+- Posix: [Patch pyserial:28] Accept any speed on Linux [update]
- Posix: [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTR
- OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devices
- Ensure working with bytes in write() calls