From b7ec71aae7466907e56ce95ce02b34db814d5673 Mon Sep 17 00:00:00 2001 From: cdfrey Date: Fri, 30 Dec 2005 01:14:50 +0000 Subject: [PATCH] 2005/12/29 - added convenience Makefile in root directory - added Hacking document - minor touchups to README - added caution warning to README, since this release will support delete / overwrite / upload functionality - minor compile order change in Makefile (speed reasons) - added dynamic endpoint discovery to probe.cc - changed claim_interface/set_configuration() function call order in probe.cc based on feedback on the libusb mailing list - added USB discovery code to usbwrap.{h,cc} --- Changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog b/Changelog index ce043b1f..b7decf05 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,16 @@ Release: version 0.0.2 - 2005/??/?? ------------------------------------------------------------------------------ +2005/12/29 + - added convenience Makefile in root directory + - added Hacking document + - minor touchups to README + - added caution warning to README, since this release will support + delete / overwrite / upload functionality + - minor compile order change in Makefile (speed reasons) + - added dynamic endpoint discovery to probe.cc + - changed claim_interface/set_configuration() function call order in + probe.cc based on feedback on the libusb mailing list + - added USB discovery code to usbwrap.{h,cc} 2005/12/23 - fixed packing bug in new upload header struct - renamed CommonField union from data to u to be consistent -- 2.11.4.GIT