diff --git a/ChangeLog b/ChangeLog index 6a3324a1..c69d4974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,31 +1,34 @@ -2006-03-23 Colin O'Flunn - Contributed by Wim Lewis, fix a few typos (patch #4987) - *avrdude.1: Typo fix +2006-03-23 Colin O'Flynn -2006-02-27 Colin O'Flynn - Contributed by Wim Lewis, add support for checking device - signatures in detail (patch #4924 and #4925) - * avrdude.conf.in: Add signatures - * avrpart.c: Set default signature - * avrpart.h: Variable for signature - * config_gram.y: More signature reading - * lexer.l: Define that signatures exist - * main.c: Read signatures and check them against hardware + Contributed by Wim Lewis, fix a few typos (patch #4987) + * avrdude.1: Typo fix -2006-02-21 Joerg Wunsch +2006-02-27 Colin O'Flynn + + Contributed by Wim Lewis, add support for checking device + signatures in detail (patch #4924 and #4925) + * avrdude.conf.in: Add signatures + * avrpart.c: Set default signature + * avrpart.h: Variable for signature + * config_gram.y: More signature reading + * lexer.l: Define that signatures exist + * main.c: Read signatures and check them against hardware + +2006-02-21 Joerg Wunsch * avrdude.conf.in: Fix paged flash write for AT90PWMx (error in datasheet). -2006-01-23 Joerg Wunsch +2006-01-23 Joerg Wunsch * configure.in: Bump version. 2006-01-17 Colin O'Flynn - * main.c: Fixed a typo in safemode variable names, fixed bug 15113 - * avrdude.conf.in : Added BS2 and pagel to M162, Patch 4766 - * main.c, stk500v2.c: Added patch 4804 from eolson@mit.edu - Which stops sck from being writtend needlessly + + * main.c: Fixed a typo in safemode variable names, fixed bug 15113 + * avrdude.conf.in : Added BS2 and pagel to M162, Patch 4766 + * main.c, stk500v2.c: Added patch 4804 from eolson@mit.edu + Which stops sck from being writtend needlessly 2006-01-13 Joerg Wunsch