Updated version and changelogs

pull/422/head v4.11.9
f4exb 2019-09-11 00:02:46 +02:00
rodzic 0a03c5d587
commit 55766f60b8
4 zmienionych plików z 20 dodań i 1 usunięć

Wyświetl plik

@ -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 <f4exb06@gmail.com> Sat, 10 Sep 2019 21:04:06 +0200
sdrangel (4.11.8-1) unstable; urgency=medium
* HackRF: implemented transverter functionality

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 "8")
set(sdrangel_VERSION_PATCH "9")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

8
debian/changelog vendored
Wyświetl plik

@ -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 <f4exb06@gmail.com> Sat, 10 Sep 2019 21:04:06 +0200
sdrangel (4.11.8-1) unstable; urgency=medium
* HackRF: implemented transverter functionality

Wyświetl plik

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