[Hamlib-commits] Hamlib -- Ham radio control libraries annotated tag 4.5.1 created. 4.5.1
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <n0...@us...> - 2022-12-08 16:47:30
|
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 annotated tag, 4.5.1 has been created
at 4504d86bec77ec0cbaa3aabf0e093cb6597a2ad9 (tag)
tagging 75fbd097b1508e0a29b80206e193fd45a9a332cf (commit)
replaces 4.5
tagged by Nate Bargmann
on Thu Dec 8 10:44:04 2022 -0600
- Log -----------------------------------------------------------------
Hamlib 4.5.1 release
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQSC1k9rDmfNQfaJu6b7LFEw1VqIGQUCY5IUdQAKCRD7LFEw1VqI
GTxGAKCid+a39lgEr/GG0umzfv7cnXtrwQCePkAKJ0b9C3aXXGvmHzgsS3aYa/A=
=Qay3
-----END PGP SIGNATURE-----
Michael Black (7):
Merge pull request #1137 from PianetaRadio/master
Merge pull request #1148 from PianetaRadio/master
Merge pull request #1161 from mdblack98/master
Merge pull request #1166 from PianetaRadio/master
Merge pull request #1167 from PianetaRadio/master
Merge pull request #1169 from PianetaRadio/master
Merge pull request #1175 from PianetaRadio/master
Mike Black W9MDB (136):
Add ability to enter terminator char for W send_cmd_rx so one can do 'W FA; ;' without a timeout needed
Merge branch 'master' of https://github.com/Hamlib/Hamlib
Update NEWS
Fix space in string compare in flrig.c https://github.com/Hamlib/Hamlib/issues/1134
Small update to newcat.c notes
Add RIG_LEVEL_USB_AF for IC-705, IC-7300, IC-9700, IC-785x, and IC-R8600 In combination with RIG_LEVEL_RF we should be able to create an AGC control for WSJTX and JTDX for example to keep audio levels within a good A/D range automagically https://github.com/Hamlib/Hamlib/issues/1135
Update simicom9700.c
Fix LEVEL_USB_AF https://github.com/Hamlib/Hamlib/issues/1135
Remove debug from misc.c
IC7300 cannot get powerstat so use get_freq instead. There are likely more Icom rigs like this
Add AGC_OFF to IC7300 agc levels
Add simft747gx.c
Add AGC_TIME to IC-7300, IC-9700, and IC-705 https://github.com/Hamlib/Hamlib/issues/1136
Update NEWS
Fix flrig get_ptt https://github.com/Hamlib/Hamlib/issues/1138
Add ID 800 for FT710
Add RIG_FUNC_OVF_STATUS for IC-7300, IC-9700, IC-705, IC-R8600
Add RIG_LEVEL_KEYSPD to ts890s.c https://github.com/Hamlib/Hamlib/issues/1139
Fix dummy_set_split_freq
Fix if_len in flex6xxx.c https://github.com/Hamlib/Hamlib/issues/1141
Update NEWS
Fix IC-7300 rig power on hopefully https://github.com/Hamlib/Hamlib/issues/1142
Fix NEWS
Fix segfault in icom_get_powerstat
Update simicom9700.c
Fix 5W level of ftdx10.c based on user testing
Improve README.md by adding github and sourceforge info
Add RIG_FUNC_TUNER to flrig.c
Update ftdx10.h power levels
Fix FT-991 level_gran https://github.com/Hamlib/Hamlib/issues/1144
Fix rotctld dumpcaps to expose client rot_type instead of Other
Fix rotctld dumpcaps to expose client rot_type instead of Other https://github.com/Hamlib/Hamlib/issues/1035
Merge branch 'master' of https://github.com/Hamlib/Hamlib
Fix new protocol in rotctl functions to duplicate logic in rigctl new protocol https://github.com/Hamlib/Hamlib/issues/1035
Move rotctl south_zero to new dump protocol section for backwards compatibility https://github.com/Hamlib/Hamlib/issues/1035
Fix backwards compatibility of rotctl with rotctld https://github.com/Hamlib/Hamlib/issues/1035
Fix dumpcap level_gran for Yaesu rigs
Update Makefile.am for Yaesu to include level_gran_yaesu.h
Fix all Icom level_gran values
Fix readonly set_level in flex6xxx.c
Fix level_gran on kenwood rigs https://github.com/Hamlib/Hamlib/issues/1035
Fix dummy ptt_type when ptt_type is specified on command line for rigctl and rigctld https://github.com/Hamlib/Hamlib/issues/888
Add missing level_gran_kenwood.h https://github.com/Hamlib/Hamlib/issues/1035
Fix segfault with ptt_type --- seems to be constant on LHS so can't set it
Update simicom9700.c
Update level_gran_yaesu.h
Fix some dumpcaps warnings in many rigs
Merge branch 'master' of https://github.com/Hamlib/Hamlib
Fix clang warning on callback functions https://github.com/Hamlib/Hamlib/issues/1149
Fix memcsv.c https://github.com/Hamlib/Hamlib/issues/1149
Add MDS 4710 rig
Update NEWS
Add mds.h to mds/Makefile.am
Clean up rest of dumpcap backend warnings
Fix duplicate MODES in g313-win.c
ser_open now sets rts and dtr low on startup https://github.com/Hamlib/Hamlib/issues/1131
Move ser_set_rts/dtr to beggining of serial_setup https://github.com/Hamlib/Hamlib/issues/1131
Update astyle formatting
Fix dumpcaps filter printout to only show valid filters https://github.com/Hamlib/Hamlib/issues/1151
Split MDS 4710/9710
Add astyle.sh to format all .c files
Change minimum timeout on all Kenwood rigs to 500ms -- legacy timeouts were a touch too short for all situations
Update NEWS
Correct NEWS
Fix Xiegu X6100 rig split https://github.com/Hamlib/Hamlib/issues/1152
Update NEWS
Make kenwood a bit more robust to discern between no reply and corrupted/unexpected reply This logic should be usable to use AI mode eventually or share serial splitter line
Improve debug a bit in rig.c so show model and remove unnecessary debug
Change MDS 4710/9710 to Alpha status -- no testing has been done yet
Add data mode and targetable freq/mode to Xiegu X6100 https://github.com/Hamlib/Hamlib/issues/1154
Update icom.h data https://github.com/Hamlib/Hamlib/issues/1154
Add set_mode_with_data and get_mode_with_data to Xiegu G90
Fix rig_send_raw to return bytes read, fill buffer, and also work with fixed length response/null terminator https://github.com/Hamlib/Hamlib/issues/1157
Update NEWS
Add sendraw.c to test directory https://github.com/Hamlib/Hamlib/issues/1157
Fix rigctld showing the real rig agc_levels instead of all levels Fix display of RIG_AGC_OFF Add RIG_AGC_LONG Fix PowerSDR AGC values https://github.com/Hamlib/Hamlib/issues/1155
astyle files
Add AGC levels to ts2000.c and fix AGC Level printout to show index number instead of enumeration number. Add RIG_AGC_LONG and RIG_AGC_ON levels to match rig's capabilities better Still need to allow setting AGC level using mnemonics instead of level value to make it more usable
Add AGC levels to Kenwood rigs that we can verify have them https://github.com/Hamlib/Hamlib/milestone/16
Add send_raw to rigctl
Fix send_raw and add some debug to it https://github.com/Hamlib/Hamlib/issues/1157
Change rigctl send_raw to also require terminator https://github.com/Hamlib/Hamlib/issues/1157
Change rigctl_powerstat message to only show when powerstat shows off and promote to error
Remove misc.h dependency from testrig.h
For FT736 fix set_vfo to also work for VFOB and set split when VFOB is requested https://github.com/Hamlib/Hamlib/issues/1160
For FT736 add TARGETABLE_MODE and fix set_mode to work with VFOB https://github.com/Hamlib/Hamlib/issues/1160
Update codeql due to deprecation
Merge branch 'master' of https://github.com/Hamlib/Hamlib
Update NEWS
Update github actions for deprecation
Remove accidental commit
Fix compilation warning on fifisdr.c
Fix 32-bit compile warning in sprintflst.c
Fix mingw64 warnings
Fix send_raw for Windows https://github.com/Hamlib/Hamlib/issues/1157
Astyle files
Fix logic in dummy.c
Fix rx_range_list2 problem in dx77.x
Fix duplicate targetable_vfo in xiegu.c
Fix frequency check in k3.c
Fix range list in mds.c
Fix compiler warnings
Fix k3.c math.h
Fix misc TS890S items -- thanks to George Baltz N3GB
Update NEWS
Astyle newcat.c
Re-enable O_NDELAY -- slowed things down by about 2X https://github.com/Hamlib/Hamlib/issues/1163
Update NEWS
Fix newcat check for passband nochange https://github.com/Hamlib/Hamlib/issues/1163
Balance the ELAPSED functions
Add netrigctl_send_raw to allow send_raw to work with rigctld https://github.com/Hamlib/Hamlib/issues/1157
astyle newcat.c
Change FT991 write_delay to 5ms -- was seeing many serial errors with 0ms https://github.com/Hamlib/Hamlib/issues/1163
Add SM and KS commands to rigctlcom to work better with DXCommander https://github.com/Hamlib/Hamlib/issues/1170
If mode for VFOB is requested but rig does not have TARGETABLE_MODE then just return VFOA mode https://github.com/Hamlib/Hamlib/issues/1172
Reduce FT991 write_delay to 2ms and post_write_delay to 0ms This works with CAT TOT = 10ms at 38,400 baud https://github.com/Hamlib/Hamlib/issues/1163
For the FT991 change write_delay=0 and post_write_delay=2 https://github.com/Hamlib/Hamlib/issues/1163
Force the FT-991 to 100ms along with FT-DX2000, Ft-891, FT950, FTDX3000/D 10ms was seeing timeouts on some rigs using rigctl https://github.com/Hamlib/Hamlib/issues/1163
Update NEWS
Fix ID for FT991 and FT991 in newcat.c so CAT TOT settings work https://github.com/Hamlib/Hamlib/issues/1163
Add secondary check for rig_model in newcat.c for CAT TOT in case ID command fails https://github.com/Hamlib/Hamlib/issues/1163
Change CAT TOT command in newcat.c to expect a response https://github.com/Hamlib/Hamlib/issues/1163
If rig does not have TARGETABLE_MODE then we return the cached values from VFOA https://github.com/Hamlib/Hamlib/issues/1172
Add RIG_TARGETABLE_MODE to ts890.c https://github.com/Hamlib/Hamlib/issues/1172
Fix Jupiter set_freq problem -- was messing up strlen due to binary format https://github.com/Hamlib/Hamlib/issues/1174
Merge branch 'master' of https://github.com/Hamlib/Hamlib
Fix spelling error in rig.c
Update simftdx3000.c
Add missing calibration tables for TS890S
Merge remote-tracking branch 'origin/master' into Hamlib-4.5.1
Revert "Fix range list in mds.c"
Revert "Change MDS 4710/9710 to Alpha status -- no testing has been done yet"
Revert "Split MDS 4710/9710"
Revert "Add mds.h to mds/Makefile.am"
Revert "Add MDS 4710 rig"
Remove 9710.c
Nate Bargmann (1):
Advance configure.ac to 4.6~git
PianetaRadio (30):
Update netrotctl.c
Update ft991.c
Update newcat.c
Update ft991.c
Merge branch 'Hamlib:master' into master
Update ft991.c
Update newcat.c
Added RIG_FUNC_NB2 get/send func
Added RIG_FUNC_NB2
Update newcat version
NB2
NB2
NB2
NB2
NB2
NB2
NB2
NB2
Update targetable_vfo
NB2
Update targetable_vfo
Update targetable_vfo
Update targetable_vfo
Update targetable_vfo
Update targetable_vfo
Update newcat.c
Update newcat.c
Update
Merge branch 'Hamlib:master' into master
Merge branch 'Hamlib:master' into master
-----------------------------------------------------------------------
hooks/post-receive
--
Hamlib -- Ham radio control libraries
|