From 647ce8bc67c6c8009d689fefe991d5988cdb977f Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 9 Oct 2019 08:15:11 +0200 Subject: [PATCH] Updated changelogs and version --- CHANGELOG | 13 +++++++++++++ CMakeLists.txt | 2 +- debian/changelog | 13 +++++++++++++ scriptsapi/Readme.md | 8 +++++++- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c3b2735c3..61dab9604 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +sdrangel (4.11.10-1) unstable; urgency=medium + + * Plugins device enumeration optimization + * Scope: added possibility to change trace chunk size + * Upgraded to libbladerf 2019.07 release + * Added a config.py API script to scriptsapi folder + * Added sanity check in HackRF devices enumeration + * Device engines: stop device before channels when going idle + * Fixes to Flatpack build (PR #422) + * More preparatory works for MIMO channels support + + -- Edouard Griffiths, F4EXB Wed, 09 Oct 2019 05:14:22 +0200 + sdrangel (4.11.9-1) unstable; urgency=medium * Fixed regression in v4.11.7 due to FIFO system diff --git a/CMakeLists.txt b/CMakeLists.txt index a58eef70f..6567e8230 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 "9") +set(sdrangel_VERSION_PATCH "10") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index c3b2735c3..61dab9604 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +sdrangel (4.11.10-1) unstable; urgency=medium + + * Plugins device enumeration optimization + * Scope: added possibility to change trace chunk size + * Upgraded to libbladerf 2019.07 release + * Added a config.py API script to scriptsapi folder + * Added sanity check in HackRF devices enumeration + * Device engines: stop device before channels when going idle + * Fixes to Flatpack build (PR #422) + * More preparatory works for MIMO channels support + + -- Edouard Griffiths, F4EXB Wed, 09 Oct 2019 05:14:22 +0200 + sdrangel (4.11.9-1) unstable; urgency=medium * Fixed regression in v4.11.7 due to FIFO system diff --git a/scriptsapi/Readme.md b/scriptsapi/Readme.md index c602befa5..81c94a936 100644 --- a/scriptsapi/Readme.md +++ b/scriptsapi/Readme.md @@ -61,7 +61,13 @@ Important: you should initiate switch over by stopping the active device and not Sends a sequence of commands recorded in a JSON file which is in the form of a list of commands. -Each command is a JSON document with the following keys: +Options are: + + - `-h` or `--help` show help message and exit + - `-a` or `--address` address and port of SDRangel instance. Default is `127.0.0.1:8091` + - `-j` or `--json-file` JSON file containing description of API commands + +Each command in the JSON file is a JSON document with the following keys: - `endpoint`: URL suffix (API function) - mandatory - `method`: HTTP method (GET, PATCH, POST, PUT, DELETE) - mandatory