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