summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-17 03:19:00 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2013-10-17 03:19:00 +0000
commit5383c4185205e4f53a26483d81c4e92f39778fad (patch)
treef03b53206d269e65785ecb2785b73eb27d9378bb /CHANGES.txt
parentb5cea6bdf27a8d5114186339f92726d1b66ab581 (diff)
downloadpyserial-5383c4185205e4f53a26483d81c4e92f39778fad.tar.gz
doc updates
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@482 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c749814..a1d2b41 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -434,11 +434,11 @@ Bugfixes (win32):
- Fix type definitions for 64 bit Windows compatibility
-Version 2.7 2012-nn-nn
+Version 2.7 2013-nn-nn
---------------------------
- Win32: setRTS and setDTR can be called before the port is opened and it will
set the initial state on port open.
-- Posix: add platform specific method: outWaiting (already pesent for Win32)
+- Posix: add platform specific method: outWaiting (already present for Win32)
- Posix: rename flowControl to setXON to match name on Win32, add
flowControlOut function
- rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik
@@ -470,7 +470,7 @@ Bugfixes (posix):
Bugfixes (win32):
- [Bug 3444941] ctypes.WinError() unicode error
-- [Bug 3550043] on Window in tools global name 'GetLastError' is not defined
+- [Bug 3550043] on Windows 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