libftdi: (tomj) applied vala bindings, always document async mode
[libftdi] / ChangeLog
1 New in 0.11
2 -----------
3 * Vala bindings helper functions (ftdi_new, ftdi_free, ftdi_list_free2) (Even Nermerson)
4 * Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
5 * Async write support. Linux only and no error handling.
6   You have to enable it via --with-async-code.
7 * Detection of R-type chips
8 * FTDIChip-ID read support (Peter Holik)
9
10 New in 0.10
11 -----------
12 * Examples for libftdi_usb_find_all and CBUS mode
13 * Fixed ftdi_list_free
14 * Small cosmetic changes
15
16 New in 0.9
17 ----------
18 * Fixed build without doxygen
19 * Correct .so file library version
20
21 New in 0.8
22 ----------
23 * Complete doxygen documentation and examples
24 * Extended FT2232C bitbang mode example code (Max)
25 * ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
26 * Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
27 * Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
28 * Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
29
30 New in 0.7
31 ----------
32 * Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
33 * Find all devices by vendor/product id (Tim Ansell and Intra2net)
34 * Documentation updates (Tim Ansell)
35
36 New in 0.6
37 ----------
38 * Set library version on .so file again
39 * Configurable serial line parameters (Alain Abbas)
40 * Improved filtering of status bytes (Evgeny Sinelnikov)
41 * Extended FT2232C support (Uwe Bonnes)
42 * Small improvement to the baudrate calculation code (Emil)
43 * Error handling cleanup (Rogier Wolff and Intra2net)
44
45 New in 0.5
46 ----------
47 * New autoconf suite
48 * pkgconfig support
49 * Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
50 * Open device by description and/or serial (Evgeny Sinelnikov)
51 * Improved error handling (Evgeny Sinelnikov)
52
53 New in 0.4
54 ----------
55 * Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
56 * FT2232C support (Steven Turner/FTDI)
57 * New baudrate calculation code (Ian Abbott)
58 * Automatic detection of chip type
59 * Important: ftdi_write_data now returns the bytes written
60 * Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
61 * Reset internal readbuffer offsets for reset()/purge_buffers()
62 * Small typo fixes (Mark Haemmerling)
63
64 New in 0.3
65 ----------
66 * Improved read function which takes arbitrary input buffer sizes
67   Attention: Call ftdi_deinit() on exit to free used memory
68 * Vastly increased read/write performance (configurable chunksize, default is 4096)
69 * Set/get latency timer function working (Thanks Steven Turner/FTDI)
70 * Increased library version because the changes require recompilation
71
72
73 New in 0.2
74 ----------
75 * EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
76 * Implemented basic ftdi_read_data() function
77 * EEPROM write fixes
78
79
80 New in 0.1
81 ------------
82 * First public release