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 Aug 4, 2023
1 parent bbc369b commit 8383467
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
sdrangel (7.15.2-1) unstable; urgency=medium

* Fixed some spellings. PR #1742
* Rotator Controller: Use floats for az/el offsets. PR #1744. Fixes #1739
* Switch to codec2-dev repo to access v1.0.3 tag. PR #1746. Fixes #1741
* Move find_package from external/CMakeLists.txt to root CMakeLists.txt. PR #1750
* Have some libraries and plugins built in the Ubuntu package. PR #1750. Fixes #1740
* Remove external projects from .deb. PR #1754. Fixes #1740
* OpenGL code: Clear with alpha=1 to fix #1735. PR #1735
* DSD demod UI: Connect slot 1/2 on/off buttons. PR #1758. Fixes #1752
* Use texture() instead of texture2d() in v330 shaders, so they work on Mac. PR #1759. Fixes #1757

-- Edouard Griffiths, F4EXB <[email protected]> Fri, 04 Aug 2023 01:17:54 +0200

sdrangel (7.15.1-1) unstable; urgency=medium

* Remove comparison of strings and chars. Fix #1713, PR #1718
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 "7")
set(sdrangel_VERSION_MINOR "15")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
sdrangel (7.15.2-1) unstable; urgency=medium

* Fixed some spellings. PR #1742
* Rotator Controller: Use floats for az/el offsets. PR #1744. Fixes #1739
* Switch to codec2-dev repo to access v1.0.3 tag. PR #1746. Fixes #1741
* Move find_package from external/CMakeLists.txt to root CMakeLists.txt. PR #1750
* Have some libraries and plugins built in the Ubuntu package. PR #1750. Fixes #1740
* Remove external projects from .deb. PR #1754. Fixes #1740
* OpenGL code: Clear with alpha=1 to fix #1735. PR #1735
* DSD demod UI: Connect slot 1/2 on/off buttons. PR #1758. Fixes #1752
* Use texture() instead of texture2d() in v330 shaders, so they work on Mac. PR #1759. Fixes #1757

-- Edouard Griffiths, F4EXB <[email protected]> Fri, 04 Aug 2023 01:17:54 +0200

sdrangel (7.15.1-1) unstable; urgency=medium

* Remove comparison of strings and chars. Fix #1713, PR #1718
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demoddsd/dsddemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
DSDDemod::m_channelId,
QStringLiteral("DSD Demodulator"),
QStringLiteral("7.11.0"),
QStringLiteral("7.15.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/gs232controller/gs232controllerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
GS232Controller::m_featureId,
QStringLiteral("Rotator Controller"),
QStringLiteral("7.14.1"),
QStringLiteral("7.15.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 8383467

Please sign in to comment.