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