libftdi: (tomj) reset internal readbuffer offsets for reset()/purge_buffers()
[libftdi] / ChangeLog
1 New in 0.3
2 ----------
3
4 * Improved read function which takes arbitrary input buffer sizes
5   Attention: Call ftdi_deinit() on exit to free used memory
6 * Vastly increased read/write performance (configurable chunksize, default is 4096)
7 * Set/get latency timer function working (Thanks Steven Turner/FTDI)
8 * Increased library version because the changes require recompilation
9
10
11 New in 0.2
12 ----------
13
14 * EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
15 * Implemented basic ftdi_read_data() function
16 * EEPROM write fixes
17
18
19 New in 0.1
20 ------------
21
22 * First public release