summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-30 21:36:06 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-30 21:36:06 +0000
commita602ece60221d03c33ebb9166142f34334a29e14 (patch)
treebc94926c101b18bd816f8c8ccc916922dec5ac22
parentbfae228264985d762796a9fc13f09a1bcf45fe52 (diff)
downloadpyserial-release2_5_rc1.tar.gz
- create tag for 2.5-rc1release2_5_rc1
- fix name of old 0.2 tag git-svn-id: http://svn.code.sf.net/p/pyserial/code/tags/release2_5_rc1@265 f19166aa-fa4f-0410-85c2-fa1106f25c8a
-rw-r--r--CHANGES.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9029b9f..aee250b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,6 @@
-======================
-pySerial Release Notes
-======================
+========================
+ pySerial Release Notes
+========================
Version 1.0 13 Feb 2002
---------------------------
@@ -94,6 +94,7 @@ Bugfixes (win32):
- RTS/CTS handling as suggested in Bug #635072
- bugfix of timeouts brought up by Markus Hoffrogge
+
Version 1.19 19 Mar 2003
---------------------------
Bugfixes (posix):
@@ -107,6 +108,7 @@ Bugfixes (win32):
- remove code to set control lines in close method of win32
version. [Bug 669625]
+
Version 1.20 28 Aug 2003
---------------------------
- Added ``serial.device()`` for all platforms
@@ -131,6 +133,7 @@ Bugfixes (examples):
- small change in ``miniterm.py`` that should mage it run on cygwin,
[Bug 809904] submitted by Rolf Campbell.
+
Version 2.0b1 1 Oct 2003
---------------------------
Transition to the Python 2.0 series:
@@ -323,6 +326,6 @@ Bugfixes (posix):
Bugfixes (win32):
- [Bug 2469098] parity PARITY_MARK, PARITY_SPACE isn't supported on win32
-- [SF 2446218] outWaiting implemented
+- [SF 2446218] outWaiting implemented
- [Bug 2392892] scanwin32.py better exception handling
- [Bug 2505422] scanwin32.py Vista 64bit compatibility