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