Updated versions and changelogs

pull/983/head v6.16.2
f4exb 2021-08-08 06:36:18 +02:00
rodzic 5f83d523dc
commit e034a18de1
12 zmienionych plików z 36 dodań i 10 usunięć

Wyświetl plik

@ -1,3 +1,16 @@
sdrangel (6.16.2-1) unstable; urgency=medium
* Pager demod: Add support for character set mapping. PR #966
* Pager demod: Add extra Hebrew charaters. PR #975
* Radio Clock: Add support for WWVB and display daylight saving. PR #968
* Antenna Tools: various additions and enhancements. PR #970
* Satellite Tracker: LOS handling fixes. Issue #893. PR #974
* DATV Mod: Add UDP buffer utiliziation in GUI on Windows. PR #976
* File record. timestamp resolution to milliseconds. Issue #980. PR #981
* Spectrum markers enhancements. Issue #923
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 08 Aug 2021 04:25:47 +0200
sdrangel (6.16.1-1) unstable; urgency=medium
* AIS: fixed window size when scope is visible. PR #962. Issue #981

Wyświetl plik

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "16")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

13
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,16 @@
sdrangel (6.16.2-1) unstable; urgency=medium
* Pager demod: Add support for character set mapping. PR #966
* Pager demod: Add extra Hebrew charaters. PR #975
* Radio Clock: Add support for WWVB and display daylight saving. PR #968
* Antenna Tools: various additions and enhancements. PR #970
* Satellite Tracker: LOS handling fixes. Issue #893. PR #974
* DATV Mod: Add UDP buffer utiliziation in GUI on Windows. PR #976
* File record. timestamp resolution to milliseconds. Issue #980. PR #981
* Spectrum markers enhancements. Issue #923
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 08 Aug 2021 04:25:47 +0200
sdrangel (6.16.1-1) unstable; urgency=medium
* AIS: fixed window size when scope is visible. PR #962. Issue #981

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor PagerDemodPlugin::m_pluginDescriptor = {
PagerDemod::m_channelId,
QStringLiteral("Pager Demodulator"),
QStringLiteral("6.16.1"),
QStringLiteral("6.16.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
FileSink::m_channelId,
QStringLiteral("File Sink"),
QStringLiteral("6.6.2"),
QStringLiteral("6.16.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor RadioClockPlugin::m_pluginDescriptor = {
RadioClock::m_channelId,
QStringLiteral("Radio Clock"),
QStringLiteral("6.16.1"),
QStringLiteral("6.16.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -28,7 +28,7 @@
const PluginDescriptor FileSourcePlugin::m_pluginDescriptor = {
FileSource::m_channelId,
QStringLiteral("File channel source"),
QStringLiteral("6.3.3"),
QStringLiteral("6.16.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor DATVModPlugin::m_pluginDescriptor = {
DATVMod::m_channelId,
QStringLiteral("DATV Modulator"),
QStringLiteral("6.10.3"),
QStringLiteral("6.16.2"),
QStringLiteral("(c) Jon Beniston, M7RCE, Edouard Griffiths, F4EXB. DVB-S2 by G4GUO"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor AntennaToolsPlugin::m_pluginDescriptor = {
AntennaTools::m_featureId,
QStringLiteral("Antenna Tools"),
QStringLiteral("6.12.2"),
QStringLiteral("6.16.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
SatelliteTracker::m_featureId,
QStringLiteral("Satellite Tracker"),
QStringLiteral("6.16.0"),
QStringLiteral("6.16.2"),
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor FileOutputPlugin::m_pluginDescriptor = {
QStringLiteral("FileOutput"),
QStringLiteral("File output"),
QStringLiteral("4.19.0"),
QStringLiteral("6.16.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -31,7 +31,7 @@
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
QStringLiteral("FileInput"),
QStringLiteral("File device input"),
QStringLiteral("6.7.0"),
QStringLiteral("6.16.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,