From b4f0a3b4b3318564217fc0aea9fa558193d41c69 Mon Sep 17 00:00:00 2001 From: George Baltz N3GB Date: Tue, 29 Jul 2025 14:04:16 -0400 Subject: [PATCH] Update NEWS --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9e32531fa..7cf1895e1 100644 --- a/NEWS +++ b/NEWS @@ -14,11 +14,13 @@ Version 5.x -- future Version 4.7.0 * 2025-12-01 (target) + * Functions rig_get_conf, rot_get_conf, amp_get_conf deprecated; + use *_get_conf2() instead. * Fix handling of unprintable characters in kenwood.c that broke radios such as the TM-D710/TM-V71 that use EOM_TH (\r) as the command terminator. (TNX, Lars Kellogg-Stedman and George Baltz). * Reduce/repair excess output from cppcheck.sh - mostly cosmetic changes (WIP) - Output from `wc -l cppcheck.log` - 4.6.2: 981 now: 673 + Output from `wc -l cppcheck.log` - 4.6.2: 981 now: 642 * Remove dead getopt code. GitHub PR #1709. (TNX Daniele Forsi) * Move rig_cache to separate(calloc) storage. Prepare for other moves. Issue #1420