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