Updated changelogs and version

pull/426/head
f4exb 2019-10-09 08:15:11 +02:00
rodzic d6382fbbaa
commit 647ce8bc67
4 zmienionych plików z 34 dodań i 2 usunięć

Wyświetl plik

@ -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 <f4exb06@gmail.com> 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

Wyświetl plik

@ -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

13
debian/changelog vendored
Wyświetl plik

@ -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 <f4exb06@gmail.com> 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

Wyświetl plik

@ -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