diff --git a/ChangeLog b/ChangeLog index 9978a531..c7203d9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,11 @@ * avrdude.conf.in: Fix typo for devicecode deprecation comment. +2003-03-17 Eric B. Weddington + + * avrdude.conf.in: Add Bascom SAMPLE programmer. + Submitted by Larry Barello + 2003-03-16 Theodore A. Roth * avr.c (avr_read): Use pgm->read_sig_bytes to read signature bytes if diff --git a/NEWS b/NEWS index a7678576..68315edb 100644 --- a/NEWS +++ b/NEWS @@ -6,11 +6,18 @@ Approximate change log for AVRDUDE by version. ---------------------------------------------------------------------- +Version TBD + + * Add support for the Bascom SAMPLE programmer. Submitted by + Larry Barello + + + Version 4.0.0 * Now support Linux - added by "Theodore A. Roth" - * Now support Windows - added by "E. Weddington" + * Now support Windows - added by "Eric B. Weddington" * Use 'configure' scripts to tailor the code to the system avrdude is getting ready to be compiled on - added by "Theodore A. Roth"