From 36bc2d37dfa7123aa3ac5e3a7bd3ef2923b5275a Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Tue, 26 Jul 2005 05:04:12 +0000 Subject: [PATCH] Note my last few changes. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@485 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index 33215fbc..6b640eb7 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -1,3 +1,14 @@ +2005/07/26 Brian S. Dean + + * main.c: + Don't call exit() directly here - set the exit value and jump to the + main_exit: label to ensure the programmer is released correctly. + + * stk500v2.c: + The stk500v2_getsync() function was improperly checking for success, + thus it was falsely reporting that it failed when it was actually + working correctly. Fixed. + 2005-07-25 Joerg Wunsch * usb_libusb.c: Catch benign errors when reading the serial #.