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