From 01322f4d87ba29524f2e69b591f014804fc28cf0 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 15 May 2022 11:21:35 +0200 Subject: [PATCH] Updated version and changelogs --- CHANGELOG | 38 ++++++++++++++++++++++++++++++++++++++ CMakeLists.txt | 2 +- debian/changelog | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index da4329142..526ee5061 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,29 @@ +sdrangel (7.0.0-beta.2) unstable; urgency=medium + + * Fixed remaining v7 branch references + * SSB and NFM demod: do not process samples if channel sample rate is not set yet (==0) + * Added changelog for Debian + + -- Edouard Griffiths, F4EXB Sun, 15 May 2022 09:33:12 +0200 + +sdrangel (7.0.0-beta.1) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-beta.1 + + -- Edouard Griffiths, F4EXB Sat, 14 May 2022 18:33:12 +0200 + +sdrangel (7.0.0-alpha.4) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-alpha.4 + + -- Edouard Griffiths, F4EXB Sat, 14 May 2022 11:33:12 +0200 + +sdrangel (7.0.0-alpha.3) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-alpha.3 + + -- Edouard Griffiths, F4EXB Mon, 2 May 2022 11:33:12 +0200 + sdrangel (6.20.3-1) unstable; urgency=medium * Removed issue templates @@ -7,6 +33,18 @@ sdrangel (6.20.3-1) unstable; urgency=medium -- Edouard Griffiths, F4EXB Wed, 29 Apr 2022 11:33:12 +0200 +sdrangel (7.0.0-alpha.2) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-alpha.2 + + -- Edouard Griffiths, F4EXB Thu, 28 Apr 2022 11:33:12 +0200 + +sdrangel (7.0.0-alpha.1) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-alpha.1 + + -- Edouard Griffiths, F4EXB Tue, 19 Apr 2022 11:33:12 +0200 + sdrangel (6.20.2-1) unstable; urgency=medium * MainCore: signals to notify changes in devices channels and features. Part of #1139 diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d68f3ad4..52b6b32a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) set(sdrangel_VERSION_MAJOR "7") set(sdrangel_VERSION_MINOR "0") set(sdrangel_VERSION_PATCH "0") -set(sdrangel_VERSION_SUFFIX "beta.1") +set(sdrangel_VERSION_SUFFIX "beta.2") # SDRAngel cmake options option(DEBUG_OUTPUT "Print debug messages" OFF) diff --git a/debian/changelog b/debian/changelog index 10d6b098d..ea0245fa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,50 @@ +sdrangel (7.0.0-beta.2) unstable; urgency=medium + + * Fixed remaining v7 branch references + * SSB and NFM demod: do not process samples if channel sample rate is not set yet (==0) + * Added changelog for Debian + + -- Edouard Griffiths, F4EXB Sun, 15 May 2022 09:33:12 +0200 + +sdrangel (7.0.0-beta.1) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-beta.1 + + -- Edouard Griffiths, F4EXB Sat, 14 May 2022 18:33:12 +0200 + +sdrangel (7.0.0-alpha.4) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-alpha.4 + + -- Edouard Griffiths, F4EXB Sat, 14 May 2022 11:33:12 +0200 + +sdrangel (7.0.0-alpha.3) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-alpha.3 + + -- Edouard Griffiths, F4EXB Mon, 2 May 2022 11:33:12 +0200 + +sdrangel (6.20.3-1) unstable; urgency=medium + + * Removed issue templates + * Spectrum markers dialog: fixed issue when there are no histogram markers. Fixes #1200 + * Add qtspeech5-speechd-plugin as a runtime dependency for Debian. PR #1198 + * SDRPlayV3: Take LIF downsampling into account when calculating the final bandwidth. PR #1196 + + -- Edouard Griffiths, F4EXB Wed, 29 Apr 2022 11:33:12 +0200 + +sdrangel (7.0.0-alpha.2) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-alpha.2 + + -- Edouard Griffiths, F4EXB Thu, 28 Apr 2022 11:33:12 +0200 + +sdrangel (7.0.0-alpha.1) unstable; urgency=medium + + * See: https://github.com/f4exb/sdrangel/releases/tag/v7.0.0-alpha.1 + + -- Edouard Griffiths, F4EXB Tue, 19 Apr 2022 11:33:12 +0200 + sdrangel (6.20.3-1) unstable; urgency=medium * Removed issue templates