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