From 1c3f22a872706364d69614ae86706b91819d4b1c Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Sun, 5 Aug 2018 21:11:00 -0500 Subject: [PATCH] Advance to 4.0~git --- NEWS | 27 ++++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e0595d4fa..ecc69c803 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,33 @@ Copyright (C) 2000-2018 Stephane Fillod, and others Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net +Version 4.0 + 2019-??-?? + * API/ABI changes, advance ABI to 4 0 0. + Version 3.3 - 2018-??-?? + 2018-08-12 + * New models, R&S xk2100, TRXMAnager, Meade LX200 + * HTML manual is now generated at 'make dist' so users don't + need GNU Info tools installed. TNX Greg, N1DAM for the suggestion. + * Handle longer udev generated file names up to 512 characters + * Add debug time stamps with new '-Z' option and '--debug-time-stamps' + options to rigctl, rotctl, rigctld, and rotctld utilities. + * rigctld/rotctld continue working after serial or TCP device + disappears. + * Updates and fixes to FT-817, K3, IC-7300, AOR 3030, TM-D710, + OMNI VII, TH-D72, Flrig, TS-590, piHPSDR, TS-2000, and netrigctl. + * Update utility manual pages (section 1) and remove their reference + material from the Info manual so it only needs to be update in one + file. + * Add new general project manual pages (section 7) and edit the Info + manual to match. These should not change much so keeping them in + sync should not be too much of a burden. The Info manual may be + removed at some point in the future. + * Last planned release of the present API/ABI. Future releases will + require recompilation and relinking by client programs using the C + library interface (programs that only use the network daemons should + be unaffected). Version 3.2 2018-03-15 diff --git a/configure.ac b/configure.ac index 1059f8936..e273ef51f 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.3~git], + [4.0~git], [hamlib-developer@lists.sourceforge.net], [hamlib], [http://www.hamlib.org])