mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 12:30:20 -04:00 
			
		
		
		
	Updated versions and changelogs
This commit is contained in:
		
							parent
							
								
									5bc1d0cd7d
								
							
						
					
					
						commit
						ddcc72cb24
					
				| @ -1,3 +1,12 @@ | |||||||
|  | sdrangel (6.5.0-1) unstable; urgency=medium | ||||||
|  | 
 | ||||||
|  |    * New PacketDemod Rx channel plugin. PR #746 | ||||||
|  |    * New APRS feature plugin. PR #746 | ||||||
|  |    * New Map feature plugin. PR #746 | ||||||
|  |    * Star tracker plugin. PR #746 | ||||||
|  | 
 | ||||||
|  |   -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Thu, 14 Jan 2021 22:32:52 +0100 | ||||||
|  | 
 | ||||||
| sdrangel (6.4.0-1) unstable; urgency=medium | sdrangel (6.4.0-1) unstable; urgency=medium | ||||||
| 
 | 
 | ||||||
|    * New demodulation analyzer feature plugin. Implements #695 |    * New demodulation analyzer feature plugin. Implements #695 | ||||||
|  | |||||||
| @ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) | |||||||
| 
 | 
 | ||||||
| # configure version | # configure version | ||||||
| set(sdrangel_VERSION_MAJOR "6") | set(sdrangel_VERSION_MAJOR "6") | ||||||
| set(sdrangel_VERSION_MINOR "4") | set(sdrangel_VERSION_MINOR "5") | ||||||
| set(sdrangel_VERSION_PATCH "0") | set(sdrangel_VERSION_PATCH "0") | ||||||
| set(sdrangel_VERSION_SUFFIX "") | set(sdrangel_VERSION_SUFFIX "") | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										9
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							| @ -1,3 +1,12 @@ | |||||||
|  | sdrangel (6.5.0-1) unstable; urgency=medium | ||||||
|  | 
 | ||||||
|  |    * New PacketDemod Rx channel plugin. PR #746 | ||||||
|  |    * New APRS feature plugin. PR #746 | ||||||
|  |    * New Map feature plugin. PR #746 | ||||||
|  |    * Star tracker plugin. PR #746 | ||||||
|  | 
 | ||||||
|  |   -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Thu, 14 Jan 2021 22:32:52 +0100 | ||||||
|  | 
 | ||||||
| sdrangel (6.4.0-1) unstable; urgency=medium | sdrangel (6.4.0-1) unstable; urgency=medium | ||||||
| 
 | 
 | ||||||
|    * New demodulation analyzer feature plugin. Implements #695 |    * New demodulation analyzer feature plugin. Implements #695 | ||||||
|  | |||||||
| @ -29,7 +29,7 @@ | |||||||
| const PluginDescriptor PacketDemodPlugin::m_pluginDescriptor = { | const PluginDescriptor PacketDemodPlugin::m_pluginDescriptor = { | ||||||
|     PacketDemod::m_channelId, |     PacketDemod::m_channelId, | ||||||
|     QStringLiteral("Packet Demodulator"), |     QStringLiteral("Packet Demodulator"), | ||||||
|     QStringLiteral("6.4.0"), |     QStringLiteral("6.5.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, | ||||||
|  | |||||||
| @ -30,7 +30,7 @@ | |||||||
| const PluginDescriptor APRSPlugin::m_pluginDescriptor = { | const PluginDescriptor APRSPlugin::m_pluginDescriptor = { | ||||||
|     APRS::m_featureId, |     APRS::m_featureId, | ||||||
|     QStringLiteral("APRS"), |     QStringLiteral("APRS"), | ||||||
|     QStringLiteral("6.4.0"), |     QStringLiteral("6.5.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, | ||||||
|  | |||||||
| @ -30,7 +30,7 @@ | |||||||
| const PluginDescriptor MapPlugin::m_pluginDescriptor = { | const PluginDescriptor MapPlugin::m_pluginDescriptor = { | ||||||
|     Map::m_featureId, |     Map::m_featureId, | ||||||
|     QStringLiteral("Map"), |     QStringLiteral("Map"), | ||||||
|     QStringLiteral("6.4.0"), |     QStringLiteral("6.5.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, | ||||||
|  | |||||||
| @ -30,7 +30,7 @@ | |||||||
| const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = { | const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = { | ||||||
|     StarTracker::m_featureId, |     StarTracker::m_featureId, | ||||||
|     QStringLiteral("Star Tracker"), |     QStringLiteral("Star Tracker"), | ||||||
|     QStringLiteral("6.4.0"), |     QStringLiteral("6.5.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, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user