summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-19 00:37:18 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2008-06-19 00:37:18 +0000
commit7a1d40c8238c902103a5634f882792b01c474b8a (patch)
treebe1a41e9efcdfb578735bf8927033ea430d9be99
parent8237a3ee0ec947092dce352384617bf5f13224b5 (diff)
downloadpyserial-release2_3@172.tar.gz
prepare relaserelease2_3@172
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk@172 f19166aa-fa4f-0410-85c2-fa1106f25c8a
-rw-r--r--pyserial/CHANGES.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/pyserial/CHANGES.txt b/pyserial/CHANGES.txt
index 95bf6ff..6146d29 100644
--- a/pyserial/CHANGES.txt
+++ b/pyserial/CHANGES.txt
@@ -235,7 +235,7 @@ New Features:
platforms)
-Version 2.3 xxx
+Version 2.3 19 Jun 2008
---------------------------
New Features:
@@ -247,9 +247,6 @@ New Features:
- win32 handles \\.\COMx format automatically for com ports of higher number
(COM10 is internally translated to \\.\COM10 etc.)
-- update wxSerialConfigDialog.py and wxTerminal.py compatibility with
- wxPythoon 2.8 (Peleg)
-
- miniterm.py has a new feature to send a file (upload) and configurable
special characters for exit and upload. Refactored internals to class based
structure (upload and class refactoring by Colin D Bennett)
@@ -258,6 +255,8 @@ Bugfixes:
- [Bug 1451535] TCP/serial redirect example "--help"
- update VERSION variable
+- update wxSerialConfigDialog.py and wxTerminal.py compatibility with
+ wxPython 2.8 (Peleg)
Bugfixes (posix):