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