libftdi: (tomj) changed readbuffer chunksize to 64 bytes, preparations for 0.4 release
[libftdi] / ChangeLog
CommitLineData
6d9aa99f
TJ
1New 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
5d8b3e55
TJ
11New 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
19New in 0.1
20------------
21
22* First public release