Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Oct 16, 2021
1 parent dad546e commit ed4a153
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sdrangel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://gist.github.com/NickNaso/0d478f1481686d5bcc868cac06620a60
name: SDRangel CI/CD

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodapt/aptdemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/metismiso/metismisoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed4a153

Please sign in to comment.