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