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