Prepare for version 5.10.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@931 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
ca6ca5614a
commit
dc0dca7ac6
4
NEWS
4
NEWS
|
@ -5,12 +5,12 @@ 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.10:
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
- bug #28660: Problem with loading intel hex rom files that exceed
|
- bug #28660: Problem with loading intel hex rom files that exceed
|
||||||
0x10000 bytes
|
0x10000 bytes
|
||||||
- see ChangeLog for more details
|
- see ChangeLog for further details
|
||||||
|
|
||||||
* New Features
|
* New Features
|
||||||
- (JTAG ICE / AVR Dragon) apply external reset if JTAG ID could
|
- (JTAG ICE / AVR Dragon) apply external reset if JTAG ID could
|
||||||
|
|
|
@ -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.9svn, avrdude-dev@nongnu.org)
|
AC_INIT(avrdude, 5.10, avrdude-dev@nongnu.org)
|
||||||
|
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
Loading…
Reference in New Issue