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