summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG12
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog12
3 files changed, 25 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ef06ee28b..fcf30c2bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+sdrangel (5.7.11-1) unstable; urgency=medium
+
+ * Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570
+ * Channel Analyzer: improved baseband thread management
+ * AM demod: improved baseband thread management
+ * DeviceUISet: fixed deleteChannel method in GUI. Fixes #568
+ * Device API: fixes in MIMO case. Fixes #567
+ * Channel Analyzer: let spectrum free running when in free running mode. Issue #571
+ * RemoteInput: do not stop UDP handler when stop. Fixes #563
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 13 Jul 2020 20:45:16 +0200
+
sdrangel (5.7.10-1) unstable; urgency=medium
* ATV demod: fixed initialization issues. Fixes #560
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97976b97a..565f3c2f2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "5")
set(sdrangel_VERSION_MINOR "7")
-set(sdrangel_VERSION_PATCH "10")
+set(sdrangel_VERSION_PATCH "11")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options
diff --git a/debian/changelog b/debian/changelog
index e882cc127..02c84d6de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+sdrangel (5.7.11-1) unstable; urgency=medium
+
+ * Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570
+ * Channel Analyzer: improved baseband thread management
+ * AM demod: improved baseband thread management
+ * DeviceUISet: fixed deleteChannel method in GUI. Fixes #568
+ * Device API: fixes in MIMO case. Fixes #567
+ * Channel Analyzer: let spectrum free running when in free running mode. Issue #571
+ * RemoteInput: do not stop UDP handler when stop. Fixes #563
+
+ -- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 13 Jul 2020 20:45:16 +0200
+
sdrangel (5.7.10-1) unstable; urgency=medium
* ATV demod: fixed initialization issues. Fixes #560