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