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