Skip to content

Commit

Permalink
Updated version changelogs and readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Dec 16, 2021
1 parent 100f6f7 commit 35adc25
Show file tree
Hide file tree
Showing 19 changed files with 61 additions and 17 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
sdrangel (6.17.5-1) unstable; urgency=medium

* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.
Fix #1062. PR #1065
* Implement serialize and deserialize to/from API in Serializable interface. Pre #1050
* SDRplay v1: fixed frequency boundaries in report. Fixes #1061
* Ubuntu build: added qm-module dependencies in the Depend section. Fixes #1063
* Map feature: Add IBP beacons and GRAVES. Display locator not location. PR #1071
* Implemented Channel Marker settings in API. Pre #1050
* RemoteInput: set system UDP buffer length for 250 ms of samples.
RemoteSink: removed UDP Tx delay. Implements #1069
* Increase FIFO size in Remote Sink according to baseband sample rate. Issue #1069. PR #1075
* GUI flavor: save and restore the device item index for the initial set up (R0). Fixes #1066
* MainWindow: use pop_back() to remove last element of vector. Fixes #1070
* Remote source and output: changes and fixes implementing #868
* Rotator controller - Don't round az/el received from Sat Tracker. PR #1076
* Display warnings in ADS-B and DAB if sample rate is too low. PR #1082
* Display OpenGL version in status bar. Displayed in red if less than version 3. PR #1083
* Replaced frequency dials by labels for unmodifiable frequency displays

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 16 Dec 2021 07:46:31 +0100

sdrangel (6.17.4-1) unstable; urgency=medium

* Basic instance save and restore wihth scripts dump.py and config,py
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 "4")
set(sdrangel_VERSION_PATCH "5")
set(sdrangel_VERSION_SUFFIX "")

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

* ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.
Fix #1062. PR #1065
* Implement serialize and deserialize to/from API in Serializable interface. Pre #1050
* SDRplay v1: fixed frequency boundaries in report. Fixes #1061
* Ubuntu build: added qm-module dependencies in the Depend section. Fixes #1063
* Map feature: Add IBP beacons and GRAVES. Display locator not location. PR #1071
* Implemented Channel Marker settings in API. Pre #1050
* RemoteInput: set system UDP buffer length for 250 ms of samples.
RemoteSink: removed UDP Tx delay. Implements #1069
* Increase FIFO size in Remote Sink according to baseband sample rate. Issue #1069. PR #1075
* GUI flavor: save and restore the device item index for the initial set up (R0). Fixes #1066
* MainWindow: use pop_back() to remove last element of vector. Fixes #1070
* Remote source and output: changes and fixes implementing #868
* Rotator controller - Don't round az/el received from Sat Tracker. PR #1076
* Display warnings in ADS-B and DAB if sample rate is too low. PR #1082
* Display OpenGL version in status bar. Displayed in red if less than version 3. PR #1083
* Replaced frequency dials by labels for unmodifiable frequency displays

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 16 Dec 2021 07:46:31 +0100

sdrangel (6.17.4-1) unstable; urgency=medium

* Basic instance save and restore wihth scripts dump.py and config,py
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodadsb/adsbplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
ADSBDemod::m_channelId,
QStringLiteral("ADS-B Demodulator"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demoddab/dabdemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor DABDemodPlugin::m_pluginDescriptor = {
DABDemod::m_channelId,
QStringLiteral("DAB Demodulator"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE. DAB library by Jvan Katwijk"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodvor/vordemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor VORDemodPlugin::m_pluginDescriptor = {
VORDemod::m_channelId,
QStringLiteral("VOR Demodulator"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/remotesource/remotesourceplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
const PluginDescriptor RemoteSourcePlugin::m_pluginDescriptor = {
RemoteSource::m_channelId,
QStringLiteral("Remote channel source"),
QStringLiteral("6.3.3"),
QStringLiteral("6.17.5"),
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("6.17.4"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/map/mapplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
Map::m_featureId,
QStringLiteral("Map"),
QStringLiteral("6.17.4"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/vorlocalizer/vorlocalizerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor VORLocalizerPlugin::m_pluginDescriptor = {
VORLocalizer::m_featureId,
QStringLiteral("VOR Localizer"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/localoutput/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Device start / stop button.

<h3>2: Frequency</h3>

This is the center frequency in Hz sent from the Local Source channel instance and corresponds to the center frequency of transmission. The sub kHz value (000 to 999 Hz) is represented in smaller digits on the right.
This is the center frequency in Hz sent from the Local Source channel instance and corresponds to the center frequency of transmission.

<h3>3: Stream sample rate</h3>

Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/remoteoutput/remoteoutputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor RemoteOutputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteOutput"),
QStringLiteral("Remote device output"),
QStringLiteral("4.19.0"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/fileinput/fileinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
QStringLiteral("FileInput"),
QStringLiteral("File device input"),
QStringLiteral("6.16.2"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/localinput/localinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor LocalInputPlugin::m_pluginDescriptor = {
QStringLiteral("LocalInput"),
QStringLiteral("Local device input"),
QStringLiteral("4.19.0"),
QStringLiteral("4.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/localinput/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Device start / stop button.

<h3>3: Frequency</h3>

This is the center frequency in Hz sent from the Local Sink channel instance and corresponds to the center frequency of reception. The sub kHz value (000 to 999 Hz) is represented in smaller digits on the right.
This is the center frequency in Hz sent from the Local Sink channel instance and corresponds to the center frequency of reception.

<h3>4: Stream sample rate</h3>

Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/remoteinput/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Device start / stop button.

<h3>2: Frequency</h3>

This is the center frequency in Hz sent in the meta data from the remote SDRangel instance and corresponds to the center frequency of reception. The sub kHz value (000 to 999 Hz) is represented in smaller digits on the right.
This is the center frequency in Hz sent in the meta data from the remote SDRangel instance and corresponds to the center frequency of reception.

<h3>3: Stream sample rate</h3>

Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/remoteinput/remoteinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteInput"),
QStringLiteral("Remote device input"),
QStringLiteral("6.17.3"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/sdrplay/sdrplayplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor SDRPlayPlugin::m_pluginDescriptor = {
QStringLiteral("SDRPlay"),
QStringLiteral("SDRPlay RSP1 Input"),
QStringLiteral("4.19.0"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor SigMFFileInputPlugin::m_pluginDescriptor = {
QStringLiteral("SigMFFileInput"),
QStringLiteral("File device input (SigMF)"),
QStringLiteral("6.0.0"),
QStringLiteral("6.17.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 35adc25

Please sign in to comment.