AVRDUDE 5.8 is around the corner.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@838 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
490ae0bb19
commit
a1a6149f64
|
@ -1,3 +1,7 @@
|
||||||
|
2009-07-11 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* configure.ac: Prepare for releasing version 5.8
|
||||||
|
|
||||||
2009-07-11 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2009-07-11 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
Submitted by Roger Wolff:
|
Submitted by Roger Wolff:
|
||||||
|
|
|
@ -5,12 +5,10 @@ Approximate change log for AVRDUDE by version.
|
||||||
(For more detailed changes, see the ChangeLog file.)
|
(For more detailed changes, see the ChangeLog file.)
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
Current:
|
Version 5.8:
|
||||||
|
|
||||||
* New devices supported:
|
|
||||||
|
|
||||||
* New programmers supported:
|
|
||||||
|
|
||||||
|
* Bugfixes; most importantly, fix a serious memory corruption for
|
||||||
|
that JTAG ICE mkII and AVR Dragon in ISP/HVSP/PP mode.
|
||||||
|
|
||||||
Version 5.7:
|
Version 5.7:
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT(avrdude, 5.8cvs, avrdude-dev@nongnu.org)
|
AC_INIT(avrdude, 5.8, avrdude-dev@nongnu.org)
|
||||||
|
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
Loading…
Reference in New Issue