Note my last few changes.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@485 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean 2005-07-26 05:04:12 +00:00
parent 434ee1d708
commit 36bc2d37df
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2005/07/26 Brian S. Dean <bsd@bsdhome.com>
* 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 <j@uriah.heep.sax.de>
* usb_libusb.c: Catch benign errors when reading the serial #.