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