mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-22 17:45:48 -05:00
Updated version and changelogs
This commit is contained in:
parent
8d5dfde3eb
commit
a4a16265a3
@ -1,3 +1,11 @@
|
||||
sdrangel (4.14.14-1) unstable; urgency=medium
|
||||
|
||||
* Add 10 MHz digit to wideband channel plugins. Implements #531
|
||||
* Initialize m_audioSampleRate in constructors where missing. Fixes #554
|
||||
* ATVdemod: AM and horizontal sync fixes. Implements #459
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 01 Jul 2020 18:02:33 +0200
|
||||
|
||||
sdrangel (4.14.13-1) unstable; urgency=medium
|
||||
|
||||
* Remote input: adjust buffer size depending on sample rate. Implements #534
|
||||
|
@ -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 "13")
|
||||
set(sdrangel_VERSION_PATCH "14")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
sdrangel (4.14.14-1) unstable; urgency=medium
|
||||
|
||||
* Add 10 MHz digit to wideband channel plugins. Implements #531
|
||||
* Initialize m_audioSampleRate in constructors where missing. Fixes #554
|
||||
* ATVdemod: AM and horizontal sync fixes. Implements #459
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 01 Jul 2020 18:02:33 +0200
|
||||
|
||||
sdrangel (4.14.13-1) unstable; urgency=medium
|
||||
|
||||
* Remote input: adjust buffer size depending on sample rate. Implements #534
|
||||
|
@ -26,7 +26,7 @@
|
||||
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
|
||||
ChannelAnalyzer::m_channelId,
|
||||
QString("Channel Analyzer"),
|
||||
QString("4.14.10"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -11,7 +11,7 @@
|
||||
const PluginDescriptor AMDemodPlugin::m_pluginDescriptor = {
|
||||
AMDemod::m_channelId,
|
||||
QString("AM Demodulator"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@ const PluginDescriptor ATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
ATVDemod::m_channelId,
|
||||
QString("ATV Demodulator"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) F4HKW for F4EXB / SDRAngel"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor BFMPlugin::m_pluginDescriptor = {
|
||||
BFMDemod::m_channelId,
|
||||
QString("Broadcast FM Demodulator"),
|
||||
QString("4.14.6"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
DATVDemod::m_channelId,
|
||||
QString("DATV Demodulator"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
|
||||
DSDDemod::m_channelId,
|
||||
QString("DSD Demodulator"),
|
||||
QString("4.14.9"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor FreeDVPlugin::m_pluginDescriptor = {
|
||||
FreeDVDemod::m_channelId,
|
||||
QString("FreeDV Demodulator"),
|
||||
QString("4.14.6"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -12,7 +12,7 @@
|
||||
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
|
||||
SSBDemod::m_channelId,
|
||||
QString("SSB Demodulator"),
|
||||
QString("4.14.6"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -13,7 +13,7 @@
|
||||
const PluginDescriptor WFMPlugin::m_pluginDescriptor = {
|
||||
WFMDemod::m_channelId,
|
||||
QString("WFM Demodulator"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor UDPSinkPlugin::m_pluginDescriptor = {
|
||||
UDPSink::m_channelId,
|
||||
QString("UDP Channel Sink"),
|
||||
QString("4.14.6"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor ATVModPlugin::m_pluginDescriptor = {
|
||||
ATVMod::m_channelId,
|
||||
QString("ATV Modulator"),
|
||||
QString("4.12.3"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor FreeDVModPlugin::m_pluginDescriptor = {
|
||||
FreeDVMod::m_channelId,
|
||||
QString("FreeDV Modulator"),
|
||||
QString("4.14.6"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor WFMModPlugin::m_pluginDescriptor = {
|
||||
WFMMod::m_channelId,
|
||||
QString("WFM Modulator"),
|
||||
QString("4.12.3"),
|
||||
QString("4.12.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor UDPSourcePlugin::m_pluginDescriptor = {
|
||||
UDPSource::m_channelId,
|
||||
QString("UDP Channel Source"),
|
||||
QString("4.14.6"),
|
||||
QString("4.14.14"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user