From 874772dbf5f7cdc37dec54d685a11842d41e6c41 Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Tue, 5 Jan 2016 18:27:21 -0600 Subject: [PATCH] Bugfix release 3.0.1 Wrap up bug fixes in the Hamlib 3.0 branch and push them out. --- NEWS | 8 +++++--- configure.ac | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index a2b72f7f8..219277373 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,16 @@ Hamlib -- History of visible changes. Copyright (C) 2000-2003 Frank Singleton -Copyright (C) 2000-2015 Stephane Fillod, and others +Copyright (C) 2000-2016 Stephane Fillod, and others Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net Version 3.0.1 - 2015-10-?? + 2016-01-06 * Fix kenwood_set_mode for ts590s and mode CW, RTTY or AM. - Tks Tom, DL1JBE + TNX Tom, DL1JBE + * Increase retries for many Kenwood radios. Validate Yaesu newcat + commands. TNX Bill, G4WJS Version 3.0 2015-09-20 diff --git a/configure.ac b/configure.ac index fa16adf9a..1bcf02ce7 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl however, the use of '~' should be fine as apt (others?) will treat dnl it as an earlier version than the actual release. TNX KA6MAL dnl PACKAGE_NAME + " " + PACKAGE_VERSION must not exceed 20 chars! AC_INIT([Hamlib], - [3.0.1~rc1], + [3.0.1], [hamlib-developer@lists.sourceforge.net], [hamlib], [http://www.hamlib.org])