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