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