libftdi: (tomj) make async code optional
[libftdi] / ChangeLog
... / ...
CommitLineData
1New in 0.11
2-----------
3* Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk)
4* Async write support. Linux only and no error handling.
5 You have to enable it via --with-async-code.
6* Detection of R-type chips
7* FTDIChip-ID read support (Peter Holik)
8
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
15New in 0.9
16----------
17* Fixed build without doxygen
18* Correct .so file library version
19
20New in 0.8
21----------
22* Complete doxygen documentation and examples
23* Extended FT2232C bitbang mode example code (Max)
24* ftdi_usb_get_strings function to get device ID strings (Matthijs ten Berge)
25* Fix ftdi_read_pins on PowerPC systems (Thomas Fischl)
26* Automatically detach ftdi_sio kernel driver (Uwe Bonnes and Intra2net)
27* Configurable flow control (Lorenz Moesenlechner and Matthias Kranz)
28
29New in 0.7
30----------
31* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
32* Find all devices by vendor/product id (Tim Ansell and Intra2net)
33* Documentation updates (Tim Ansell)
34
35New in 0.6
36----------
37* Set library version on .so file again
38* Configurable serial line parameters (Alain Abbas)
39* Improved filtering of status bytes (Evgeny Sinelnikov)
40* Extended FT2232C support (Uwe Bonnes)
41* Small improvement to the baudrate calculation code (Emil)
42* Error handling cleanup (Rogier Wolff and Intra2net)
43
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()
61* Small typo fixes (Mark Haemmerling)
62
63New in 0.3
64----------
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----------
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------------
81* First public release