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