Updated version changelogs and readmes

This commit is contained in:
f4exb 2021-12-16 10:32:52 +01:00
parent 100f6f7f86
commit 35adc25450
19 changed files with 61 additions and 17 deletions

View File

@ -1,3 +1,25 @@
sdrangel (6.17.5-1) unstable; urgency=medium
* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.
Fix #1062. PR #1065
* Implement serialize and deserialize to/from API in Serializable interface. Pre #1050
* SDRplay v1: fixed frequency boundaries in report. Fixes #1061
* Ubuntu build: added qm-module dependencies in the Depend section. Fixes #1063
* Map feature: Add IBP beacons and GRAVES. Display locator not location. PR #1071
* Implemented Channel Marker settings in API. Pre #1050
* RemoteInput: set system UDP buffer length for 250 ms of samples.
RemoteSink: removed UDP Tx delay. Implements #1069
* Increase FIFO size in Remote Sink according to baseband sample rate. Issue #1069. PR #1075
* GUI flavor: save and restore the device item index for the initial set up (R0). Fixes #1066
* MainWindow: use pop_back() to remove last element of vector. Fixes #1070
* Remote source and output: changes and fixes implementing #868
* Rotator controller - Don't round az/el received from Sat Tracker. PR #1076
* Display warnings in ADS-B and DAB if sample rate is too low. PR #1082
* Display OpenGL version in status bar. Displayed in red if less than version 3. PR #1083
* Replaced frequency dials by labels for unmodifiable frequency displays
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 16 Dec 2021 07:46:31 +0100
sdrangel (6.17.4-1) unstable; urgency=medium
* Basic instance save and restore wihth scripts dump.py and config,py

View File

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "17")
set(sdrangel_VERSION_PATCH "4")
set(sdrangel_VERSION_PATCH "5")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

22
debian/changelog vendored
View File

@ -1,3 +1,25 @@
sdrangel (6.17.5-1) unstable; urgency=medium
* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.
Fix #1062. PR #1065
* Implement serialize and deserialize to/from API in Serializable interface. Pre #1050
* SDRplay v1: fixed frequency boundaries in report. Fixes #1061
* Ubuntu build: added qm-module dependencies in the Depend section. Fixes #1063
* Map feature: Add IBP beacons and GRAVES. Display locator not location. PR #1071
* Implemented Channel Marker settings in API. Pre #1050
* RemoteInput: set system UDP buffer length for 250 ms of samples.
RemoteSink: removed UDP Tx delay. Implements #1069
* Increase FIFO size in Remote Sink according to baseband sample rate. Issue #1069. PR #1075
* GUI flavor: save and restore the device item index for the initial set up (R0). Fixes #1066
* MainWindow: use pop_back() to remove last element of vector. Fixes #1070
* Remote source and output: changes and fixes implementing #868
* Rotator controller - Don't round az/el received from Sat Tracker. PR #1076
* Display warnings in ADS-B and DAB if sample rate is too low. PR #1082
* Display OpenGL version in status bar. Displayed in red if less than version 3. PR #1083
* Replaced frequency dials by labels for unmodifiable frequency displays
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 16 Dec 2021 07:46:31 +0100
sdrangel (6.17.4-1) unstable; urgency=medium
* Basic instance save and restore wihth scripts dump.py and config,py

View File

@ -30,7 +30,7 @@
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
ADSBDemod::m_channelId,
QStringLiteral("ADS-B Demodulator"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor DABDemodPlugin::m_pluginDescriptor = {
DABDemod::m_channelId,
QStringLiteral("DAB Demodulator"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE. DAB library by Jvan Katwijk"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor VORDemodPlugin::m_pluginDescriptor = {
VORDemod::m_channelId,
QStringLiteral("VOR Demodulator"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -28,7 +28,7 @@
const PluginDescriptor RemoteSourcePlugin::m_pluginDescriptor = {
RemoteSource::m_channelId,
QStringLiteral("Remote channel source"),
QStringLiteral("6.3.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
GS232Controller::m_featureId,
QStringLiteral("Rotator Controller"),
QStringLiteral("6.17.4"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
Map::m_featureId,
QStringLiteral("Map"),
QStringLiteral("6.17.4"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor VORLocalizerPlugin::m_pluginDescriptor = {
VORLocalizer::m_featureId,
QStringLiteral("VOR Localizer"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -17,7 +17,7 @@ Device start / stop button.
<h3>2: Frequency</h3>
This is the center frequency in Hz sent from the Local Source channel instance and corresponds to the center frequency of transmission. The sub kHz value (000 to 999 Hz) is represented in smaller digits on the right.
This is the center frequency in Hz sent from the Local Source channel instance and corresponds to the center frequency of transmission.
<h3>3: Stream sample rate</h3>

View File

@ -31,7 +31,7 @@
const PluginDescriptor RemoteOutputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteOutput"),
QStringLiteral("Remote device output"),
QStringLiteral("4.19.0"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -31,7 +31,7 @@
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
QStringLiteral("FileInput"),
QStringLiteral("File device input"),
QStringLiteral("6.16.2"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -31,7 +31,7 @@
const PluginDescriptor LocalInputPlugin::m_pluginDescriptor = {
QStringLiteral("LocalInput"),
QStringLiteral("Local device input"),
QStringLiteral("4.19.0"),
QStringLiteral("4.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -17,7 +17,7 @@ Device start / stop button.
<h3>3: Frequency</h3>
This is the center frequency in Hz sent from the Local Sink channel instance and corresponds to the center frequency of reception. The sub kHz value (000 to 999 Hz) is represented in smaller digits on the right.
This is the center frequency in Hz sent from the Local Sink channel instance and corresponds to the center frequency of reception.
<h3>4: Stream sample rate</h3>

View File

@ -29,7 +29,7 @@ Device start / stop button.
<h3>2: Frequency</h3>
This is the center frequency in Hz sent in the meta data from the remote SDRangel instance and corresponds to the center frequency of reception. The sub kHz value (000 to 999 Hz) is represented in smaller digits on the right.
This is the center frequency in Hz sent in the meta data from the remote SDRangel instance and corresponds to the center frequency of reception.
<h3>3: Stream sample rate</h3>

View File

@ -31,7 +31,7 @@
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteInput"),
QStringLiteral("Remote device input"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -31,7 +31,7 @@
const PluginDescriptor SDRPlayPlugin::m_pluginDescriptor = {
QStringLiteral("SDRPlay"),
QStringLiteral("SDRPlay RSP1 Input"),
QStringLiteral("4.19.0"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -31,7 +31,7 @@
const PluginDescriptor SigMFFileInputPlugin::m_pluginDescriptor = {
QStringLiteral("SigMFFileInput"),
QStringLiteral("File device input (SigMF)"),
QStringLiteral("6.0.0"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,