From 062bdd7c339047ecfc8aa6ddc935e6d46e353e3f Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Tue, 16 Feb 2016 21:28:52 +0000 Subject: [PATCH] Prepare release 6.3. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1376 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 4 ++++ NEWS | 8 ++++---- configure.ac | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17240749..4e0b3c42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-02-16 Joerg Wunsch + + * configure.ac: Released version 6.3. + 2016-02-15 Joerg Wunsch patch #8894: Spelling in 6.2 doc diff --git a/NEWS b/NEWS index 0abf9805..7dfbf686 100644 --- a/NEWS +++ b/NEWS @@ -5,14 +5,14 @@ Approximate change log for AVRDUDE by version. (For more detailed changes, see the ChangeLog file.) ---------------------------------------------------------------------- -Current: +Version 6.3: * Major changes compared to the previous version: - Backout of patch #8380: adds 500k 1M 2M baud to ser_posix.c It broke the functionality in too many situations - (bug #46610) + (bug #46610/46483) * New devices supported: @@ -25,13 +25,13 @@ Current: * Bugfixes + - bug #46610: Floating point exception (core dumped) arch linux rpi2 + - bug #46483: version 6.2. ser_open(): can't set attributes for device - patch #8435: Implementing mEDBG CMSIS-DAP protocol - patch #8735: ATtiny28 support in avrdude.conf - patch #8896: Silence cppcheck warnings in 6.2 code - patch #8895: Spelling in 6.2 code - * Internals: - Version 6.2: diff --git a/configure.ac b/configure.ac index 8745d1e7..0c69a10b 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(avrdude, 6.2-20151117, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 6.3, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST