mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Updated changelogs and version
This commit is contained in:
parent
d6382fbbaa
commit
647ce8bc67
13
CHANGELOG
13
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 <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
|
||||
|
@ -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
13
debian/changelog
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user