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