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