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