libftdi: (tomj) Improved error handling (Evgeny Sinelnikov)
[libftdi] / ChangeLog
CommitLineData
29c4af7f
TJ
1New in 0.5
2----------
3* Improved error handling (Evgeny Sinelnikov)
4
a75499c4
TJ
5New in 0.4
6----------
7* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
8* FT2232C support (Steven Turner/FTDI)
9* New baudrate calculation code (Ian Abbott)
10* Automatic detection of chip type
11* Important: ftdi_write_data now returns the bytes written
12* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
13* Reset internal readbuffer offsets for reset()/purge_buffers()
14* Small typo fixes (Mark Hämmerling)
15
6d9aa99f
TJ
16New in 0.3
17----------
18
19* Improved read function which takes arbitrary input buffer sizes
20 Attention: Call ftdi_deinit() on exit to free used memory
21* Vastly increased read/write performance (configurable chunksize, default is 4096)
22* Set/get latency timer function working (Thanks Steven Turner/FTDI)
23* Increased library version because the changes require recompilation
24
25
5d8b3e55
TJ
26New in 0.2
27----------
28
29* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
30* Implemented basic ftdi_read_data() function
31* EEPROM write fixes
32
33
34New in 0.1
35------------
36
37* First public release