Ignore patch files
[libftdi] / ChangeLog
CommitLineData
fd42de69
TJ
1New in 1.x - 2018-xx-xx
2-----------------------
3* Added ftdi_setflowctrl_xonxoff()
4
d5c1622a 5New in 1.4 - 2017-08-07
418ef26f 6-----------------------
7c2a6851 7* New ftdi_usb_open_bus_addr() open function
9a081c84
TJ
8* Use BM/R series baud rate computation for FT230X
9* ftdi_get_error_string() now returns const char*
06358114 10* C++ API: Ability to open devices with empty descriptor strings
4a3012a3 11* C++ API: Fix enumerations for buffer purge and modem controls
9a081c84
TJ
12* small build fixes and improvements in the python examples
13* ftdi_eeprom / eeprom handling:
14 * New API function: ftdi_eeprom_get_strings()
15 * Fix USE_SERIAL handling for 230X type chips
16 * Make ftdi_read_eeprom_location() endianness independent
17 * Fix flashing of FT245R
418ef26f 18
96d337a1 19New in 1.3 - 2016-05-20
1b1bf7e4 20-----------------------
ae958068 21* Added ftdi_usb_get_strings2() to prevent automatic device close (Fahrzin Hemmati)
61afff55
TJ
22* Added ftdi_transfer_data_cancel() for cancellation of a submitted transfer,
23 avoided resubmittion of a canceled transfer in the callbacks,
24 replaced calls to libusb_handle_events with
25 libusb_handle_events_timeout_completed (Eugene Hutorny)
26* ftdi_eeprom / eeprom handling:
27 * Add support for arbitrary user data (Salvador Eduardo Tropea)
28 * Add --build-eeprom support (Salvador Eduardo Tropea)
29 * Fix use_usb_version config file option (Thilo Schulz)
30 * Ability to include other config files in EEPROM config file (Thilo Schulz)
31 * Add external oscillator enable bit (Raphael Assenat)
32 * Support channel configuration (Stephan Linz)
33 * Added --device option to ftdi_eeprom to specify FTDI device (Robin Haberkorn)
34 * Fixed EEPROM user-area space checks for FT232R and FT245R chips (Robin Haberkorn)
35* Various improvements to CBUS handling, including the EEPROM (Robin Haberkorn)
36* swig wrapper: Fix handling of binary strings in ftdi_write_data()
37 for python 3 (xantares09)
38* cbus python example code (Rodney Sinclair)
39* ftdi_stream: fix timeout setting (Ларионов Даниил)
40* Fixed typo in CBUS defines: CBUSG_DRIVE1 -> CBUSH_DRIVE1
1b1bf7e4 41
0b6f2209 42New in 1.2 - 2014-11-21
815f60e9 43-----------------------
195ec696
TJ
44* Support for FT230X devices (Uwe Bonnes)
45* ftdi_usb_get_strings(): Don't try to open an already open device (Denis Sirotkin)
815f60e9
TJ
46* Support for finding devices bricked by the Windows driver (Forest Crossman)
47* cmake build system: New LibFTDI1ConfigVersion.cmake file (xantares09)
815f60e9
TJ
48* Fix a typo in the MPSSE command CLK_BYTES_OR_LOW (Benjamin Vanheuverzwijn)
49* Minor fixes for MSVC++ (Andrei Errapart)
815f60e9
TJ
50* Various small code improvements (Florian Preinstorfer, Jochen Sprickerhof, xantares09)
51
17eb1c4e 52New in 1.1 - 2014-02-05
ed2e336b
TJ
53-----------------------
54* Fix FT232H eeprom suspend pulldown setting (Davide Michelizza)
55* Fix FT232H eeprom user area size (Davide Michelizza)
56* Improved mingw build (Paul Fertser and Michel Zou)
57* C++ wrapper: Get/set functions for USB timeouts (Jochen Sprickerhof)
58* Partial support for FT230X (Nathael Pajani)
59* New API function: ftdi_eeprom_set_strings() (Nathael Pajani)
60* Prevent possible segfault in ftdi_eeprom_decode() (Nathael Pajani)
61* Save device release number in eeprom (Jarkko Sonninen)
62* Fix "self powered" eeprom flag (Jarkko Sonninen)
63* Improved python wrapper (Michel Zou)
64* Many buildsystem improvements (Michel Zou and Mike Frysinger)
65* See the git history for more changes and fixes
66
80101c71 67New in 1.0 - 2013-01-29
1c4ff641
TJ
68-----------------------
69* Ported to libusb 1.x (initial work by Jie Zhang)
70* Many eeprom handling improvements (Uwe Bonnes, Anders Larsen)
71* Renamed pkconfig, library .so etc. files to "libftdi1" (Intra2net)
72* ftdi_eeprom is part of libftdi now (Intra2net)
73
74* New baudrate calculation code + unit tests (Uwe Bonnes and Intra2net)
75* Improved python bindings including python3 support (Michel Zou)
80101c71 76* Switched completely to cmake build system (Intra2net)
99b80bfb 77* cmake: Easy libftdi discovery via find_package() (Michel Zou)
1c4ff641
TJ
78* eeprom handling now done via get()/set() functions (Uwe Bonnes)
79* C++ wrapper: Fixed use-after-free in List::find_all() (Intra2net)
66f31674 80* Documentation updates (Xiaofan Chen)
1c4ff641
TJ
81* See the git history for more changes and fixes
82
1c9c026d
TJ
83New in 0.20 - 2012-03-19
84------------------------
85* Support for FT232H (Uwe Bonnes)
86* Fixed install location of header files (Uwe Bonnes and Intra2net)
87* Backported serial_test tool from libftdi 1.x (Uwe Bonnes)
88
89New in 0.19 - 2011-05-23
90------------------------
91* Make kernel driver detach configurable (Thomas Klose)
92* Correct ftdi_poll_modem_status() result code (Tom Saunders)
93* cmake build system improvements (Evgeny Sinelnikov)
94* Fix uninitialized memory access in async mode (Intra2net)
95* Support for FT232R eeprom features (Hermann Kraus)
96* Fix size returned by ftdi_read_data (Hermann Kraus)
97* C++ wrapper: Fix infinite recursion in set_bitmode (Intra2net)
98* Improvements to the python wrapper (Flynn Marquardt and Chris Zeh)
99
100New in 0.18 - 2010-06-25
101------------------------
102* Add ftdi_eeprom_free() to free allocated memory in eeprom (Wilfried Holzke)
103* More generic error message for the FTDI kernel driver (Intra2net)
104* Honor CPPFLAGS in python wrapper build (Alexander Lehmann)
105* cmake: Fix package creation on 32-bit machines (Uwe Bonnes)
106* Fix swig argument constraints (Intra2net)
107* Don't segfault if device is closed or ftdi context is invalid (Intra2net)
108* Ability to disable build of examples / documentation (Mike Frysinger and Intra2net)
109* Fix typo in python wrapper build (Mike Frysinger)
110* Autoconf build system improvements (Mike Frysinger)
111
613bce8b 112New in 0.17 - 2009-12-19
388d0297 113------------------------
613bce8b
TJ
114* C++ wrapper: Reduced code duplication and small other changes (Intra2net)
115* Deprecated old ftdi_enable_bitbang() function (Intra2net)
116* New ftdi_usb_open_desc_index() function (Intra2net)
117* Added baud rate test example code (Intra2net)
6e828229
TJ
118* New serial input example code (Jim Paris)
119* Fix modem status byte filtering for USB high speed chips (Intra2net and Jim Paris)
120* Add bitmode for synchronous fifo in FT2232H (Uwe Bonnes)
79a2a1cd
TJ
121* Fix usb_set_configuration() call on Windows 64 (NIL)
122* Fix usb index in ftdi_convert_baudrate() for FT2232H/FT4232H chips (Thimo Eichstaedt)
123* Set initial baudrate on correct interface instead of always the first one (Thimo Eichstaedt)
124* Call usb_set_configuration() on Windows only (Uwe Bonnes)
125* 64 bit and other buildsystem fixes (Uwe Bonnes)
126* Don't build --with-async-mode w/ libusb-compat-0.1 (Clifford Wolf)
127* Functions for read/write of a single eeprom location (Oleg Seiljus)
388d0297
TJ
128* Protect against double close of usb device (Nathan Fraser)
129* Fix out-of-tree-build in python wrapper (Aurelien Jarno)
130* Autoconf and doxygen cleanup (Jim Paris)
131
1e0ae3d4 132New in 0.16 - 2009-05-08
91c9886b 133------------------------
2458ef34
TJ
134* C++ wrapper: Reopen the device after calling get_strings() in Context::open() (Marek Vavruša and Intra2net)
135* C++ wrapper: Fixed an inheritance problem (Marek Vavruša and Intra2net)
136* C++ wrapper: Relicensed under GPLv2 + linking exception (Marek Vavruša and Intra2net)
f9d69895 137* Support for FT2232H and FT4232H (David Challis, Alex Harford and Intra2net)
73db4ea3 138* Support for mingw cross compile (Uwe Bonnes)
05c0dae8 139* Python bindings and minor autoconf cleanup (Tarek Heiland)
e30da501 140* Code cleanup in various places (Intra2net)
f2a9b277 141* Fixed ftdi_read_chipid in some cases (Matthias Richter)
fb4e5dbf
TJ
142* eeprom decode function and small cleanups (Marius Kintel)
143* cmake system improvements (Marius Kintel and Intra2net)
91c9886b
MJ
144* Fix compilation in -ansi -pedantic mode (Matthias Janke)
145
8f4ee51b
TJ
146New in 0.15 - 2008-12-19
147------------------------
cfb0db4f 148* Full C++ wrapper. Needs boost (Marek Vavruša and Intra2net)
0b2d00fc 149* cmake rules (Marek Vavruša)
b1e8fa64 150
8f4ee51b
TJ
151New in 0.14 - 2008-09-09
152------------------------
9ecfef2a
TJ
153* Fixed flow control code for second FT2232 interface (Marek Vavruša)
154* Ability to set flow control via one USB call (Marek Vavruša)
218d3256 155* 64 bit build support in the RPM spec file (Uwe Bonnes)
6edfa863 156* Small fix to the RPM spec file (Uwe Bonnes)
9ecfef2a 157* Ability to set RS232 break type (Intra2net)
a7fb8440
TJ
158* Grouped flow control and modem status code together (Intra2net)
159
8f4ee51b
TJ
160New in 0.13 - 2008-06-13
161------------------------
e3055e7f 162* Build .spec file via configure.in (Intra2net)
035711cf 163* Fixed "libusb-config --cflags" call (Mike Frysinger and Intra2net)
22592e17 164* Always set usb configuration (Mike Frysinger and Intra2net)
c3034a16
TJ
165* Improved libusb-win32 support (Mike Frysinger)
166
8f4ee51b
TJ
167New in 0.12 - 2008-04-16
168------------------------
dd82c76e 169* Fix build of documentation for "out of tree" builds
5a1dcd55 170* Fix USB config descriptor in the eeprom (Juergen Beisert)
1189b11a
TJ
171* Ability to purge RX/TX buffers separately (Arnim Läuger)
172* Setting of event and error character (Arnim Läuger)
173* Poll modem status function (Arnim Läuger and Intra2net)
c15a2ad0 174* Updated documentation and created AUTHORS file
1189b11a 175
8f4ee51b
TJ
176New in 0.11 - 2008-03-01
177------------------------
cef378aa 178* Vala bindings helper functions (ftdi_new, ftdi_free, ftdi_list_free2) (Even Nermerson)
c201f80f
TJ
179* Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
180* Async write support. Linux only and no error handling.
ef931a3c 181 You have to enable it via --with-async-mode.
cb6250fa
TJ
182* Detection of R-type chips
183* FTDIChip-ID read support (Peter Holik)
184
8f4ee51b
TJ
185New in 0.10 - 2007-05-08
186------------------------
177df8fc
TJ
187* Examples for libftdi_usb_find_all and CBUS mode
188* Fixed ftdi_list_free
189* Small cosmetic changes
190
8f4ee51b
TJ
191New in 0.9 - 2007-02-09
192-----------------------
29bb689c
TJ
193* Fixed build without doxygen
194* Correct .so file library version
195
8f4ee51b
TJ
196New in 0.8 - 2007-02-08
197-----------------------
3d7f686e 198* Complete doxygen documentation and examples
08cb09bf 199* Extended FT2232C bitbang mode example code (Max)
474786c0 200* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
85f3c596 201* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
d2f10023 202* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
a01d31e2
TJ
203* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
204
8f4ee51b
TJ
205New in 0.7 - 2005-10-11
206-----------------------
8ce71b78 207* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
edb82cbf 208* Find all devices by vendor/product id (Tim Ansell and Intra2net)
4837f98a
TJ
209* Documentation updates (Tim Ansell)
210
8f4ee51b
TJ
211New in 0.6 - 2005-04-24
212-----------------------
a837e33a
TJ
213* Set library version on .so file again
214* Configurable serial line parameters (Alain Abbas)
fde0a89e 215* Improved filtering of status bytes (Evgeny Sinelnikov)
c4446c36 216* Extended FT2232C support (Uwe Bonnes)
df612d35 217* Small improvement to the baudrate calculation code (Emil)
a837e33a 218* Error handling cleanup (Rogier Wolff and Intra2net)
c3d95b87 219
8f4ee51b
TJ
220New in 0.5 - 2004-09-24
221-----------------------
5efa6083
TJ
222* New autoconf suite
223* pkgconfig support
224* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
225* Open device by description and/or serial (Evgeny Sinelnikov)
226* Improved error handling (Evgeny Sinelnikov)
227
8f4ee51b
TJ
228New in 0.4 - 2004-06-15
229-----------------------
5efa6083
TJ
230* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
231* FT2232C support (Steven Turner/FTDI)
232* New baudrate calculation code (Ian Abbott)
233* Automatic detection of chip type
234* Important: ftdi_write_data now returns the bytes written
235* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
236* Reset internal readbuffer offsets for reset()/purge_buffers()
8ce71b78 237* Small typo fixes (Mark Haemmerling)
5efa6083 238
8f4ee51b
TJ
239New in 0.3 - 2004-03-25
240-----------------------
5efa6083
TJ
241* Improved read function which takes arbitrary input buffer sizes
242 Attention: Call ftdi_deinit() on exit to free used memory
243* Vastly increased read/write performance (configurable chunksize, default is 4096)
244* Set/get latency timer function working (Thanks Steven Turner/FTDI)
245* Increased library version because the changes require recompilation
246
8f4ee51b
TJ
247New in 0.2 - 2004-01-03
248-----------------------
5efa6083
TJ
249* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
250* Implemented basic ftdi_read_data() function
251* EEPROM write fixes
252
8f4ee51b
TJ
253New in 0.1 - 2003-06-10
254-----------------------
5efa6083 255* First public release