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