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