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