summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-21 01:59:08 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-21 01:59:08 +0000
commit3304a9b146fddd1daf4a0eefd599f2874f71065a (patch)
treea6ecd0d8f75113f966cbd0bcf80bb9ad0f00aa42 /CHANGES.txt
parent582c4bbbcd9b2bba348a023c227df299a989dc91 (diff)
downloadpyserial-3304a9b146fddd1daf4a0eefd599f2874f71065a.tar.gz
- [Patch 1561423] Add mark/space parity, Win32
- remove VERSION constants except for the one in __init__.py git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@181 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e85c42b..6f61c6d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -257,14 +257,14 @@ Bugfixes:
- update VERSION variable
- update wxSerialConfigDialog.py and wxTerminal.py compatibility with
wxPython 2.8 (Peleg)
+- Check for string in write function. Using uncode causes strange errors, this
+ helps catching errors early (Tom Lynn)
Bugfixes (posix):
- [Bug 1554183] setRTS/setDTR refrence to nonexisting local "on"
- [Bug 1513653] file descriptor not closed when exception is thrown
- FreeBSD now uses cuadX instead of cuaaX (Patrick Phalen)
-- Check for string in write function. Using uncode causes strange errors, this
- helps catching errors early (Tom Lynn)
Bugfixes (win32):
@@ -276,11 +276,18 @@ Bugfixes (win32):
Version 2.4
---------------------------
New Features:
+
- [Patch 1616790] pyserial: Add inter-character timeout feature
-- [patch 1924805] add a setBreak function (proposed files attached)
+- [Patch 1924805] add a setBreak function (proposed files attached)
+- Add mark/space parity
+- Add .NET/Mono backend (IronPython). Preliminary.
Bugfixes:
+
Bugfixes (posix):
+
- [Bug 1783159] Arbitrary baud rates (Linux/Posix)
Bugfixes (win32):
+
+- [Patch 1561423] Add mark/space parity, Win32