From 5564554e9acdf66bd02fbbc255fc88e79f9e62d6 Mon Sep 17 00:00:00 2001 From: "Theodore A. Roth" Date: Sat, 6 Sep 2003 17:47:16 +0000 Subject: [PATCH] * NEWS: Update for 4.2.0 release. Add note about read/write of fuses support for avr910. * configure.ac (AC_INIT): Set version to 4.2.0. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@365 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 12 +++++++++++- NEWS | 22 +++++++++++++--------- configure.ac | 2 +- 3 files changed, 25 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31c12878..8261b7f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-09-06 Theodore A. Roth + + * AVRDUDE 4.2.0 has been released (cvs release tag is "release_4_2_0"). + +2003-09-06 Theodore A. Roth + + * NEWS: Update for 4.2.0 release. Add note about read/write of fuses + support for avr910. + * configure.ac (AC_INIT): Set version to 4.2.0. + 2003-09-05 Theodore A. Roth [Contributed by Jan-Hinnerk Reichert ] @@ -204,7 +214,7 @@ * configure.ac: Add cvs suffix back to version. * doc/TODO: Add a few items. -2003-04-18 +2003-04-18 Theodore A. Roth * AVRDUDE 4.1.0 has been released (cvs release tag is "release_4_1_0"). diff --git a/NEWS b/NEWS index c6bc5044..4766b625 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,11 @@ Approximate change log for AVRDUDE by version. ---------------------------------------------------------------------- -Current: +Version 4.2.0: + + * Add basic support for reading and writing fuses via SPI with avr910 + programmers. Submitted by + Jan-Hinnerk Reichert . * Perform an auto erase before programming if the flash memory is anywhere specified to be written by any of the -U requests. Old @@ -22,7 +26,7 @@ Current: environments such as emacs. * Fix long-standing timing (verify) problems on Windows platform. - Submitted by Alex Shepherd + Submitted by Alex Shepherd . * Add new file format option - 'm' for "immediate mode." In this case, the filename argument of the -o, -i, or -U options is @@ -36,13 +40,13 @@ Current: Contributed by Rune Christensen . * Add support for the sp12 programmer. Submitted by - Larry Barello + Larry Barello . Version 4.1.0 * Add support for the Bascom SAMPLE programmer. Submitted by - Larry Barello + Larry Barello . * Add support for avr910 type programmers (mcu00100, pavr avr910, etc). @@ -51,16 +55,16 @@ Version 4.1.0 Version 4.0.0 - * Now support Linux - added by "Theodore A. Roth" + * Now support Linux - added by "Theodore A. Roth" . - * Now support Windows - added by "Eric B. 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" - + . * Motorola S-Record support - submitted by "Alexey V.Levdikov " - + . * Support parallel programming on the STK500. Introduce 'pagel' and 'bs2' keywords to the config file for this purpose. @@ -276,4 +280,4 @@ Version 1.3.0 : Version 1.2.2 : - * Initial public release + * Initial public release. diff --git a/configure.ac b/configure.ac index 21e745a8..401ec05a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(avrdude, 4.1.0cvs, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 4.2.0, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST