X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ChangeLog;h=7bf78f60488f2e6ba5ebec1f949ae2b2a55d37e7;hb=6edfa8630656e7ef86415be67506d4c4ea41c648;hp=8b17f1a4896ee2f90b947a45d08d850bcd7e2e33;hpb=177df8fc3b760cc87524f9d6d55ed3be0e1dce14;p=libftdi diff --git a/ChangeLog b/ChangeLog index 8b17f1a..7bf78f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +New in 0.14 +----------- +* Small fix to the RPM spec file (Uwe Bonnes) +* Grouped flow control and modem status code together (Intra2net) + +New in 0.13 +----------- +* Build .spec file via configure.in (Intra2net) +* Fixed "libusb-config --cflags" call (Mike Frysinger and Intra2net) +* Always set usb configuration (Mike Frysinger and Intra2net) +* Improved libusb-win32 support (Mike Frysinger) + +New in 0.12 +----------- +* Fix build of documentation for "out of tree" builds +* Fix USB config descriptor in the eeprom (Juergen Beisert) +* Ability to purge RX/TX buffers separately (Arnim Läuger) +* Setting of event and error character (Arnim Läuger) +* Poll modem status function (Arnim Läuger and Intra2net) +* Updated documentation and created AUTHORS file + +New in 0.11 +----------- +* Vala bindings helper functions (ftdi_new, ftdi_free, ftdi_list_free2) (Even Nermerson) +* Support for different EEPROM sizes (Andrew John Rogers, andrew@rogerstech.co.uk) +* Async write support. Linux only and no error handling. + You have to enable it via --with-async-mode. +* Detection of R-type chips +* FTDIChip-ID read support (Peter Holik) + New in 0.10 ----------- * Examples for libftdi_usb_find_all and CBUS mode