mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -05:00 
			
		
		
		
	Updated version and changelog
This commit is contained in:
		
							parent
							
								
									504684c609
								
							
						
					
					
						commit
						e6b3e50fd2
					
				@ -1,3 +1,9 @@
 | 
			
		||||
sdrangel (7.22.6-1) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
    * See Github release
 | 
			
		||||
 | 
			
		||||
   -- Edouard Griffiths, F4EXB  <f4exb06@gmail.com>  Sun, 02 Feb 2025 18:08:11 +0100
 | 
			
		||||
 | 
			
		||||
sdrangel (7.22.5-1) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
    * Windows: upload signed releases rather than unsigned releases to Github releases page. PR #2347
 | 
			
		||||
 | 
			
		||||
@ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
 | 
			
		||||
# configure version
 | 
			
		||||
set(sdrangel_VERSION_MAJOR "7")
 | 
			
		||||
set(sdrangel_VERSION_MINOR "22")
 | 
			
		||||
set(sdrangel_VERSION_PATCH "5")
 | 
			
		||||
set(sdrangel_VERSION_PATCH "6")
 | 
			
		||||
set(sdrangel_VERSION_SUFFIX "")
 | 
			
		||||
 | 
			
		||||
# SDRAngel cmake options
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,9 @@
 | 
			
		||||
sdrangel (7.22.6-1) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
    * See Github release
 | 
			
		||||
 | 
			
		||||
   -- Edouard Griffiths, F4EXB  <f4exb06@gmail.com>  Sun, 02 Feb 2025 18:08:11 +0100
 | 
			
		||||
 | 
			
		||||
sdrangel (7.22.5-1) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
    * Windows: upload signed releases rather than unsigned releases to Github releases page. PR #2347
 | 
			
		||||
 | 
			
		||||
@ -4,6 +4,7 @@ PLUGINS=$(git diff --name-only ${1}..${2} | grep plugins/ | cut -d'/' -f2,3 | so
 | 
			
		||||
for plugin in $PLUGINS
 | 
			
		||||
do
 | 
			
		||||
    FILE=$(find $BASEDIR/plugins/$plugin -name "*plugin.cpp")
 | 
			
		||||
    sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.22\.5\"\)/" $FILE
 | 
			
		||||
    echo $FILE
 | 
			
		||||
    sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.22\.6\"\)/" $FILE
 | 
			
		||||
done
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -30,7 +30,7 @@
 | 
			
		||||
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
 | 
			
		||||
    ADSBDemod::m_channelId,
 | 
			
		||||
    QStringLiteral("ADS-B Demodulator"),
 | 
			
		||||
    QStringLiteral("7.22.5"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -33,7 +33,7 @@
 | 
			
		||||
const PluginDescriptor DSCDemodPlugin::m_pluginDescriptor = {
 | 
			
		||||
    DSCDemod::m_channelId,
 | 
			
		||||
    QStringLiteral("DSC Demodulator"),
 | 
			
		||||
    QStringLiteral("7.22.5"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -33,7 +33,7 @@
 | 
			
		||||
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
 | 
			
		||||
    FileSink::m_channelId,
 | 
			
		||||
    QStringLiteral("File Sink"),
 | 
			
		||||
    QStringLiteral("7.22.5"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -35,7 +35,7 @@
 | 
			
		||||
const PluginDescriptor RemoteTCPSinkPlugin::m_pluginDescriptor = {
 | 
			
		||||
    RemoteTCPSink::m_channelId,
 | 
			
		||||
    QStringLiteral("Remote TCP channel sink"),
 | 
			
		||||
    QStringLiteral("7.22.5"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -32,7 +32,7 @@
 | 
			
		||||
const PluginDescriptor AMModPlugin::m_pluginDescriptor = {
 | 
			
		||||
    AMMod::m_channelId,
 | 
			
		||||
    QStringLiteral("AM Modulator"),
 | 
			
		||||
    QStringLiteral("7.22.5"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -32,7 +32,7 @@
 | 
			
		||||
const PluginDescriptor NFMModPlugin::m_pluginDescriptor = {
 | 
			
		||||
    NFMMod::m_channelId,
 | 
			
		||||
    QStringLiteral("NFM Modulator"),
 | 
			
		||||
    QStringLiteral("7.22.5"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -32,7 +32,7 @@
 | 
			
		||||
const PluginDescriptor SSBModPlugin::m_pluginDescriptor = {
 | 
			
		||||
    SSBMod::m_channelId,
 | 
			
		||||
    QStringLiteral("SSB Modulator"),
 | 
			
		||||
    QStringLiteral("7.22.5"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -32,7 +32,7 @@
 | 
			
		||||
const PluginDescriptor WFMModPlugin::m_pluginDescriptor = {
 | 
			
		||||
    WFMMod::m_channelId,
 | 
			
		||||
    QStringLiteral("WFM Modulator"),
 | 
			
		||||
    QStringLiteral("7.22.5"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Edouard Griffiths, F4EXB"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -33,7 +33,7 @@
 | 
			
		||||
const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = {
 | 
			
		||||
    Radiosonde::m_featureId,
 | 
			
		||||
    QStringLiteral("Radiosonde"),
 | 
			
		||||
    QStringLiteral("7.22.1"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -29,7 +29,7 @@
 | 
			
		||||
const PluginDescriptor SIDPlugin::m_pluginDescriptor = {
 | 
			
		||||
    SIDMain::m_featureId,
 | 
			
		||||
    QStringLiteral("SID"),
 | 
			
		||||
    QStringLiteral("7.22.1"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Jon Beniston, M7RCE"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -36,7 +36,7 @@
 | 
			
		||||
const PluginDescriptor USRPOutputPlugin::m_pluginDescriptor = {
 | 
			
		||||
    QStringLiteral("USRP"),
 | 
			
		||||
    QStringLiteral("URSP Output"),
 | 
			
		||||
    QStringLiteral("7.22.3"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
@ -36,7 +36,7 @@
 | 
			
		||||
const PluginDescriptor USRPInputPlugin::m_pluginDescriptor = {
 | 
			
		||||
    QStringLiteral("USRP"),
 | 
			
		||||
    QStringLiteral("USRP Input"),
 | 
			
		||||
    QStringLiteral("7.22.1"),
 | 
			
		||||
    QStringLiteral("7.22.6"),
 | 
			
		||||
    QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
 | 
			
		||||
    QStringLiteral("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user