mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Updated version and changelogs
This commit is contained in:
parent
928a4c76e0
commit
c915f41031
10
CHANGELOG
10
CHANGELOG
@ -1,3 +1,11 @@
|
|||||||
|
sdrangel (7.1.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Support LimeRFE wtih a new feature plugin. Implements #1251
|
||||||
|
* Fixed auto stack workspaces status save/restore
|
||||||
|
* Fix typing errors in readme's. PR #1253
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 22 May 2022 22:24:21 +0200
|
||||||
|
|
||||||
sdrangel (7.0.1-1) unstable; urgency=medium
|
sdrangel (7.0.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Added ability to build a package for MacOS. PR #1249
|
* Added ability to build a package for MacOS. PR #1249
|
||||||
@ -9,7 +17,7 @@ sdrangel (7.0.1-1) unstable; urgency=medium
|
|||||||
* Save/restore auto-stack function in workspaces. Part of #1250
|
* Save/restore auto-stack function in workspaces. Part of #1250
|
||||||
* Fixed ButtonSwitch background color with stylesheets
|
* Fixed ButtonSwitch background color with stylesheets
|
||||||
|
|
||||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 19 May 2022 26:02:31 +0200
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 19 May 2022 16:02:31 +0200
|
||||||
|
|
||||||
sdrangel (7.0.0-1) unstable; urgency=medium
|
sdrangel (7.0.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
|
|
||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "7")
|
set(sdrangel_VERSION_MAJOR "7")
|
||||||
set(sdrangel_VERSION_MINOR "0")
|
set(sdrangel_VERSION_MINOR "1")
|
||||||
set(sdrangel_VERSION_PATCH "1")
|
set(sdrangel_VERSION_PATCH "0")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
sdrangel (7.1.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Support LimeRFE wtih a new feature plugin. Implements #1251
|
||||||
|
* Fixed auto stack workspaces status save/restore
|
||||||
|
* Fix typing errors in readme's. PR #1253
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 22 May 2022 22:24:21 +0200
|
||||||
|
|
||||||
sdrangel (7.0.1-1) unstable; urgency=medium
|
sdrangel (7.0.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Added ability to build a package for MacOS. PR #1249
|
* Added ability to build a package for MacOS. PR #1249
|
||||||
|
Loading…
Reference in New Issue
Block a user