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