Updated versions and changelogs

pull/1073/head v6.17.1
f4exb 2021-10-16 23:28:25 +02:00
rodzic dad546eb2e
commit ed4a1532d4
6 zmienionych plików z 20 dodań i 6 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
# https://gist.github.com/NickNaso/0d478f1481686d5bcc868cac06620a60
name: SDRangel CI/CD
on: [push]
on: [push, pull_request]
jobs:
build:
@ -21,8 +21,6 @@ jobs:
QT_ARCH: win64_msvc2019_64,
boost_dl: "${{ github.workspace }}\\downloads\\boost",
lib_dir: "C:\\Libraries",
build_type: "Release",
archiver: "7z a",
generators: Ninja
}
steps:

Wyświetl plik

@ -1,3 +1,11 @@
sdrangel (6.17.1-1) unstable; urgency=medium
* MainWindow: Change Feature UI set when feature tab changes. Fixes #1012
* Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014
* Moved CI/CD MSVC build to Github Actions
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 16 Oct 2021 21:25:21s +0200
sdrangel (6.17.0-1) unstable; urgency=medium
* New Radioastronomy plugin. PR #1011. Implements #191.

Wyświetl plik

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

8
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,11 @@
sdrangel (6.17.1-1) unstable; urgency=medium
* MainWindow: Change Feature UI set when feature tab changes. Fixes #1012
* Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014
* Moved CI/CD MSVC build to Github Actions
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 16 Oct 2021 21:25:21s +0200
sdrangel (6.17.0-1) unstable; urgency=medium
* New Radioastronomy plugin. PR #1011. Implements #191.

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor APTDemodPlugin::m_pluginDescriptor = {
APTDemod::m_channelId,
QStringLiteral("APT Demodulator"),
QStringLiteral("6.16.5"),
QStringLiteral("6.17.1"),
QStringLiteral("(c) Jon Beniston, M7RCE and Aptdec authors"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -32,7 +32,7 @@
const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = {
QStringLiteral("MetisMISO"),
QStringLiteral("Metis MISO"),
QStringLiteral("6.16.3"),
QStringLiteral("6.17.1"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,