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