[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-92-g88abf1fc
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2020-09-05 12:46:43
|
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 88abf1fce346521bc1dc50f82a79982a7e566dfb (commit) from d18196f685bd632ca831c976ed2a50a4f2bdf428 (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 88abf1fce346521bc1dc50f82a79982a7e566dfb Author: Nate Bargmann <n0...@n0...> Date: Sat Sep 5 07:41:37 2020 -0500 Update NEWS diff --git a/NEWS b/NEWS index 6ac54b6f..f056f4df 100644 --- a/NEWS +++ b/NEWS @@ -6,8 +6,8 @@ Copyright (C) 2000-2020 Michael Black W9MDB, and others Please send Hamlib bug reports to ham...@li... -Version 4.0 - 2020-??-?? +Version 4.0-rc1 + 2020-09-05 * 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. @@ -20,14 +20,16 @@ Version 4.0 * Fix a lot of static code analysis errors and warnings. Mike, W9MDB * Rearrange directory structure to put rigs and rotators sources under their own subdirectories. Mike, W9MDB - * rig_get_channel changed to add read_only flag - * rigctl(d) f command also returns VFO now - * caching of vfo, frequency, mode, and ptt speeds up rigctld for all - * caching of kenwood/yaesu "IF" speeds up polling from WSJTX/JTDX - * rig_get_channel now has read_only flag but it still needs to be implemented based on rig behavior - * So if you use rig_get_channel you may get a RIG_ENIMPL error to contact us for fixing it - * New rig backend for Elecraft K4 - * New rig backend for PowerSDR (Flex and Apache users) + * rig_get_channel changed to add read_only flag. + * rigctl(d) f command also returns VFO now. + * caching of vfo, frequency, mode, and ptt speeds up rigctld for all. + * caching of kenwood/yaesu "IF" speeds up polling from WSJTX/JTDX. + * rig_get_channel now has read_only flag but it still needs to be + implemented based on rig behavior, so if you use rig_get_channel you + may get a RIG_ENIMPL error to contact us for fixing it. + * New rig backend for Elecraft K4. + * New rig backend for PowerSDR (Flex and Apache users). + * Many fixes and enhancements. Mike, W9MDB and many contributors Version 3.3 2018-08-12 ----------------------------------------------------------------------- Summary of changes: NEWS | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |