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