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