pull/1821/head
George Baltz N3GB 2025-07-29 14:04:16 -04:00
rodzic 1c36377480
commit b4f0a3b4b3
1 zmienionych plików z 3 dodań i 1 usunięć

4
NEWS
Wyświetl plik

@ -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