Updated versions and changelogs

This commit is contained in:
f4exb 2022-12-01 22:02:11 +01:00
parent 8ccdcb7e30
commit 5a0fc37241
22 changed files with 41 additions and 21 deletions

View File

@ -1,3 +1,13 @@
sdrangel (7.8.4-1) unstable; urgency=medium
* Adapt code to Qt6. PR #1518
* Rotator controller: Fix initialisation of serial port. PR #1520
* qo100_datv.py: device dependent log2 decimation
* Feature plugins: Make settings assignments atomic. Part of #1329
* KiwiSDR: implement variable sample rate. Fixes #1523
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 01 Dec 2022 20:50:29 +0100
sdrangel (7.8.3-1) unstable; urgency=medium sdrangel (7.8.3-1) unstable; urgency=medium
* DemodAnalyzer: record audio. Part of #1330 * DemodAnalyzer: record audio. Part of #1330

View File

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

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
sdrangel (7.8.4-1) unstable; urgency=medium
* Adapt code to Qt6. PR #1518
* Rotator controller: Fix initialisation of serial port. PR #1520
* qo100_datv.py: device dependent log2 decimation
* Feature plugins: Make settings assignments atomic. Part of #1329
* KiwiSDR: implement variable sample rate. Fixes #1523
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 01 Dec 2022 20:50:29 +0100
sdrangel (7.8.3-1) unstable; urgency=medium sdrangel (7.8.3-1) unstable; urgency=medium
* DemodAnalyzer: record audio. Part of #1330 * DemodAnalyzer: record audio. Part of #1330

View File

@ -40,8 +40,8 @@ const char *fcd_traits<ProPlus>::displayedName = "FunCube Dongle Pro+";
const char *fcd_traits<Pro>::pluginDisplayedName = "FunCube Pro Input"; const char *fcd_traits<Pro>::pluginDisplayedName = "FunCube Pro Input";
const char *fcd_traits<ProPlus>::pluginDisplayedName = "FunCube Pro+ Input"; const char *fcd_traits<ProPlus>::pluginDisplayedName = "FunCube Pro+ Input";
const char *fcd_traits<Pro>::pluginVersion = "7.8.2"; const char *fcd_traits<Pro>::pluginVersion = "7.8.4";
const char *fcd_traits<ProPlus>::pluginVersion = "7.8.2"; const char *fcd_traits<ProPlus>::pluginVersion = "7.8.4";
const int64_t fcd_traits<Pro>::loLowLimitFreq = 64000000L; const int64_t fcd_traits<Pro>::loLowLimitFreq = 64000000L;
const int64_t fcd_traits<ProPlus>::loLowLimitFreq = 150000L; const int64_t fcd_traits<ProPlus>::loLowLimitFreq = 150000L;

View File

@ -29,7 +29,7 @@
const PluginDescriptor AFCPlugin::m_pluginDescriptor = { const PluginDescriptor AFCPlugin::m_pluginDescriptor = {
AFC::m_featureId, AFC::m_featureId,
QStringLiteral("AFC"), QStringLiteral("AFC"),
QStringLiteral("7.8.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor AISPlugin::m_pluginDescriptor = { const PluginDescriptor AISPlugin::m_pluginDescriptor = {
AIS::m_featureId, AIS::m_featureId,
QStringLiteral("AIS"), QStringLiteral("AIS"),
QStringLiteral("7.0.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor AMBEPlugin::m_pluginDescriptor = { const PluginDescriptor AMBEPlugin::m_pluginDescriptor = {
AMBE::m_featureId, AMBE::m_featureId,
QStringLiteral("AMBE Controller"), QStringLiteral("AMBE Controller"),
QStringLiteral("7.3.1"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor AntennaToolsPlugin::m_pluginDescriptor = { const PluginDescriptor AntennaToolsPlugin::m_pluginDescriptor = {
AntennaTools::m_featureId, AntennaTools::m_featureId,
QStringLiteral("Antenna Tools"), QStringLiteral("Antenna Tools"),
QStringLiteral("7.0.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor APRSPlugin::m_pluginDescriptor = { const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
APRS::m_featureId, APRS::m_featureId,
QStringLiteral("APRS"), QStringLiteral("APRS"),
QStringLiteral("7.8.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = { const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = {
DemodAnalyzer::m_featureId, DemodAnalyzer::m_featureId,
QStringLiteral("Demod Analyzer"), QStringLiteral("Demod Analyzer"),
QStringLiteral("7.8.3"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

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

View File

@ -29,7 +29,7 @@
const PluginDescriptor JogdialControllerPlugin::m_pluginDescriptor = { const PluginDescriptor JogdialControllerPlugin::m_pluginDescriptor = {
JogdialController::m_featureId, JogdialController::m_featureId,
QStringLiteral("Jogdial Controller"), QStringLiteral("Jogdial Controller"),
QStringLiteral("7.0.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor LimeRFEPlugin::m_pluginDescriptor = { const PluginDescriptor LimeRFEPlugin::m_pluginDescriptor = {
LimeRFE::m_featureId, LimeRFE::m_featureId,
QStringLiteral("LimeRFE USB Controller"), QStringLiteral("LimeRFE USB Controller"),
QStringLiteral("7.6.3"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

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

View File

@ -30,7 +30,7 @@
const PluginDescriptor PERTesterPlugin::m_pluginDescriptor = { const PluginDescriptor PERTesterPlugin::m_pluginDescriptor = {
PERTester::m_featureId, PERTester::m_featureId,
QStringLiteral("Packet Error Rate Tester"), QStringLiteral("Packet Error Rate Tester"),
QStringLiteral("7.8.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = { const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = {
Radiosonde::m_featureId, Radiosonde::m_featureId,
QStringLiteral("Radiosonde"), QStringLiteral("Radiosonde"),
QStringLiteral("7.0.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor RigCtlServerPlugin::m_pluginDescriptor = { const PluginDescriptor RigCtlServerPlugin::m_pluginDescriptor = {
RigCtlServer::m_featureId, RigCtlServer::m_featureId,
QStringLiteral("RigCtl Server"), QStringLiteral("RigCtl Server"),
QStringLiteral("7.0.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"), QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = { const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
SatelliteTracker::m_featureId, SatelliteTracker::m_featureId,
QStringLiteral("Satellite Tracker"), QStringLiteral("Satellite Tracker"),
QStringLiteral("7.8.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"), QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = { const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
SimplePTT::m_featureId, SimplePTT::m_featureId,
QStringLiteral("Simple PTT"), QStringLiteral("Simple PTT"),
QStringLiteral("7.8.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = { const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
StarTracker::m_featureId, StarTracker::m_featureId,
QStringLiteral("Star Tracker"), QStringLiteral("Star Tracker"),
QStringLiteral("7.8.0"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

View File

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

View File

@ -32,7 +32,7 @@
const PluginDescriptor KiwiSDRPlugin::m_pluginDescriptor = { const PluginDescriptor KiwiSDRPlugin::m_pluginDescriptor = {
QStringLiteral("KiwiSDR"), QStringLiteral("KiwiSDR"),
QStringLiteral("KiwiSDR input"), QStringLiteral("KiwiSDR input"),
QStringLiteral("7.8.2"), QStringLiteral("7.8.4"),
QStringLiteral("(c) Vort (c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Vort (c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,