libftdi: (tomj) integrated ftdi_sio detach patch from Uwe Bonnes
[libftdi] / ChangeLog
... / ...
CommitLineData
1New in 0.8
2----------
3* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
4* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
5
6New in 0.7
7----------
8* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
9* Find all devices by vendor/product id (Tim Ansell and Intra2net)
10* Documentation updates (Tim Ansell)
11
12New in 0.6
13----------
14* Set library version on .so file again
15* Configurable serial line parameters (Alain Abbas)
16* Improved filtering of status bytes (Evgeny Sinelnikov)
17* Extended FT2232C support (Uwe Bonnes)
18* Small improvement to the baudrate calculation code (Emil)
19* Error handling cleanup (Rogier Wolff and Intra2net)
20
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()
38* Small typo fixes (Mark Haemmerling)
39
40New in 0.3
41----------
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----------
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------------
58* First public release