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