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