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