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