This is the post-6.2 state now.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1364 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
f428a6db07
commit
7d2a1c916b
|
@ -1,3 +1,7 @@
|
||||||
|
2015-11-16 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* configure.ac: Bump for post-release 6.2.
|
||||||
|
|
||||||
2015-11-16 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2015-11-16 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
* configure.ac: Released version 6.2.
|
* configure.ac: Released version 6.2.
|
||||||
|
|
13
NEWS
13
NEWS
|
@ -5,6 +5,19 @@ Approximate change log for AVRDUDE by version.
|
||||||
(For more detailed changes, see the ChangeLog file.)
|
(For more detailed changes, see the ChangeLog file.)
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
Current:
|
||||||
|
|
||||||
|
* Major changes compared to the previous version:
|
||||||
|
|
||||||
|
* New devices supported:
|
||||||
|
|
||||||
|
* New programmers supported:
|
||||||
|
|
||||||
|
* Bugfixes
|
||||||
|
|
||||||
|
* Internals:
|
||||||
|
|
||||||
|
|
||||||
Version 6.2:
|
Version 6.2:
|
||||||
|
|
||||||
* Major changes compared to the previous version:
|
* Major changes compared to the previous version:
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(avrdude, 6.2, avrdude-dev@nongnu.org)
|
AC_INIT(avrdude, 6.2-20151117, avrdude-dev@nongnu.org)
|
||||||
|
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
Loading…
Reference in New Issue