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