X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ChangeLog;h=ac158d79f8eac4686c0471781204b7cd9f43a168;hp=b402e079e7b1e1091001d2781141af4287888063;hb=1383a2c4d1c056f3ac17ee15ed21e9aab03db1cc;hpb=613bce8b68eb70d0b3cdad101a485683dd5175b7 diff --git a/ChangeLog b/ChangeLog index b402e07..ac158d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +New in 1.0rc1 - 2013-01-XX +----------------------- +* Ported to libusb 1.x (initial work by Jie Zhang) +* Many eeprom handling improvements (Uwe Bonnes, Anders Larsen) +* Renamed pkconfig, library .so etc. files to "libftdi1" (Intra2net) +* ftdi_eeprom is part of libftdi now (Intra2net) + +* New baudrate calculation code + unit tests (Uwe Bonnes and Intra2net) +* Improved python bindings including python3 support (Michel Zou) +* Switched completly to cmake build system (Intra2net) +* eeprom handling now done via get()/set() functions (Uwe Bonnes) +* C++ wrapper: Fixed use-after-free in List::find_all() (Intra2net) +* See the git history for more changes and fixes + +New in 0.20 - 2012-03-19 +------------------------ +* Support for FT232H (Uwe Bonnes) +* Fixed install location of header files (Uwe Bonnes and Intra2net) +* Backported serial_test tool from libftdi 1.x (Uwe Bonnes) + +New in 0.19 - 2011-05-23 +------------------------ +* Make kernel driver detach configurable (Thomas Klose) +* Correct ftdi_poll_modem_status() result code (Tom Saunders) +* cmake build system improvements (Evgeny Sinelnikov) +* Fix uninitialized memory access in async mode (Intra2net) +* Support for FT232R eeprom features (Hermann Kraus) +* Fix size returned by ftdi_read_data (Hermann Kraus) +* C++ wrapper: Fix infinite recursion in set_bitmode (Intra2net) +* Improvements to the python wrapper (Flynn Marquardt and Chris Zeh) + +New in 0.18 - 2010-06-25 +------------------------ +* Add ftdi_eeprom_free() to free allocated memory in eeprom (Wilfried Holzke) +* More generic error message for the FTDI kernel driver (Intra2net) +* Honor CPPFLAGS in python wrapper build (Alexander Lehmann) +* cmake: Fix package creation on 32-bit machines (Uwe Bonnes) +* Fix swig argument constraints (Intra2net) +* Don't segfault if device is closed or ftdi context is invalid (Intra2net) +* Ability to disable build of examples / documentation (Mike Frysinger and Intra2net) +* Fix typo in python wrapper build (Mike Frysinger) +* Autoconf build system improvements (Mike Frysinger) + New in 0.17 - 2009-12-19 ------------------------ * C++ wrapper: Reduced code duplication and small other changes (Intra2net)