New libtool version from Fedora 8
[libftdi] / ChangeLog
CommitLineData
cb6250fa
TJ
1New in 0.11
2-----------
cef378aa 3* Vala bindings helper functions (ftdi_new, ftdi_free, ftdi_list_free2) (Even Nermerson)
c201f80f
TJ
4* Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
5* Async write support. Linux only and no error handling.
f01d7ca6 6 You have to enable it via --with-async-code.
cb6250fa
TJ
7* Detection of R-type chips
8* FTDIChip-ID read support (Peter Holik)
9
177df8fc
TJ
10New in 0.10
11-----------
12* Examples for libftdi_usb_find_all and CBUS mode
13* Fixed ftdi_list_free
14* Small cosmetic changes
15
29bb689c
TJ
16New in 0.9
17----------
18* Fixed build without doxygen
19* Correct .so file library version
20
a01d31e2
TJ
21New in 0.8
22----------
3d7f686e 23* Complete doxygen documentation and examples
08cb09bf 24* Extended FT2232C bitbang mode example code (Max)
474786c0 25* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
85f3c596 26* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
d2f10023 27* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
a01d31e2
TJ
28* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
29
4837f98a
TJ
30New in 0.7
31----------
8ce71b78 32* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
edb82cbf 33* Find all devices by vendor/product id (Tim Ansell and Intra2net)
4837f98a
TJ
34* Documentation updates (Tim Ansell)
35
c3d95b87
TJ
36New in 0.6
37----------
a837e33a
TJ
38* Set library version on .so file again
39* Configurable serial line parameters (Alain Abbas)
fde0a89e 40* Improved filtering of status bytes (Evgeny Sinelnikov)
c4446c36 41* Extended FT2232C support (Uwe Bonnes)
df612d35 42* Small improvement to the baudrate calculation code (Emil)
a837e33a 43* Error handling cleanup (Rogier Wolff and Intra2net)
c3d95b87 44
5efa6083
TJ
45New in 0.5
46----------
47* New autoconf suite
48* pkgconfig support
49* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
50* Open device by description and/or serial (Evgeny Sinelnikov)
51* Improved error handling (Evgeny Sinelnikov)
52
53New in 0.4
54----------
55* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
56* FT2232C support (Steven Turner/FTDI)
57* New baudrate calculation code (Ian Abbott)
58* Automatic detection of chip type
59* Important: ftdi_write_data now returns the bytes written
60* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
61* Reset internal readbuffer offsets for reset()/purge_buffers()
8ce71b78 62* Small typo fixes (Mark Haemmerling)
5efa6083
TJ
63
64New in 0.3
65----------
5efa6083
TJ
66* Improved read function which takes arbitrary input buffer sizes
67 Attention: Call ftdi_deinit() on exit to free used memory
68* Vastly increased read/write performance (configurable chunksize, default is 4096)
69* Set/get latency timer function working (Thanks Steven Turner/FTDI)
70* Increased library version because the changes require recompilation
71
72
73New in 0.2
74----------
5efa6083
TJ
75* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
76* Implemented basic ftdi_read_data() function
77* EEPROM write fixes
78
79
80New in 0.1
81------------
5efa6083 82* First public release