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