summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2014-08-01 02:34:22 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2014-08-01 02:34:22 +0000
commitc607127bf6ea66bd4ea3ec2386b3e967e07035f6 (patch)
treed263d4cfc7076379ee937c954d497d217d145591 /CHANGES.txt
parentc5ca0035ab7ead3199d63024afa3dd8786b1cc9c (diff)
downloadpyserial-c607127bf6ea66bd4ea3ec2386b3e967e07035f6.tar.gz
Java: fix 2 bugs (stop bits if/else and non-integer timeouts) (Torsten Roemer)
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@500 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d31c6d2..1443975 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -480,7 +480,10 @@ Version 2.8 2014-xx-xx
---------------------------
- [FTR pyserial:37] Support fileno() function in the socket protocol
- Posix: [Patch pyserial:31] Mark/space parity on Linux
-- Linux: [Patch pyserial:32] Module list_ports for linux should include the product information as description.
+- Linux: [Patch pyserial:32] Module list_ports for linux should include the
+ product information as description.
+- Java: fix 2 bugs (stop bits if/else and non-integer timeouts) (Torsten
+ Roemer)
Bugfixes: