Revert "Fixes the three open methods of the cpp wrapper that do not get an usb-device...
[libftdi] / ChangeLog
CommitLineData
9329cd7d 1New in 0.19 - 2011-05-23
5763efe9 2------------------------
9329cd7d 3* Make kernel driver detach configurable (Thomas Klose)
5763efe9
TJ
4* Correct ftdi_poll_modem_status() result code (Tom Saunders)
5* cmake build system improvements (Evgeny Sinelnikov)
6* Fix uninitialized memory access in async mode (Intra2net)
7* Support for FT232R eeprom features (Hermann Kraus)
8* Fix size returned by ftdi_read_data (Hermann Kraus)
9* C++ wrapper: Fix infinite recursion in set_bitmode (Intra2net)
10* Improvements to the python wrapper (Flynn Marquardt and Chris Zeh)
11
fd200aa1
TJ
12New in 0.18 - 2010-06-25
13------------------------
14* Add ftdi_eeprom_free() to free allocated memory in eeprom (Wilfried Holzke)
15* More generic error message for the FTDI kernel driver (Intra2net)
16* Honor CPPFLAGS in python wrapper build (Alexander Lehmann)
17* cmake: Fix package creation on 32-bit machines (Uwe Bonnes)
18* Fix swig argument constraints (Intra2net)
19* Don't segfault if device is closed or ftdi context is invalid (Intra2net)
20* Ability to disable build of examples / documentation (Mike Frysinger and Intra2net)
21* Fix typo in python wrapper build (Mike Frysinger)
22* Autoconf build system improvements (Mike Frysinger)
23
613bce8b 24New in 0.17 - 2009-12-19
388d0297 25------------------------
613bce8b
TJ
26* C++ wrapper: Reduced code duplication and small other changes (Intra2net)
27* Deprecated old ftdi_enable_bitbang() function (Intra2net)
28* New ftdi_usb_open_desc_index() function (Intra2net)
29* Added baud rate test example code (Intra2net)
6e828229
TJ
30* New serial input example code (Jim Paris)
31* Fix modem status byte filtering for USB high speed chips (Intra2net and Jim Paris)
32* Add bitmode for synchronous fifo in FT2232H (Uwe Bonnes)
79a2a1cd
TJ
33* Fix usb_set_configuration() call on Windows 64 (NIL)
34* Fix usb index in ftdi_convert_baudrate() for FT2232H/FT4232H chips (Thimo Eichstaedt)
35* Set initial baudrate on correct interface instead of always the first one (Thimo Eichstaedt)
36* Call usb_set_configuration() on Windows only (Uwe Bonnes)
37* 64 bit and other buildsystem fixes (Uwe Bonnes)
38* Don't build --with-async-mode w/ libusb-compat-0.1 (Clifford Wolf)
39* Functions for read/write of a single eeprom location (Oleg Seiljus)
388d0297
TJ
40* Protect against double close of usb device (Nathan Fraser)
41* Fix out-of-tree-build in python wrapper (Aurelien Jarno)
42* Autoconf and doxygen cleanup (Jim Paris)
43
1e0ae3d4 44New in 0.16 - 2009-05-08
91c9886b 45------------------------
2458ef34
TJ
46* C++ wrapper: Reopen the device after calling get_strings() in Context::open() (Marek Vavruša and Intra2net)
47* C++ wrapper: Fixed an inheritance problem (Marek Vavruša and Intra2net)
48* C++ wrapper: Relicensed under GPLv2 + linking exception (Marek Vavruša and Intra2net)
f9d69895 49* Support for FT2232H and FT4232H (David Challis, Alex Harford and Intra2net)
73db4ea3 50* Support for mingw cross compile (Uwe Bonnes)
05c0dae8 51* Python bindings and minor autoconf cleanup (Tarek Heiland)
e30da501 52* Code cleanup in various places (Intra2net)
f2a9b277 53* Fixed ftdi_read_chipid in some cases (Matthias Richter)
fb4e5dbf
TJ
54* eeprom decode function and small cleanups (Marius Kintel)
55* cmake system improvements (Marius Kintel and Intra2net)
91c9886b
MJ
56* Fix compilation in -ansi -pedantic mode (Matthias Janke)
57
8f4ee51b
TJ
58New in 0.15 - 2008-12-19
59------------------------
cfb0db4f 60* Full C++ wrapper. Needs boost (Marek Vavruša and Intra2net)
0b2d00fc 61* cmake rules (Marek Vavruša)
b1e8fa64 62
8f4ee51b
TJ
63New in 0.14 - 2008-09-09
64------------------------
9ecfef2a
TJ
65* Fixed flow control code for second FT2232 interface (Marek Vavruša)
66* Ability to set flow control via one USB call (Marek Vavruša)
218d3256 67* 64 bit build support in the RPM spec file (Uwe Bonnes)
6edfa863 68* Small fix to the RPM spec file (Uwe Bonnes)
9ecfef2a 69* Ability to set RS232 break type (Intra2net)
a7fb8440
TJ
70* Grouped flow control and modem status code together (Intra2net)
71
8f4ee51b
TJ
72New in 0.13 - 2008-06-13
73------------------------
e3055e7f 74* Build .spec file via configure.in (Intra2net)
035711cf 75* Fixed "libusb-config --cflags" call (Mike Frysinger and Intra2net)
22592e17 76* Always set usb configuration (Mike Frysinger and Intra2net)
c3034a16
TJ
77* Improved libusb-win32 support (Mike Frysinger)
78
8f4ee51b
TJ
79New in 0.12 - 2008-04-16
80------------------------
dd82c76e 81* Fix build of documentation for "out of tree" builds
5a1dcd55 82* Fix USB config descriptor in the eeprom (Juergen Beisert)
1189b11a
TJ
83* Ability to purge RX/TX buffers separately (Arnim Läuger)
84* Setting of event and error character (Arnim Läuger)
85* Poll modem status function (Arnim Läuger and Intra2net)
c15a2ad0 86* Updated documentation and created AUTHORS file
1189b11a 87
8f4ee51b
TJ
88New in 0.11 - 2008-03-01
89------------------------
cef378aa 90* Vala bindings helper functions (ftdi_new, ftdi_free, ftdi_list_free2) (Even Nermerson)
c201f80f
TJ
91* Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
92* Async write support. Linux only and no error handling.
ef931a3c 93 You have to enable it via --with-async-mode.
cb6250fa
TJ
94* Detection of R-type chips
95* FTDIChip-ID read support (Peter Holik)
96
8f4ee51b
TJ
97New in 0.10 - 2007-05-08
98------------------------
177df8fc
TJ
99* Examples for libftdi_usb_find_all and CBUS mode
100* Fixed ftdi_list_free
101* Small cosmetic changes
102
8f4ee51b
TJ
103New in 0.9 - 2007-02-09
104-----------------------
29bb689c
TJ
105* Fixed build without doxygen
106* Correct .so file library version
107
8f4ee51b
TJ
108New in 0.8 - 2007-02-08
109-----------------------
3d7f686e 110* Complete doxygen documentation and examples
08cb09bf 111* Extended FT2232C bitbang mode example code (Max)
474786c0 112* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
85f3c596 113* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
d2f10023 114* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
a01d31e2
TJ
115* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
116
8f4ee51b
TJ
117New in 0.7 - 2005-10-11
118-----------------------
8ce71b78 119* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
edb82cbf 120* Find all devices by vendor/product id (Tim Ansell and Intra2net)
4837f98a
TJ
121* Documentation updates (Tim Ansell)
122
8f4ee51b
TJ
123New in 0.6 - 2005-04-24
124-----------------------
a837e33a
TJ
125* Set library version on .so file again
126* Configurable serial line parameters (Alain Abbas)
fde0a89e 127* Improved filtering of status bytes (Evgeny Sinelnikov)
c4446c36 128* Extended FT2232C support (Uwe Bonnes)
df612d35 129* Small improvement to the baudrate calculation code (Emil)
a837e33a 130* Error handling cleanup (Rogier Wolff and Intra2net)
c3d95b87 131
8f4ee51b
TJ
132New in 0.5 - 2004-09-24
133-----------------------
5efa6083
TJ
134* New autoconf suite
135* pkgconfig support
136* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
137* Open device by description and/or serial (Evgeny Sinelnikov)
138* Improved error handling (Evgeny Sinelnikov)
139
8f4ee51b
TJ
140New in 0.4 - 2004-06-15
141-----------------------
5efa6083
TJ
142* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
143* FT2232C support (Steven Turner/FTDI)
144* New baudrate calculation code (Ian Abbott)
145* Automatic detection of chip type
146* Important: ftdi_write_data now returns the bytes written
147* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
148* Reset internal readbuffer offsets for reset()/purge_buffers()
8ce71b78 149* Small typo fixes (Mark Haemmerling)
5efa6083 150
8f4ee51b
TJ
151New in 0.3 - 2004-03-25
152-----------------------
5efa6083
TJ
153* Improved read function which takes arbitrary input buffer sizes
154 Attention: Call ftdi_deinit() on exit to free used memory
155* Vastly increased read/write performance (configurable chunksize, default is 4096)
156* Set/get latency timer function working (Thanks Steven Turner/FTDI)
157* Increased library version because the changes require recompilation
158
8f4ee51b
TJ
159New in 0.2 - 2004-01-03
160-----------------------
5efa6083
TJ
161* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
162* Implemented basic ftdi_read_data() function
163* EEPROM write fixes
164
8f4ee51b
TJ
165New in 0.1 - 2003-06-10
166-----------------------
5efa6083 167* First public release