summaryrefslogtreecommitdiff
path: root/pyserial/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
commitc54b2c83890e0fb3eeb04fbd5c4d64d3fa5addb5 (patch)
tree12030fd2905ce49401583b9390fb2376df1f5d00 /pyserial/CHANGES.txt
parent0bfe525534dd2ce96f88c18a7308d75d49c6654e (diff)
downloadpyserial-git-c54b2c83890e0fb3eeb04fbd5c4d64d3fa5addb5.tar.gz
- [Patch 1561423] Add mark/space parity, Win32
- remove VERSION constants except for the one in __init__.py
Diffstat (limited to 'pyserial/CHANGES.txt')
-rw-r--r--pyserial/CHANGES.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index e85c42b..6f61c6d 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/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