Update README file with latest changes
[libftdi] / ChangeLog
... / ...
CommitLineData
1New in 0.16 - 2009-05-06
2------------------------
3* C++ wrapper: Reopen the device after calling get_strings() in Context::open() (Marek Vavruša and Intra2net)
4* C++ wrapper: Fixed an inheritance problem (Marek Vavruša and Intra2net)
5* C++ wrapper: Relicensed under GPLv2 + linking exception (Marek Vavruša and Intra2net)
6* Support for FT2232H and FT4232H (David Challis, Alex Harford and Intra2net)
7* Support for mingw cross compile (Uwe Bonnes)
8* Python bindings and minor autoconf cleanup (Tarek Heiland)
9* Code cleanup in various places (Intra2net)
10* Fixed ftdi_read_chipid in some cases (Matthias Richter)
11* eeprom decode function and small cleanups (Marius Kintel)
12* cmake system improvements (Marius Kintel and Intra2net)
13* Fix compilation in -ansi -pedantic mode (Matthias Janke)
14
15New in 0.15 - 2008-12-19
16------------------------
17* Full C++ wrapper. Needs boost (Marek Vavruša and Intra2net)
18* cmake rules (Marek Vavruša)
19
20New in 0.14 - 2008-09-09
21------------------------
22* Fixed flow control code for second FT2232 interface (Marek Vavruša)
23* Ability to set flow control via one USB call (Marek Vavruša)
24* 64 bit build support in the RPM spec file (Uwe Bonnes)
25* Small fix to the RPM spec file (Uwe Bonnes)
26* Ability to set RS232 break type (Intra2net)
27* Grouped flow control and modem status code together (Intra2net)
28
29New in 0.13 - 2008-06-13
30------------------------
31* Build .spec file via configure.in (Intra2net)
32* Fixed "libusb-config --cflags" call (Mike Frysinger and Intra2net)
33* Always set usb configuration (Mike Frysinger and Intra2net)
34* Improved libusb-win32 support (Mike Frysinger)
35
36New in 0.12 - 2008-04-16
37------------------------
38* Fix build of documentation for "out of tree" builds
39* Fix USB config descriptor in the eeprom (Juergen Beisert)
40* Ability to purge RX/TX buffers separately (Arnim Läuger)
41* Setting of event and error character (Arnim Läuger)
42* Poll modem status function (Arnim Läuger and Intra2net)
43* Updated documentation and created AUTHORS file
44
45New in 0.11 - 2008-03-01
46------------------------
47* Vala bindings helper functions (ftdi_new, ftdi_free, ftdi_list_free2) (Even Nermerson)
48* Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
49* Async write support. Linux only and no error handling.
50 You have to enable it via --with-async-mode.
51* Detection of R-type chips
52* FTDIChip-ID read support (Peter Holik)
53
54New in 0.10 - 2007-05-08
55------------------------
56* Examples for libftdi_usb_find_all and CBUS mode
57* Fixed ftdi_list_free
58* Small cosmetic changes
59
60New in 0.9 - 2007-02-09
61-----------------------
62* Fixed build without doxygen
63* Correct .so file library version
64
65New in 0.8 - 2007-02-08
66-----------------------
67* Complete doxygen documentation and examples
68* Extended FT2232C bitbang mode example code (Max)
69* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
70* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
71* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
72* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
73
74New in 0.7 - 2005-10-11
75-----------------------
76* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
77* Find all devices by vendor/product id (Tim Ansell and Intra2net)
78* Documentation updates (Tim Ansell)
79
80New in 0.6 - 2005-04-24
81-----------------------
82* Set library version on .so file again
83* Configurable serial line parameters (Alain Abbas)
84* Improved filtering of status bytes (Evgeny Sinelnikov)
85* Extended FT2232C support (Uwe Bonnes)
86* Small improvement to the baudrate calculation code (Emil)
87* Error handling cleanup (Rogier Wolff and Intra2net)
88
89New in 0.5 - 2004-09-24
90-----------------------
91* New autoconf suite
92* pkgconfig support
93* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
94* Open device by description and/or serial (Evgeny Sinelnikov)
95* Improved error handling (Evgeny Sinelnikov)
96
97New in 0.4 - 2004-06-15
98-----------------------
99* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
100* FT2232C support (Steven Turner/FTDI)
101* New baudrate calculation code (Ian Abbott)
102* Automatic detection of chip type
103* Important: ftdi_write_data now returns the bytes written
104* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
105* Reset internal readbuffer offsets for reset()/purge_buffers()
106* Small typo fixes (Mark Haemmerling)
107
108New in 0.3 - 2004-03-25
109-----------------------
110* Improved read function which takes arbitrary input buffer sizes
111 Attention: Call ftdi_deinit() on exit to free used memory
112* Vastly increased read/write performance (configurable chunksize, default is 4096)
113* Set/get latency timer function working (Thanks Steven Turner/FTDI)
114* Increased library version because the changes require recompilation
115
116New in 0.2 - 2004-01-03
117-----------------------
118* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
119* Implemented basic ftdi_read_data() function
120* EEPROM write fixes
121
122New in 0.1 - 2003-06-10
123-----------------------
124* First public release