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