From: Thomas Jarosch Date: Mon, 27 Jul 2009 20:31:55 +0000 (+0200) Subject: Updated ChangeLog and AUTHORS X-Git-Tag: v0.17~34 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=388d0297c5540f021d1e9dfa75925e4f8fae03be Updated ChangeLog and AUTHORS --- diff --git a/AUTHORS b/AUTHORS index f325f05..749b185 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ see Changelog for full details: Alex Harford Andrew John Rogers Arnim Läuger + Aurelien Jarno Daniel Kirkham David Challis Emil @@ -26,6 +27,7 @@ see Changelog for full details: Matthijs ten Berge Max Mike Frysinger + Nathan Fraser Peter Holik Rogier Wolff Steven Turner diff --git a/ChangeLog b/ChangeLog index 8e28a76..802e53e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +New in 0.17 - 2009-XX-XX +------------------------ +* Protect against double close of usb device (Nathan Fraser) +* Fix out-of-tree-build in python wrapper (Aurelien Jarno) +* Autoconf and doxygen cleanup (Jim Paris) + New in 0.16 - 2009-05-08 ------------------------ * C++ wrapper: Reopen the device after calling get_strings() in Context::open() (Marek Vavruša and Intra2net)