mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	Updated versions and changelogs
This commit is contained in:
		
							parent
							
								
									bf837e0e02
								
							
						
					
					
						commit
						ae5dc866c7
					
				| @ -1,5 +1,10 @@ | |||||||
| sdrangel (7.22.3-1) unstable; urgency=medium | sdrangel (7.22.3-1) unstable; urgency=medium | ||||||
| 
 | 
 | ||||||
|  |     * Add deb dependencies for pipewire. PR #2314 | ||||||
|  |     * Added compilation options for WebAssembly. PR #2313 | ||||||
|  |     * ADS-B: Use settings keys. PR #2310 | ||||||
|  |     * AIS Demod: Remove spacing around messages. PR #2310 | ||||||
|  |     * Freuqency Scanner: Add multiplex mode. PR #2310 | ||||||
|     * Build snap, MAC, Windows and Ubuntu .deb with Github actions. Various PRs |     * Build snap, MAC, Windows and Ubuntu .deb with Github actions. Various PRs | ||||||
|     * Server: Use Sink/MIMO signals rather than Source. Part of #2294. PR #2304 |     * Server: Use Sink/MIMO signals rather than Source. Part of #2294. PR #2304 | ||||||
|     * Updated some Python scripts to Python3. PR #2298 |     * Updated some Python scripts to Python3. PR #2298 | ||||||
| @ -13,6 +18,8 @@ sdrangel (7.22.3-1) unstable; urgency=medium | |||||||
|     * Update Qt optional packages for 6.8 , PR #2287 |     * Update Qt optional packages for 6.8 , PR #2287 | ||||||
|     * Use Qt 6.8 for Windows build. PR #2287 |     * Use Qt 6.8 for Windows build. PR #2287 | ||||||
| 
 | 
 | ||||||
|  | -- Edouard Griffiths, F4EXB  <f4exb06@gmail.com>  Sat, 09 Nov 2024 17:30:44 +0100 | ||||||
|  | 
 | ||||||
| sdrangel (7.22.2-1) unstable; urgency=medium | sdrangel (7.22.2-1) unstable; urgency=medium | ||||||
| 
 | 
 | ||||||
|     * ChirpChat: increased preamble symbols limit from 20 to 32. Fixes #2284 |     * ChirpChat: increased preamble symbols limit from 20 to 32. Fixes #2284 | ||||||
|  | |||||||
| @ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) | |||||||
| # configure version | # configure version | ||||||
| set(sdrangel_VERSION_MAJOR "7") | set(sdrangel_VERSION_MAJOR "7") | ||||||
| set(sdrangel_VERSION_MINOR "22") | set(sdrangel_VERSION_MINOR "22") | ||||||
| set(sdrangel_VERSION_PATCH "2") | set(sdrangel_VERSION_PATCH "3") | ||||||
| set(sdrangel_VERSION_SUFFIX "") | set(sdrangel_VERSION_SUFFIX "") | ||||||
| 
 | 
 | ||||||
| # SDRAngel cmake options | # SDRAngel cmake options | ||||||
|  | |||||||
							
								
								
									
										22
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							| @ -1,3 +1,25 @@ | |||||||
|  | sdrangel (7.22.3-1) unstable; urgency=medium | ||||||
|  | 
 | ||||||
|  |     * Add deb dependencies for pipewire. PR #2314 | ||||||
|  |     * Added compilation options for WebAssembly. PR #2313 | ||||||
|  |     * ADS-B: Use settings keys. PR #2310 | ||||||
|  |     * AIS Demod: Remove spacing around messages. PR #2310 | ||||||
|  |     * Freuqency Scanner: Add multiplex mode. PR #2310 | ||||||
|  |     * Build snap, MAC, Windows and Ubuntu .deb with Github actions. Various PRs | ||||||
|  |     * Server: Use Sink/MIMO signals rather than Source. Part of #2294. PR #2304 | ||||||
|  |     * Updated some Python scripts to Python3. PR #2298 | ||||||
|  |     * RemoteTCPSink: Does use IQ only setting for RTL0. PR #2301 | ||||||
|  |     * Server: wait for set sample source/sink/MIMO to complete before loading the device settings. Fixes #2294 | ||||||
|  |     * Fix spectrum peak measurement for SSB spectra. Fixes #2282. PR #2299 | ||||||
|  |     * Upgrade C++ standard to c++17 | ||||||
|  |     * Fixes for Android . PR #2288 | ||||||
|  |     * Add qtshadertools. PR #2287 | ||||||
|  |     * Add more Qt modules and set ENABLE_QT6=ON. PR #2287 | ||||||
|  |     * Update Qt optional packages for 6.8 , PR #2287 | ||||||
|  |     * Use Qt 6.8 for Windows build. PR #2287 | ||||||
|  | 
 | ||||||
|  | -- Edouard Griffiths, F4EXB  <f4exb06@gmail.com>  Sat, 09 Nov 2024 17:30:44 +0100 | ||||||
|  | 
 | ||||||
| sdrangel (7.22.2-1) unstable; urgency=medium | sdrangel (7.22.2-1) unstable; urgency=medium | ||||||
| 
 | 
 | ||||||
|     * ChirpChat: increased preamble symbols limit from 20 to 32. Fixes #2284 |     * ChirpChat: increased preamble symbols limit from 20 to 32. Fixes #2284 | ||||||
|  | |||||||
| @ -4,6 +4,6 @@ PLUGINS=$(git diff --name-only ${1}..${2} | grep plugins/ | cut -d'/' -f2,3 | so | |||||||
| for plugin in $PLUGINS | for plugin in $PLUGINS | ||||||
| do | do | ||||||
|     FILE=$(find $BASEDIR/plugins/$plugin -name "*plugin.cpp") |     FILE=$(find $BASEDIR/plugins/$plugin -name "*plugin.cpp") | ||||||
|     sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.22\.2\"\)/" $FILE |     sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.22\.3\"\)/" $FILE | ||||||
| done | done | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -30,7 +30,7 @@ | |||||||
| const PluginDescriptor ADSBPlugin::m_pluginDescriptor = { | const PluginDescriptor ADSBPlugin::m_pluginDescriptor = { | ||||||
|     ADSBDemod::m_channelId, |     ADSBDemod::m_channelId, | ||||||
|     QStringLiteral("ADS-B Demodulator"), |     QStringLiteral("ADS-B Demodulator"), | ||||||
|     QStringLiteral("7.22.1"), |     QStringLiteral("7.22.3"), | ||||||
|     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 AISDemodPlugin::m_pluginDescriptor = { | const PluginDescriptor AISDemodPlugin::m_pluginDescriptor = { | ||||||
|     AISDemod::m_channelId, |     AISDemod::m_channelId, | ||||||
|     QStringLiteral("AIS Demodulator"), |     QStringLiteral("AIS Demodulator"), | ||||||
|     QStringLiteral("7.22.1"), |     QStringLiteral("7.22.3"), | ||||||
|     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 PagerDemodPlugin::m_pluginDescriptor = { | const PluginDescriptor PagerDemodPlugin::m_pluginDescriptor = { | ||||||
|     PagerDemod::m_channelId, |     PagerDemod::m_channelId, | ||||||
|     QStringLiteral("Pager Demodulator"), |     QStringLiteral("Pager Demodulator"), | ||||||
|     QStringLiteral("7.22.2"), |     QStringLiteral("7.22.3"), | ||||||
|     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 FreqScannerPlugin::m_pluginDescriptor = { | const PluginDescriptor FreqScannerPlugin::m_pluginDescriptor = { | ||||||
|     FreqScanner::m_channelId, |     FreqScanner::m_channelId, | ||||||
|     QStringLiteral("Frequency Scanner"), |     QStringLiteral("Frequency Scanner"), | ||||||
|     QStringLiteral("7.22.1"), |     QStringLiteral("7.22.3"), | ||||||
|     QStringLiteral("(c) Jon Beniston, M7RCE"), |     QStringLiteral("(c) Jon Beniston, M7RCE"), | ||||||
|     QStringLiteral("https://github.com/f4exb/sdrangel"), |     QStringLiteral("https://github.com/f4exb/sdrangel"), | ||||||
|     true, |     true, | ||||||
|  | |||||||
| @ -35,7 +35,7 @@ | |||||||
| const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = { | const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = { | ||||||
|     RemoteTCPSink::m_channelId, |     RemoteTCPSink::m_channelId, | ||||||
|     QStringLiteral("Remote TCP channel sink"), |     QStringLiteral("Remote TCP channel sink"), | ||||||
|     QStringLiteral("7.22.2"), |     QStringLiteral("7.22.3"), | ||||||
|     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 AntennaToolsPlugin::m_pluginDescriptor = { | const PluginDescriptor AntennaToolsPlugin::m_pluginDescriptor = { | ||||||
|     AntennaTools::m_featureId, |     AntennaTools::m_featureId, | ||||||
|     QStringLiteral("Antenna Tools"), |     QStringLiteral("Antenna Tools"), | ||||||
|     QStringLiteral("7.22.1"), |     QStringLiteral("7.22.3"), | ||||||
|     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 LimeRFEPlugin::m_pluginDescriptor = { | const PluginDescriptor LimeRFEPlugin::m_pluginDescriptor = { | ||||||
|     LimeRFE::m_featureId, |     LimeRFE::m_featureId, | ||||||
| 	QStringLiteral("LimeRFE USB Controller"), | 	QStringLiteral("LimeRFE USB Controller"), | ||||||
|     QStringLiteral("7.22.1"), |     QStringLiteral("7.22.3"), | ||||||
| 	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 MapPlugin::m_pluginDescriptor = { | const PluginDescriptor MapPlugin::m_pluginDescriptor = { | ||||||
|     Map::m_featureId, |     Map::m_featureId, | ||||||
|     QStringLiteral("Map"), |     QStringLiteral("Map"), | ||||||
|     QStringLiteral("7.22.2"), |     QStringLiteral("7.22.3"), | ||||||
|     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.22.1"), |     QStringLiteral("7.22.3"), | ||||||
|     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.22.1"), |     QStringLiteral("7.22.3"), | ||||||
|     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, | ||||||
|  | |||||||
| @ -36,7 +36,7 @@ | |||||||
| const PluginDescriptor USRPOutputPlugin::m_pluginDescriptor = { | const PluginDescriptor USRPOutputPlugin::m_pluginDescriptor = { | ||||||
|     QStringLiteral("USRP"), |     QStringLiteral("USRP"), | ||||||
|     QStringLiteral("URSP Output"), |     QStringLiteral("URSP Output"), | ||||||
|     QStringLiteral("7.22.1"), |     QStringLiteral("7.22.3"), | ||||||
|     QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"), |     QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"), | ||||||
|     QStringLiteral("https://github.com/f4exb/sdrangel"), |     QStringLiteral("https://github.com/f4exb/sdrangel"), | ||||||
|     true, |     true, | ||||||
|  | |||||||
| @ -33,7 +33,7 @@ | |||||||
| const PluginDescriptor AndroidSDRDriverInputPlugin::m_pluginDescriptor = { | const PluginDescriptor AndroidSDRDriverInputPlugin::m_pluginDescriptor = { | ||||||
|     QStringLiteral("AndroidSDRDriverInput"), |     QStringLiteral("AndroidSDRDriverInput"), | ||||||
|     QStringLiteral("Android SDR Driver input"), |     QStringLiteral("Android SDR Driver input"), | ||||||
|     QStringLiteral("7.22.1"), |     QStringLiteral("7.22.3"), | ||||||
|     QStringLiteral("(c) Jon Beniston, M7RCE"), |     QStringLiteral("(c) Jon Beniston, M7RCE"), | ||||||
|     QStringLiteral("https://github.com/f4exb/sdrangel"), |     QStringLiteral("https://github.com/f4exb/sdrangel"), | ||||||
|     true, |     true, | ||||||
|  | |||||||
| @ -32,7 +32,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.22.1"), |     QStringLiteral("7.22.3"), | ||||||
| 	QStringLiteral("(c) Edouard Griffiths, F4EXB"), | 	QStringLiteral("(c) Edouard Griffiths, F4EXB"), | ||||||
| 	QStringLiteral("https://github.com/f4exb/sdrangel"), | 	QStringLiteral("https://github.com/f4exb/sdrangel"), | ||||||
| 	true, | 	true, | ||||||
|  | |||||||
| @ -36,7 +36,7 @@ | |||||||
| const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = { | const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = { | ||||||
|     QStringLiteral("LimeSDR"), |     QStringLiteral("LimeSDR"), | ||||||
|     QStringLiteral("LimeSDR Input"), |     QStringLiteral("LimeSDR Input"), | ||||||
|     QStringLiteral("7.22.1"), |     QStringLiteral("7.22.3"), | ||||||
|     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 RemoteTCPInputPlugin::m_pluginDescriptor = { | const PluginDescriptor RemoteTCPInputPlugin::m_pluginDescriptor = { | ||||||
|     QStringLiteral("RemoteTCPInput"), |     QStringLiteral("RemoteTCPInput"), | ||||||
|     QStringLiteral("Remote TCP device input"), |     QStringLiteral("Remote TCP device input"), | ||||||
|     QStringLiteral("7.22.2"), |     QStringLiteral("7.22.3"), | ||||||
|     QStringLiteral("(c) Jon Beniston, M7RCE"), |     QStringLiteral("(c) Jon Beniston, M7RCE"), | ||||||
|     QStringLiteral("https://github.com/f4exb/sdrangel"), |     QStringLiteral("https://github.com/f4exb/sdrangel"), | ||||||
|     true, |     true, | ||||||
|  | |||||||
| @ -39,7 +39,7 @@ | |||||||
| const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = { | const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = { | ||||||
|     QStringLiteral("RTLSDR"), |     QStringLiteral("RTLSDR"), | ||||||
| 	QStringLiteral("RTL-SDR Input"), | 	QStringLiteral("RTL-SDR Input"), | ||||||
|     QStringLiteral("7.22.2"), |     QStringLiteral("7.22.3"), | ||||||
| 	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