[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. b53eed7cd34ca5a2457fa
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <n0...@us...> - 2021-02-01 01:54:39
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hamlib -- Ham radio control libraries".
The branch, master has been updated
via b53eed7cd34ca5a2457fa5ae1029e54e913826a9 (commit)
via eaa26af74065a35ce89fbe7b5a960ae88ba25a41 (commit)
from 9d30205174f567e97665fb08f4014b7badb0257f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b53eed7cd34ca5a2457fa5ae1029e54e913826a9
Author: Nate Bargmann <n0...@n0...>
Date: Sun Jan 31 19:53:28 2021 -0600
Advance to 4.2~git
diff --git a/configure.ac b/configure.ac
index 3c4a6ee0..e5800afd 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],
- [4.1~git],
+ [4.2~git],
[ham...@li...],
[hamlib],
[http://www.hamlib.org])
@@ -60,7 +60,7 @@ dnl See README.release on setting these values
# Values given to -version-info when linking. See libtool documentation.
# Set them here to keep c++/Makefile and src/Makefile in sync.
ABI_VERSION=4
-ABI_REVISION=1
+ABI_REVISION=2
ABI_AGE=0
AC_DEFINE_UNQUOTED([ABI_VERSION], [$ABI_VERSION], [Frontend ABI version])
commit eaa26af74065a35ce89fbe7b5a960ae88ba25a41
Author: Nate Bargmann <n0...@n0...>
Date: Sun Jan 31 19:51:46 2021 -0600
Prepare NEWS for 4.1 release
diff --git a/NEWS b/NEWS
index a3fe9bcb..938f29fb 100644
--- a/NEWS
+++ b/NEWS
@@ -7,23 +7,24 @@ Copyright (C) 2000-2020 Michael Black W9MDB, and others
Please send Hamlib bug reports to ham...@li...
Version 4.1
- * rigctld and rigs should be more robust for disconnect problemsy
- * Several fixes for Icom and Yaesu rigs
- * Nobody should need to use rig->caps or rig->state anymore
- If you need a variable added please contact us.
- Note that rig->state abstraction is not implemented yet...no need known
- * New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values
- * New rig_get_function to replace using caps-> function pointers
- * Fix shared library problem with WSJTX, JTDX, and JS8Call
- * New model Barrett 950
+ 2021-01-31
+ * rigctld and rigs should be more robust for disconnect problems
+ * Several fixes for Icom and Yaesu rigs
+ * Nobody should need to use rig->caps or rig->state anymore
+ If you need a variable added please contact us.
+ Note that rig->state abstraction is not implemented yet...no need known
+ * New rig_get_caps_int and rig_get_caps_cptr functions to replace using caps-> values
+ * New rig_get_function to replace using caps-> function pointers
+ * Fix shared library problem with WSJTX, JTDX, and JS8Call
+ * New model Barrett 950
Version 4.0
2020-11-29
* API/ABI changes, advance ABI to 4 0 0.
* Add GPIO and GPION options for DCD. Jeroen Vreeken
* New backend: ELAD FDM DUO. Giovanni, HB9EIK.
- * New RIG_LEVEL_RFPOWER_METER_WATTS level
- * All channel functions now take a vfo argument
+ * New RIG_LEVEL_RFPOWER_METER_WATTS level
+ * All channel functions now take a vfo argument
* New rotator backend: iOptron. Bob, KD8CGH
* New model: Icom IC-R8600. Ekki, DF4OR
* New utility: rigctlcom. Mike, W9MDB
@@ -43,7 +44,7 @@ Version 4.0
* New rig backend for Elecraft K4.
* New rig backend for PowerSDR (Flex and Apache users).
* Many fixes and enhancements. Mike, W9MDB and many contributors
- * PTT port is no longer shared by default, use --set-conf=ptt_share=1 to enable
+ * PTT port is no longer shared by default, use --set-conf=ptt_share=1 to enable
Version 3.3
2018-08-12
-----------------------------------------------------------------------
Summary of changes:
NEWS | 25 +++++++++++++------------
configure.ac | 4 ++--
2 files changed, 15 insertions(+), 14 deletions(-)
hooks/post-receive
--
Hamlib -- Ham radio control libraries
|