From 55766f60b8c095622d5db818b20e52dc7d785f98 Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 11 Sep 2019 00:02:46 +0200 Subject: [PATCH] Updated version and changelogs --- CHANGELOG | 8 ++++++++ CMakeLists.txt | 2 +- debian/changelog | 8 ++++++++ scriptsapi/Readme.md | 3 +++ 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7d2c89633..c3b2735c3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +sdrangel (4.11.9-1) unstable; urgency=medium + + * Fixed regression in v4.11.7 due to FIFO system + * Upgraded SerialDV. Removed unused attribute in LocalSink GUI + * Preparatory works for MIMO channels support + + -- Edouard Griffiths, F4EXB Sat, 10 Sep 2019 21:04:06 +0200 + sdrangel (4.11.8-1) unstable; urgency=medium * HackRF: implemented transverter functionality diff --git a/CMakeLists.txt b/CMakeLists.txt index 57b74b643..a58eef70f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # configure version set(sdrangel_VERSION_MAJOR "4") set(sdrangel_VERSION_MINOR "11") -set(sdrangel_VERSION_PATCH "8") +set(sdrangel_VERSION_PATCH "9") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 7d2c89633..c3b2735c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sdrangel (4.11.9-1) unstable; urgency=medium + + * Fixed regression in v4.11.7 due to FIFO system + * Upgraded SerialDV. Removed unused attribute in LocalSink GUI + * Preparatory works for MIMO channels support + + -- Edouard Griffiths, F4EXB Sat, 10 Sep 2019 21:04:06 +0200 + sdrangel (4.11.8-1) unstable; urgency=medium * HackRF: implemented transverter functionality diff --git a/scriptsapi/Readme.md b/scriptsapi/Readme.md index b90086ee0..7f2ad9ecf 100644 --- a/scriptsapi/Readme.md +++ b/scriptsapi/Readme.md @@ -19,6 +19,9 @@ Options are: - `-P` or `--port` listening port (default `8888`) - `-a` or `--address-sdr` SDRangel REST API address (defaults to calling address) - `-p` or `--port-sdr` SDRangel REST API port (default `8091`) + - `-f` or `--tracker-frequency` Absolute frequency the tracker should aim at (in Hz optional) + - `-r` or `--refcorr-limit` Limit of the tracker frequency reference correction. Correction is not apply if error is in this +/- frequency range (Hz, optional, default 1000 Hz) + - `-d` or `--transverter-device` Transverter device index to use for tracker frequency correction (optional) With default options (no parameters) it will listen on all available interfaces including loopback at `127.0.0.1` and at port `8888`. It will identify the SDRangel API address with the first request from SDRangel and connect back at port `8091`.