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