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