libftdi: (tomj) added ftdi_usb_get_strings function from external patch
[libftdi] / ChangeLog
1 New in 0.8
2 ----------
3 * Complete doxygen documentation and examples
4 * ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
5 * Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
6 * Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
7 * Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
8
9 New in 0.7
10 ----------
11 * Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
12 * Find all devices by vendor/product id (Tim Ansell and Intra2net)
13 * Documentation updates (Tim Ansell)
14
15 New in 0.6
16 ----------
17 * Set library version on .so file again
18 * Configurable serial line parameters (Alain Abbas)
19 * Improved filtering of status bytes (Evgeny Sinelnikov)
20 * Extended FT2232C support (Uwe Bonnes)
21 * Small improvement to the baudrate calculation code (Emil)
22 * Error handling cleanup (Rogier Wolff and Intra2net)
23
24 New 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
32 New 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()
41 * Small typo fixes (Mark Haemmerling)
42
43 New in 0.3
44 ----------
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
52 New in 0.2
53 ----------
54 * EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
55 * Implemented basic ftdi_read_data() function
56 * EEPROM write fixes
57
58
59 New in 0.1
60 ------------
61 * First public release