[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. c0c941a9d0d942fe374b6
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-09-20 16:15:09
|
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 c0c941a9d0d942fe374b607ff48a827c0d15017e (commit) from f7ca1a90fdde989d91fd3edab737751e04734aa7 (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 c0c941a9d0d942fe374b607ff48a827c0d15017e Author: Mike Black W9MDB <mdb...@ya...> Date: Mon Sep 20 11:14:46 2021 -0500 Update NEWS diff --git a/NEWS b/NEWS index 57f1e974..8d172c9d 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,29 @@ Please send Hamlib bug reports to ham...@li... Version 4.4 * 2021-??-?? * Icom rigs now default filter 2 when setting PKTUSB but user can override + * Fix FTDX9000 meter readings + +Version 4.3.1 + * 2021-09-14 + * Bug fix release + - Do not do vfo_fixup on satmode rigs + - Fix compilation of misc.c with gmtime_r replacement function for + mingw + - Fix python build. For some reason casting tp vfo_t in the + RIG_VFO_N macro broke the swig parsing + - Append the missing information to build hamlib v4.3 for Android + NDK + - Change set_icom_set_mode_with_data to not change mode unless + necessary + - Since Icom rigs default to filter 2 if a filter is not selected + we will do the same when turning on data mode + - Fix segfault in kenwood_set_vfo + - scripts: Update example in readme, since 4.0 817 is 1020 + - Make testlibusb.c compatible with libusb < 1.0.23 + Note: On systems with libusb < 1.0.23 a warning will be emmitted + but compliation should proceed without error. + - Update testlibusb.c warning to "may be" instead of "will be" + - Change kenwood to only set VFOA default on 1st rig_open call Version 4.3 * 2021-09-01 ----------------------------------------------------------------------- Summary of changes: NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) hooks/post-receive -- Hamlib -- Ham radio control libraries |