libftdi: (gerd) improve async documentation (#1270)
[libftdi] / ChangeLog
CommitLineData
cb6250fa
TJ
1New in 0.11
2-----------
c201f80f
TJ
3* Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
4* Async write support. Linux only and no error handling.
cb6250fa
TJ
5* Detection of R-type chips
6* FTDIChip-ID read support (Peter Holik)
7
177df8fc
TJ
8New in 0.10
9-----------
10* Examples for libftdi_usb_find_all and CBUS mode
11* Fixed ftdi_list_free
12* Small cosmetic changes
13
29bb689c
TJ
14New in 0.9
15----------
16* Fixed build without doxygen
17* Correct .so file library version
18
a01d31e2
TJ
19New in 0.8
20----------
3d7f686e 21* Complete doxygen documentation and examples
08cb09bf 22* Extended FT2232C bitbang mode example code (Max)
474786c0 23* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
85f3c596 24* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
d2f10023 25* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
a01d31e2
TJ
26* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
27
4837f98a
TJ
28New in 0.7
29----------
8ce71b78 30* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
edb82cbf 31* Find all devices by vendor/product id (Tim Ansell and Intra2net)
4837f98a
TJ
32* Documentation updates (Tim Ansell)
33
c3d95b87
TJ
34New in 0.6
35----------
a837e33a
TJ
36* Set library version on .so file again
37* Configurable serial line parameters (Alain Abbas)
fde0a89e 38* Improved filtering of status bytes (Evgeny Sinelnikov)
c4446c36 39* Extended FT2232C support (Uwe Bonnes)
df612d35 40* Small improvement to the baudrate calculation code (Emil)
a837e33a 41* Error handling cleanup (Rogier Wolff and Intra2net)
c3d95b87 42
5efa6083
TJ
43New in 0.5
44----------
45* New autoconf suite
46* pkgconfig support
47* Status byte filtering now works for "big" readbuffer sizes (Thanks Evgeny!)
48* Open device by description and/or serial (Evgeny Sinelnikov)
49* Improved error handling (Evgeny Sinelnikov)
50
51New in 0.4
52----------
53* Fixed filtering of status bytes (Readbuffer size is now 64 bytes)
54* FT2232C support (Steven Turner/FTDI)
55* New baudrate calculation code (Ian Abbott)
56* Automatic detection of chip type
57* Important: ftdi_write_data now returns the bytes written
58* Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
59* Reset internal readbuffer offsets for reset()/purge_buffers()
8ce71b78 60* Small typo fixes (Mark Haemmerling)
5efa6083
TJ
61
62New in 0.3
63----------
5efa6083
TJ
64* Improved read function which takes arbitrary input buffer sizes
65 Attention: Call ftdi_deinit() on exit to free used memory
66* Vastly increased read/write performance (configurable chunksize, default is 4096)
67* Set/get latency timer function working (Thanks Steven Turner/FTDI)
68* Increased library version because the changes require recompilation
69
70
71New in 0.2
72----------
5efa6083
TJ
73* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
74* Implemented basic ftdi_read_data() function
75* EEPROM write fixes
76
77
78New in 0.1
79------------
5efa6083 80* First public release