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