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