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