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