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 #.