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