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