X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ChangeLog;h=e959e300b9ff246ddda051d31afe45372dc435fd;hb=2251855f63aa07d621fb4461fbd25bfba74932b0;hp=b01901df519f24aca39afbe91caf4813e0a202ca;hpb=cef378aaa2ce0a2e480d0fed4d86aaa80b4ad5af;p=libftdi diff --git a/ChangeLog b/ChangeLog index b01901d..e959e30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,24 @@ +New in 0.13 +----------- +* Fixed "libusb-config --cflags" call +* Always set usb configuration (Mike Frysinger) +* 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-code. + You have to enable it via --with-async-mode. * Detection of R-type chips * FTDIChip-ID read support (Peter Holik)