X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ChangeLog;h=974c39d1d0c33c8221cbde1f882b6c5bb856bd17;hb=39042f17371589e295184e71b2c866f6bc0328aa;hp=95ef431ffa3b0574c48012e2e522acf4b9a73931;hpb=1c9c026df9109d8bc6c5e45104fc03cff9827c03;p=libftdi diff --git a/ChangeLog b/ChangeLog index 95ef431..974c39d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +New in 1.0rc2 - 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) +* Documentation updates (Xiaofan Chen) +* See the git history for more changes and fixes + New in 0.20 - 2012-03-19 ------------------------ * Support for FT232H (Uwe Bonnes)