libftdi: (tomj) Improved error handling (Evgeny Sinelnikov)
[libftdi] / ChangeLog
1 New in 0.5
2 ----------
3 * Improved error handling (Evgeny Sinelnikov)
4
5 New 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
16 New 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
26 New 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
34 New in 0.1
35 ------------
36
37 * First public release