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