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