increase version
[libftdi] / ChangeLog
... / ...
CommitLineData
1New in 0.8
2----------
3* Complete doxygen documentation and examples
4* Extended FT2232C bitbang mode example code (Max)
5* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
6* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
7* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
8* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
9
10New in 0.7
11----------
12* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
13* Find all devices by vendor/product id (Tim Ansell and Intra2net)
14* Documentation updates (Tim Ansell)
15
16New in 0.6
17----------
18* Set library version on .so file again
19* Configurable serial line parameters (Alain Abbas)
20* Improved filtering of status bytes (Evgeny Sinelnikov)
21* Extended FT2232C support (Uwe Bonnes)
22* Small improvement to the baudrate calculation code (Emil)
23* Error handling cleanup (Rogier Wolff and Intra2net)
24
25New in 0.5
26----------
27* New autoconf suite
28* pkgconfig support
29* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
30* Open device by description and/or serial (Evgeny Sinelnikov)
31* Improved error handling (Evgeny Sinelnikov)
32
33New in 0.4
34----------
35* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
36* FT2232C support (Steven Turner/FTDI)
37* New baudrate calculation code (Ian Abbott)
38* Automatic detection of chip type
39* Important: ftdi_write_data now returns the bytes written
40* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
41* Reset internal readbuffer offsets for reset()/purge_buffers()
42* Small typo fixes (Mark Haemmerling)
43
44New in 0.3
45----------
46* Improved read function which takes arbitrary input buffer sizes
47 Attention: Call ftdi_deinit() on exit to free used memory
48* Vastly increased read/write performance (configurable chunksize, default is 4096)
49* Set/get latency timer function working (Thanks Steven Turner/FTDI)
50* Increased library version because the changes require recompilation
51
52
53New in 0.2
54----------
55* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
56* Implemented basic ftdi_read_data() function
57* EEPROM write fixes
58
59
60New in 0.1
61------------
62* First public release