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