From 966ea1ed07c465bd0ea51a4f1a6c0848086dc30e Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 31 May 2019 09:00:37 +0200 Subject: [PATCH] Debian: updated changelog. Bumped version --- app/main.cpp | 2 +- debian/changelog | 7 +++++++ plugins/channelrx/demodssb/ssbplugin.cpp | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/main.cpp b/app/main.cpp index f197cf1d5..012266bff 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -27,7 +27,7 @@ #include "mainwindow.h" #include "dsp/dsptypes.h" #ifdef _MSC_VER -#define GIT_COMMIT_HASH_STR "v4.8.1" +#define GIT_COMMIT_HASH_STR "v4.8.2" #else #include "sdrangel_version.h" #endif diff --git a/debian/changelog b/debian/changelog index 85aca0559..18ada8839 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sdrangel (4.8.2-1) unstable; urgency=medium + + * SSB demod: fixes + * Audio input: set default volume factor to 1.0 (was 0.15) + + -- Edouard Griffiths, F4EXB Thu, 30 May 2019 20:44:06 +0100 + sdrangel (4.8.1-1) unstable; urgency=medium * Debian: removed udev rules stuff diff --git a/plugins/channelrx/demodssb/ssbplugin.cpp b/plugins/channelrx/demodssb/ssbplugin.cpp index 7698bdc38..9e6a954ac 100644 --- a/plugins/channelrx/demodssb/ssbplugin.cpp +++ b/plugins/channelrx/demodssb/ssbplugin.cpp @@ -9,7 +9,7 @@ const PluginDescriptor SSBPlugin::m_pluginDescriptor = { QString("SSB Demodulator"), - QString("4.5.2"), + QString("4.8.2"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true,