Use the correct SH command in newcat_set_rx_bandwidth() and simft710.c
Make sure simft710.c rejects RF command
Update NEWS for Icom and Yaesu fixes
Fix attenuator limit in level_gran_yaesu.h
Fix some obvious errors in newcat.c
Fix attenuator limit in level_gran_yaesu.h
Update IC-9700
Clean up IC-7000, IC-7100, and IC-9100
Tidy up more Icom rigs.
Fixes for IC-705 and IC-905
First uses of icom_[gs]et_clock
Add generalized routines for Icom clock handling
Update IC-9700
Clean up IC-7000, IC-7100, and IC-9100
Tidy up more Icom rigs.
Fixes for IC-705 and IC-905
First uses of icom_[gs]et_clock
Add generalized routines for Icom clock handling
Add support for rigs using the 'Simple CAT' protocol
Quell warning from MinGW; update NEWS for simplecat
Add support for rigs using the 'Simple CAT' protocol
Update NEWS for adding TS-850 get_split_vfo
kenwood: add get_split_vfo to TS-850 backend
Merge GitHub PR #2016
kenwood: add get_split_vfo to TS-850 backend
Add RIG_LEVEL_SWR to K3_LEVEL_ALL
Update NEWS for K3/K4 added SWR level support
Add RIG_LEVEL_SWR to K3_LEVEL_ALL
Update NEWS for Flrig power off & GCC 16 warning
Avoid warnings from gcc-16
Merge GitHub PR #2013
Avoid warnings from gcc-16
Fix 'make doc'
Add Power Off to Flrig backend
Add Power Off to Flrig backend
Update NEWS for FTX-1 fixes
fix: eliminate clarifier read-then-write race condition (Bug 3.1)
fix: use calibration tables for SWR and ALC meter scaling
fix: add meter calibration tables for SWR, ALC, COMP, VD, and ID meters
fix: correct MS meter switch mapping for FTX-1
fix: correct NR level range and SH width documentation per CAT manual
fix: close 4 Hamlib coverage gaps in FTX-1 driver
fix: add RFPOWER_METER, RFPOWER_METER_WATTS, and COMP_METER to FTX-1 rig caps
fix: restore VD_METER and ID_METER to FTX-1 rig caps
fix: correct FBKIN/SBKIN break-in mode detection and control (Bug 1.3)
fix: convert BKINDL between Hamlib tenths-of-dots and SD codes (Bug 2.2)
fix: convert VOXDELAY between Hamlib tenths-of-seconds and VD codes (Bug 2.1)
fix: apply calibration to STRENGTH level instead of returning raw value (Bug 2.3)
fix: correct CTCSS tone table missing 4 tones and shifted indices (Bug 1.1)
fix: correct RM meter command codes for FTX-1 driver (Bug 1.2)
fix: eliminate clarifier read-then-write race condition (Bug 3.1)
fix: use calibration tables for SWR and ALC meter scaling
fix: add meter calibration tables for SWR, ALC, COMP, VD, and ID meters
fix: correct MS meter switch mapping for FTX-1
fix: correct NR level range and SH width documentation per CAT manual
fix: close 4 Hamlib coverage gaps in FTX-1 driver
fix: add RFPOWER_METER, RFPOWER_METER_WATTS, and COMP_METER to FTX-1 rig caps
fix: restore VD_METER and ID_METER to FTX-1 rig caps
fix: correct FBKIN/SBKIN break-in mode detection and control (Bug 1.3)
fix: convert BKINDL between Hamlib tenths-of-dots and SD codes (Bug 2.2)
fix: convert VOXDELAY between Hamlib tenths-of-seconds and VD codes (Bug 2.1)
fix: apply calibration to STRENGTH level instead of returning raw value (Bug 2.3)
fix: correct CTCSS tone table missing 4 tones and shifted indices (Bug 1.1)
fix: correct RM meter command codes for FTX-1 driver (Bug 1.2)
Fix _WIN32 build errors in winradio
Rearrange code to keep the bots happy - avoid bogus "issue"
Fix build error when _WIN32 defined.
Update NEWS for updated ReleaseNotes*.md
Rel notes update
Include Release Notes in tarball
Add support text from release email to RelNotes
Merge GitHub PR #2005
Rel notes update
Include Release Notes in tarball
Add support text from release email to RelNotes
Merge GitHub PR #2003
Try to build indi
Cope with new amplifier code
Cleanup - update NEWS and comments
Fix the fallout of the big cut
The big cut - Remove all old embedded structures
Fix some straggling state references
Mark more deprecated stuff for exclusion and removal
Finish adding #include's for things moving out of rig.h
Finish add includes in rigs/ and rotators/
Add more required includes to rigs/*
Start adding needed(smaller) #includes
And finally, the amplifiers
Convert rotators to heap storage
Mark some data as private and not safe for applications
Mark and #ifndef old structures that will disappear
Stop updating data in deprecated structures
Remove deprecated port references from ampctl.c
Remove references to rig_state_deprecated.
Move rig_state to heap storage.
Deprecate ports in rig_state struct
Remove all code references to (rig|ptt|dcd)port_deprecated.
Use heap storage for all rig ports
Fix line continuation in ampctl.1
Merge GitHub PR #2002