summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-16 22:59:20 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-16 22:59:20 +0000
commit7ce86461893e72af3b06cf399070c4831acdb1cb (patch)
tree16e3c3e8068aa0188ac9aef19cfc3f2adb6eb417 /CHANGES.txt
parentaa78acd47e0ee0dce28e14735350e18305b0eb5a (diff)
downloadpyserial-7ce86461893e72af3b06cf399070c4831acdb1cb.tar.gz
- check for strings patch
- FreeBSD device name patch - update history git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@166 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3dee174..c23f406 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -257,6 +257,9 @@ 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):