mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	Updated versions and changelogs
This commit is contained in:
		
							parent
							
								
									fcd94aaaf8
								
							
						
					
					
						commit
						ac651ff798
					
				
							
								
								
									
										18
									
								
								CHANGELOG
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								CHANGELOG
									
									
									
									
									
								
							@ -1,3 +1,21 @@
 | 
				
			|||||||
 | 
					sdrangel (7.18.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   * New SkyMap feature PR #1986
 | 
				
			||||||
 | 
					   * Add AvailableChannelOrFeatureHandler. PR #1986
 | 
				
			||||||
 | 
					   * Use MainCore code for managing available channel and feature list. PR #1986
 | 
				
			||||||
 | 
					   * Optimize eumerator of origin device PR #1984
 | 
				
			||||||
 | 
					   * Fix SimpltPTT device id; Add "None" Rx/Tx device option PR #1983
 | 
				
			||||||
 | 
					   * Fix LimeSDR MIMO Tx gain mode. PR #1973
 | 
				
			||||||
 | 
					   * Fix GUI handle Startstop message. PR #1973
 | 
				
			||||||
 | 
					   * Speedup compilation on all platforms using ccache. PR #1967
 | 
				
			||||||
 | 
					   * Demod Analyzer plugin: channel selection via api. PR #1956
 | 
				
			||||||
 | 
					   * Sat Tracker: Update default TLEs to latest URLs. PR #1954
 | 
				
			||||||
 | 
					   * Fix failure due to access by null pointer. PR #1952 Issue #1951
 | 
				
			||||||
 | 
					   * Fix frequency calculation for SSB spectrum. PR #1946
 | 
				
			||||||
 | 
					   * File Input: Fix seeking over .wav header. PR #1946
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  -- Edouard Griffiths, F4EXB  <f4exb06@gmail.com>  Sun, 18 Feb 2024 10:46:39 +0100
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdrangel (7.17.3-1) unstable; urgency=medium
 | 
					sdrangel (7.17.3-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   * Map updates: Allow selection of which device to tune to frequency. PR #1911
 | 
					   * Map updates: Allow selection of which device to tune to frequency. PR #1911
 | 
				
			||||||
 | 
				
			|||||||
@ -19,8 +19,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 "17")
 | 
					set(sdrangel_VERSION_MINOR "18")
 | 
				
			||||||
set(sdrangel_VERSION_PATCH "3")
 | 
					set(sdrangel_VERSION_PATCH "0")
 | 
				
			||||||
set(sdrangel_VERSION_SUFFIX "")
 | 
					set(sdrangel_VERSION_SUFFIX "")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# SDRAngel cmake options
 | 
					# SDRAngel cmake options
 | 
				
			||||||
@ -177,6 +177,7 @@ endif()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
find_program(CCACHE "ccache")
 | 
					find_program(CCACHE "ccache")
 | 
				
			||||||
if(CCACHE)
 | 
					if(CCACHE)
 | 
				
			||||||
 | 
					    message(STATUS "Using ccache ${CCACHE}")
 | 
				
			||||||
    set(CMAKE_C_COMPILER_LAUNCHER ${CCACHE})
 | 
					    set(CMAKE_C_COMPILER_LAUNCHER ${CCACHE})
 | 
				
			||||||
    set(CMAKE_CXX_COMPILER_LAUNCHER ${CCACHE})
 | 
					    set(CMAKE_CXX_COMPILER_LAUNCHER ${CCACHE})
 | 
				
			||||||
    if(APPLE)
 | 
					    if(APPLE)
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										18
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,21 @@
 | 
				
			|||||||
 | 
					sdrangel (7.18.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   * New SkyMap feature PR #1986
 | 
				
			||||||
 | 
					   * Add AvailableChannelOrFeatureHandler. PR #1986
 | 
				
			||||||
 | 
					   * Use MainCore code for managing available channel and feature list. PR #1986
 | 
				
			||||||
 | 
					   * Optimize eumerator of origin device PR #1984
 | 
				
			||||||
 | 
					   * Fix SimpltPTT device id; Add "None" Rx/Tx device option PR #1983
 | 
				
			||||||
 | 
					   * Fix LimeSDR MIMO Tx gain mode. PR #1973
 | 
				
			||||||
 | 
					   * Fix GUI handle Startstop message. PR #1973
 | 
				
			||||||
 | 
					   * Speedup compilation on all platforms using ccache. PR #1967
 | 
				
			||||||
 | 
					   * Demod Analyzer plugin: channel selection via api. PR #1956
 | 
				
			||||||
 | 
					   * Sat Tracker: Update default TLEs to latest URLs. PR #1954
 | 
				
			||||||
 | 
					   * Fix failure due to access by null pointer. PR #1952 Issue #1951
 | 
				
			||||||
 | 
					   * Fix frequency calculation for SSB spectrum. PR #1946
 | 
				
			||||||
 | 
					   * File Input: Fix seeking over .wav header. PR #1946
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  -- Edouard Griffiths, F4EXB  <f4exb06@gmail.com>  Sun, 18 Feb 2024 10:46:39 +0100
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdrangel (7.17.3-1) unstable; urgency=medium
 | 
					sdrangel (7.17.3-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   * Map updates: Allow selection of which device to tune to frequency. PR #1911
 | 
					   * Map updates: Allow selection of which device to tune to frequency. PR #1911
 | 
				
			||||||
 | 
				
			|||||||
@ -33,7 +33,7 @@
 | 
				
			|||||||
const PluginDescriptor FreqScannerPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor FreqScannerPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    FreqScanner::m_channelId,
 | 
					    FreqScanner::m_channelId,
 | 
				
			||||||
    QStringLiteral("Frequency Scanner"),
 | 
					    QStringLiteral("Frequency Scanner"),
 | 
				
			||||||
    QStringLiteral("7.17.3"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
					    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
					    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -29,7 +29,7 @@
 | 
				
			|||||||
const PluginDescriptor RadioAstronomyPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor RadioAstronomyPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    RadioAstronomy::m_channelId,
 | 
					    RadioAstronomy::m_channelId,
 | 
				
			||||||
    QStringLiteral("Radio Astronomy"),
 | 
					    QStringLiteral("Radio Astronomy"),
 | 
				
			||||||
    QStringLiteral("7.17.3"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
					    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
					    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -34,7 +34,7 @@
 | 
				
			|||||||
const PluginDescriptor AISPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor AISPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    AIS::m_featureId,
 | 
					    AIS::m_featureId,
 | 
				
			||||||
    QStringLiteral("AIS"),
 | 
					    QStringLiteral("AIS"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
					    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
					    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -34,7 +34,7 @@
 | 
				
			|||||||
const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    APRS::m_featureId,
 | 
					    APRS::m_featureId,
 | 
				
			||||||
    QStringLiteral("APRS"),
 | 
					    QStringLiteral("APRS"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
					    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
					    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -31,7 +31,7 @@
 | 
				
			|||||||
const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    DemodAnalyzer::m_featureId,
 | 
					    DemodAnalyzer::m_featureId,
 | 
				
			||||||
	QStringLiteral("Demod Analyzer"),
 | 
						QStringLiteral("Demod Analyzer"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
	QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
						QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
				
			||||||
	QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
						QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
	true,
 | 
						true,
 | 
				
			||||||
 | 
				
			|||||||
@ -34,7 +34,7 @@
 | 
				
			|||||||
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    GS232Controller::m_featureId,
 | 
					    GS232Controller::m_featureId,
 | 
				
			||||||
    QStringLiteral("Rotator Controller"),
 | 
					    QStringLiteral("Rotator Controller"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
					    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
					    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -34,7 +34,7 @@
 | 
				
			|||||||
const PluginDescriptor PERTesterPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor PERTesterPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    PERTester::m_featureId,
 | 
					    PERTester::m_featureId,
 | 
				
			||||||
    QStringLiteral("Packet Error Rate Tester"),
 | 
					    QStringLiteral("Packet Error Rate Tester"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
					    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
					    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -33,7 +33,7 @@
 | 
				
			|||||||
const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = {
 | 
				
			||||||
    Radiosonde::m_featureId,
 | 
					    Radiosonde::m_featureId,
 | 
				
			||||||
    QStringLiteral("Radiosonde"),
 | 
					    QStringLiteral("Radiosonde"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
					    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
					    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -34,7 +34,7 @@
 | 
				
			|||||||
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    SatelliteTracker::m_featureId,
 | 
					    SatelliteTracker::m_featureId,
 | 
				
			||||||
    QStringLiteral("Satellite Tracker"),
 | 
					    QStringLiteral("Satellite Tracker"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
    QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
 | 
					    QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
 | 
				
			||||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
					    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -31,7 +31,7 @@
 | 
				
			|||||||
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    SimplePTT::m_featureId,
 | 
					    SimplePTT::m_featureId,
 | 
				
			||||||
	QStringLiteral("Simple PTT"),
 | 
						QStringLiteral("Simple PTT"),
 | 
				
			||||||
    QStringLiteral("7.17.2"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
	QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
						QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
				
			||||||
	QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
						QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
	true,
 | 
						true,
 | 
				
			||||||
 | 
				
			|||||||
@ -34,7 +34,7 @@
 | 
				
			|||||||
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    StarTracker::m_featureId,
 | 
					    StarTracker::m_featureId,
 | 
				
			||||||
    QStringLiteral("Star Tracker"),
 | 
					    QStringLiteral("Star Tracker"),
 | 
				
			||||||
    QStringLiteral("7.17.3"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
					    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
					    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -33,7 +33,7 @@
 | 
				
			|||||||
const PluginDescriptor BladeRF2MIMOPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor BladeRF2MIMOPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    QStringLiteral("BladeRF2"),
 | 
					    QStringLiteral("BladeRF2"),
 | 
				
			||||||
	QStringLiteral("BladeRF2 MIMO"),
 | 
						QStringLiteral("BladeRF2 MIMO"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
	QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
						QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
				
			||||||
	QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
						QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
	true,
 | 
						true,
 | 
				
			||||||
 | 
				
			|||||||
@ -34,7 +34,7 @@
 | 
				
			|||||||
const PluginDescriptor LimeSDRMIMOPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor LimeSDRMIMOPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    QStringLiteral("LimeSDR"),
 | 
					    QStringLiteral("LimeSDR"),
 | 
				
			||||||
	QStringLiteral("LimeSDR MIMO"),
 | 
						QStringLiteral("LimeSDR MIMO"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
	QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
						QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
				
			||||||
	QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
						QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
	true,
 | 
						true,
 | 
				
			||||||
 | 
				
			|||||||
@ -34,7 +34,7 @@
 | 
				
			|||||||
const PluginDescriptor PlutoSDRMIMOPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor PlutoSDRMIMOPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    QStringLiteral("PlutoSDR"),
 | 
					    QStringLiteral("PlutoSDR"),
 | 
				
			||||||
	QStringLiteral("PlutoSDR MIMO"),
 | 
						QStringLiteral("PlutoSDR MIMO"),
 | 
				
			||||||
    QStringLiteral("7.17.1"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
	QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
						QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
				
			||||||
	QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
						QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
	true,
 | 
						true,
 | 
				
			||||||
 | 
				
			|||||||
@ -33,7 +33,7 @@
 | 
				
			|||||||
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    QStringLiteral("FileInput"),
 | 
					    QStringLiteral("FileInput"),
 | 
				
			||||||
	QStringLiteral("File device input"),
 | 
						QStringLiteral("File device input"),
 | 
				
			||||||
    QStringLiteral("7.17.3"),
 | 
					    QStringLiteral("7.18.0"),
 | 
				
			||||||
	QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
						QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
				
			||||||
	QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
						QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
	true,
 | 
						true,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user