summaryrefslogtreecommitdiff
path: root/pyserial/CHANGES.txt
blob: 635b264269d0b0d4c0d844ac6eaa26b5b87e6158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Version 1.0     13 Feb 2002
    First public release.
    Split from the pybsl application (see mspgcc.sourceforge.net)
    
    New Features:
        - Added Jython support
    
Version 1.1     14 Feb 2002
    Bugfixes:
        - Win32, when not specifying a timeout
        - Typos in the Docs
        
    New Features:
        - added serialutil which provides a base class for the Serial objects.
        
        - readline, readlines, writelines and flush are now supported
          see README.txt for deatils.

Version 1.11    14 Feb 2002
    Same as 1.1 but added missing files.