From: n0nb <n0...@us...> - 2025-09-18 15:43:55
|
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 branch, master has been updated via 5b9ce8c5d10133f3b84775307ebf0ecf15253c7b (commit) from 709b89da5867cec689bf72b4742b8a25eb6adb17 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5b9ce8c5d10133f3b84775307ebf0ecf15253c7b Author: Nate Bargmann <n0...@n0...> Date: Thu Sep 18 10:38:40 2025 -0500 Partially revert commit 9ecd50 Per request from Uwe, DG2YCB, partially revert the commit to close GitHub issue #1013. Ref https://sourceforge.net/p/hamlib/mailman/message/59234352/ diff --git a/rigs/dummy/flrig.c b/rigs/dummy/flrig.c index 6343fb352..94a039b08 100644 --- a/rigs/dummy/flrig.c +++ b/rigs/dummy/flrig.c @@ -144,8 +144,8 @@ struct rig_caps flrig_caps = { RIG_MODEL(RIG_MODEL_FLRIG), .model_name = "FLRig", - .mfg_name = "W1HKJ", - .version = "20250107.1", + .mfg_name = "FLRig", + .version = "20250107.2", .copyright = "LGPL", .status = RIG_STATUS_STABLE, .rig_type = RIG_TYPE_TRANSCEIVER, diff --git a/rigs/dummy/gqrx.c b/rigs/dummy/gqrx.c index b8b8d1b32..cf1f43ca3 100644 --- a/rigs/dummy/gqrx.c +++ b/rigs/dummy/gqrx.c @@ -32,7 +32,7 @@ #include <cal.h> #include "idx_builtin.h" -#define BACKEND_VER "20250718.1" +#define BACKEND_VER "20250718.2" #define TRUE 1 #define FALSE 0 @@ -938,7 +938,7 @@ struct rig_caps gqrx_caps = { RIG_MODEL(RIG_MODEL_GQRX), .model_name = "GQRX", - .mfg_name = "OZ9AEC", + .mfg_name = "GQRX", .version = BACKEND_VER, .copyright = "LGPL", .status = RIG_STATUS_NEW, ----------------------------------------------------------------------- Summary of changes: rigs/dummy/flrig.c | 4 ++-- rigs/dummy/gqrx.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |