Updated versions and changelogs

This commit is contained in:
f4exb 2020-08-01 05:13:55 +02:00
parent e8b454847c
commit 1de1bf4d08
6 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,12 @@
sdrangel (4.14.19-1) unstable; urgency=medium
* DSD Demod: removed DMR Basic Privacy feature. Implements #574
* ATV Modulator: complete vertical sync rework. Implements #578
* ATV: Removed 405 lines and added 819 lines system
* DSDcc: use v1.9.0 in package builds
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 01 Aug 2020 03:11:26 +0200
sdrangel (4.14.18-1) unstable; urgency=medium
* ATV Demod: improvements of HSync and VSync algorithms. Fixes #459

View File

@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# configure version
set(sdrangel_VERSION_MAJOR "4")
set(sdrangel_VERSION_MINOR "14")
set(sdrangel_VERSION_PATCH "18")
set(sdrangel_VERSION_PATCH "19")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
sdrangel (4.14.19-1) unstable; urgency=medium
* DSD Demod: removed DMR Basic Privacy feature. Implements #574
* ATV Modulator: complete vertical sync rework. Implements #578
* ATV: Removed 405 lines and added 819 lines system
* DSDcc: use v1.9.0 in package builds
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 01 Aug 2020 03:11:26 +0200
sdrangel (4.14.18-1) unstable; urgency=medium
* ATV Demod: improvements of HSync and VSync algorithms. Fixes #459

View File

@ -30,7 +30,7 @@ const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor =
{
ATVDemod::m_channelId,
QString("ATV Demodulator"),
QString("4.14.18"),
QString("4.14.19"),
QString("(c) F4HKW for F4EXB / SDRAngel"),
QString("https://github.com/f4exb/sdrangel"),
true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
DSDDemod::m_channelId,
QString("DSD Demodulator"),
QString("4.12.3"),
QString("4.14.19"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,

View File

@ -28,7 +28,7 @@
const PluginDescriptor ATVModPlugin::m_pluginDescriptor = {
ATVMod::m_channelId,
QString("ATV Modulator"),
QString("4.14.14"),
QString("4.14.19"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,