Add ChangeLog and NEWS entry for new Bascom programmer.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@300 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Eric Weddington 2003-03-24 23:02:11 +00:00
parent 4415c52f08
commit 492b7ef1b7
2 changed files with 13 additions and 1 deletions

View File

@ -29,6 +29,11 @@
* avrdude.conf.in: Fix typo for devicecode deprecation comment.
2003-03-17 Eric B. Weddington <eric@umginc.net>
* avrdude.conf.in: Add Bascom SAMPLE programmer.
Submitted by Larry Barello <larryba@barrello.net>
2003-03-16 Theodore A. Roth <troth@openavr.org>
* avr.c (avr_read): Use pgm->read_sig_bytes to read signature bytes if

9
NEWS
View File

@ -6,11 +6,18 @@ Approximate change log for AVRDUDE by version.
----------------------------------------------------------------------
Version TBD
* Add support for the Bascom SAMPLE programmer. Submitted by
Larry Barello <larryba@barrello.net>
Version 4.0.0
* Now support Linux - added by "Theodore A. Roth" <troth@openavr.org>
* Now support Windows - added by "E. Weddington" <eric@umginc.net>
* Now support Windows - added by "Eric B. Weddington" <eric@umginc.net>
* Use 'configure' scripts to tailor the code to the system avrdude
is getting ready to be compiled on - added by "Theodore A. Roth"