* 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
This commit is contained in:
parent
3827320f15
commit
5367eaf675
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2003-09-06 Theodore A. Roth <troth@openavr.org>
|
||||
|
||||
* AVRDUDE 4.2.0 has been released (cvs release tag is "release_4_2_0").
|
||||
|
||||
2003-09-06 Theodore A. Roth <troth@openavr.org>
|
||||
|
||||
* 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 <troth@openavr.org>
|
||||
[Contributed by Jan-Hinnerk Reichert <jan-hinnerk_reichert@hamburg.de>]
|
||||
|
||||
|
@ -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 <troth@openavr.org>
|
||||
|
||||
* AVRDUDE 4.1.0 has been released (cvs release tag is "release_4_1_0").
|
||||
|
||||
|
|
22
NEWS
22
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 <jan-hinnerk_reichert@hamburg.de>.
|
||||
|
||||
* 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 <ashepherd@wave.co.nz>
|
||||
Submitted by Alex Shepherd <ashepherd@wave.co.nz>.
|
||||
|
||||
* 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 <rune.christensen@adslhome.dk>.
|
||||
|
||||
* Add support for the sp12 programmer. Submitted by
|
||||
Larry Barello <larryba@barrello.net>
|
||||
Larry Barello <larryba@barrello.net>.
|
||||
|
||||
|
||||
Version 4.1.0
|
||||
|
||||
* Add support for the Bascom SAMPLE programmer. Submitted by
|
||||
Larry Barello <larryba@barrello.net>
|
||||
Larry Barello <larryba@barrello.net>.
|
||||
|
||||
* 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" <troth@openavr.org>
|
||||
* Now support Linux - added by "Theodore A. Roth" <troth@openavr.org>.
|
||||
|
||||
* Now support Windows - added by "Eric B. Weddington" <eric@ecentral.com>
|
||||
* Now support Windows - added by "Eric B. Weddington" <eric@ecentral.com>.
|
||||
|
||||
* Use 'configure' scripts to tailor the code to the system avrdude
|
||||
is getting ready to be compiled on - added by "Theodore A. Roth"
|
||||
<troth@openavr.org>
|
||||
<troth@openavr.org>.
|
||||
|
||||
* Motorola S-Record support - submitted by "Alexey V.Levdikov "
|
||||
<tsar@kemford.com>
|
||||
<tsar@kemford.com>.
|
||||
|
||||
* 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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue