From b25ba02aca830895fe63d7aadbfd1918398e463e Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Tue, 17 Jun 2025 21:47:59 -0500 Subject: [PATCH] Update news on Kenwood command terminator fix --- NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 19410006c..aee6e4b92 100644 --- a/NEWS +++ b/NEWS @@ -14,8 +14,11 @@ Version 5.x -- future Version 4.7.0 * 2025-12-01 (target) - * Reduce/repair excess output from cppcheck.sh - mostly cosmetic changes (WIP) - Output from `wc -l cppcheck.log` - 4.6.2: 981 now: 732 + * 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: 732 * Remove dead getopt code. GitHub PR #1709. (TNX Daniele Forsi) * Move rig_cache to separate(calloc) storage. Prepare for other moves. Issue #1420