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
commitb2b603c04c106388507fa18dfbfafc5eea75e859 (patch)
treeaae3383121e8513390cfa7362de60348e0e45699
parent183f6ad63c23bd0c1d0fd3527cdd0b1ea5e5c2ae (diff)
downloadpyserial-b2b603c04c106388507fa18dfbfafc5eea75e859.tar.gz
prepare release
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@489 f19166aa-fa4f-0410-85c2-fa1106f25c8a
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a1d2b41..6c2d478 100644
--- a/CHANGES.txt
+++ b/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