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