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