Bump version to 6.1; prepare for release.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1291 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2014-03-12 22:34:08 +00:00
parent a341da1fec
commit 3e0b544560
3 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2014-03-12 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* configure.ac (AC_INIT): Bump version to 6.1.
2014-03-12 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* pgm.c (pgm_free): Cleanup police: destroy the p->usbpid

5
NEWS
View File

@ -10,9 +10,6 @@ Current:
* Major changes compared to the previous version:
- Atmel EDBG protocol support added (JTAGICE3, XplainedPro, Atmel-ICE)
* New devices supported:
- ...
* New programmers supported:
- Atmel DFU, using FLIP protocol version 1 (AT90USB and ATmega*U* devices),
or version 2 (Xmega devices)
@ -32,7 +29,7 @@ Current:
- patch #XXXX: xxx
* Internals:
- ...
- (Some) programmers can take a list of USB PIDs now.
Version 6.0:

View File

@ -23,7 +23,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.60)
AC_INIT(avrdude, 6.1-svn-20140226, avrdude-dev@nongnu.org)
AC_INIT(avrdude, 6.1, avrdude-dev@nongnu.org)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST