mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	Updated version and changelogs
This commit is contained in:
		
							parent
							
								
									f13783b4e5
								
							
						
					
					
						commit
						18cee9d101
					
				| @ -1,3 +1,9 @@ | ||||
| sdrangel (4.14.11-1) unstable; urgency=medium | ||||
| 
 | ||||
|    * I/Q swap option on transverter. Implements #493 | ||||
| 
 | ||||
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 24 Jun 2020 01:45:23 +0200 | ||||
| 
 | ||||
| sdrangel (4.14.10-1) unstable; urgency=medium | ||||
| 
 | ||||
|    * Fixed Soapy SDR find module. Implements issue #519 | ||||
|  | ||||
| @ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) | ||||
| # configure version | ||||
| set(sdrangel_VERSION_MAJOR "4") | ||||
| set(sdrangel_VERSION_MINOR "14") | ||||
| set(sdrangel_VERSION_PATCH "10") | ||||
| set(sdrangel_VERSION_PATCH "11") | ||||
| set(sdrangel_VERSION_SUFFIX "") | ||||
| 
 | ||||
| # SDRAngel cmake options | ||||
|  | ||||
							
								
								
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							| @ -1,3 +1,9 @@ | ||||
| sdrangel (4.14.11-1) unstable; urgency=medium | ||||
| 
 | ||||
|    * I/Q swap option on transverter. Implements #493 | ||||
| 
 | ||||
|  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 24 Jun 2020 01:45:23 +0200 | ||||
| 
 | ||||
| sdrangel (4.14.10-1) unstable; urgency=medium | ||||
| 
 | ||||
|    * Fixed Soapy SDR find module. Implements issue #519 | ||||
|  | ||||
| @ -35,8 +35,8 @@ const char *fcd_traits<ProPlus>::displayedName = "FunCube Dongle Pro+"; | ||||
| const char *fcd_traits<Pro>::pluginDisplayedName = "FunCube Pro Input"; | ||||
| const char *fcd_traits<ProPlus>::pluginDisplayedName = "FunCube Pro+ Input"; | ||||
| 
 | ||||
| const char *fcd_traits<Pro>::pluginVersion = "4.12.3"; | ||||
| const char *fcd_traits<ProPlus>::pluginVersion = "4.12.3"; | ||||
| const char *fcd_traits<Pro>::pluginVersion = "4.14.11"; | ||||
| const char *fcd_traits<ProPlus>::pluginVersion = "4.14.11"; | ||||
| 
 | ||||
| const int64_t fcd_traits<Pro>::loLowLimitFreq = 64000000L; | ||||
| const int64_t fcd_traits<ProPlus>::loLowLimitFreq = 150000L; | ||||
|  | ||||
| @ -34,7 +34,7 @@ const int AirspyPlugin::m_maxDevices = 32; | ||||
| const PluginDescriptor AirspyPlugin::m_pluginDescriptor = { | ||||
|     QString("Airspy"), | ||||
| 	QString("Airspy Input"), | ||||
| 	QString("4.12.3"), | ||||
| 	QString("4.14.11"), | ||||
| 	QString("(c) Edouard Griffiths, F4EXB"), | ||||
| 	QString("https://github.com/f4exb/sdrangel"), | ||||
| 	true, | ||||
|  | ||||
| @ -32,7 +32,7 @@ | ||||
| const PluginDescriptor AirspyHFPlugin::m_pluginDescriptor = { | ||||
|     QString("AirspyHF"), | ||||
| 	QString("AirspyHF Input"), | ||||
| 	QString("4.12.3"), | ||||
| 	QString("4.14.11"), | ||||
| 	QString("(c) Edouard Griffiths, F4EXB"), | ||||
| 	QString("https://github.com/f4exb/sdrangel"), | ||||
| 	true, | ||||
|  | ||||
| @ -32,7 +32,7 @@ | ||||
| const PluginDescriptor Blderf1InputPlugin::m_pluginDescriptor = { | ||||
|     QString("BladeRF1"), | ||||
| 	QString("BladeRF1 Input"), | ||||
| 	QString("4.12.3"), | ||||
| 	QString("4.14.11"), | ||||
| 	QString("(c) Edouard Griffiths, F4EXB"), | ||||
| 	QString("https://github.com/f4exb/sdrangel"), | ||||
| 	true, | ||||
|  | ||||
| @ -32,7 +32,7 @@ | ||||
| const PluginDescriptor Blderf2InputPlugin::m_pluginDescriptor = { | ||||
|     QString("BladeRF2"), | ||||
|     QString("BladeRF2 Input"), | ||||
|     QString("4.14.5"), | ||||
|     QString("4.14.11"), | ||||
|     QString("(c) Edouard Griffiths, F4EXB"), | ||||
|     QString("https://github.com/f4exb/sdrangel"), | ||||
|     true, | ||||
|  | ||||
| @ -33,7 +33,7 @@ | ||||
| const PluginDescriptor HackRFInputPlugin::m_pluginDescriptor = { | ||||
|     QString("HackRF"), | ||||
| 	QString("HackRF Input"), | ||||
| 	QString("4.14.5"), | ||||
| 	QString("4.14.11"), | ||||
| 	QString("(c) Edouard Griffiths, F4EXB"), | ||||
| 	QString("https://github.com/f4exb/sdrangel"), | ||||
| 	true, | ||||
|  | ||||
| @ -35,7 +35,7 @@ | ||||
| const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = { | ||||
|     QString("LimeSDR"), | ||||
|     QString("LimeSDR Input"), | ||||
|     QString("4.14.5"), | ||||
|     QString("4.14.11"), | ||||
|     QString("(c) Edouard Griffiths, F4EXB"), | ||||
|     QString("https://github.com/f4exb/sdrangel"), | ||||
|     true, | ||||
|  | ||||
| @ -33,7 +33,7 @@ | ||||
| const PluginDescriptor PerseusPlugin::m_pluginDescriptor = { | ||||
|     QString("Perseus"), | ||||
| 	QString("Perseus Input"), | ||||
| 	QString("4.12.3"), | ||||
| 	QString("4.14.11"), | ||||
| 	QString("(c) Edouard Griffiths, F4EXB"), | ||||
| 	QString("https://github.com/f4exb/sdrangel"), | ||||
| 	true, | ||||
|  | ||||
| @ -33,7 +33,7 @@ class DeviceAPI; | ||||
| const PluginDescriptor PlutoSDRInputPlugin::m_pluginDescriptor = { | ||||
|     QString("PlutoSDR"), | ||||
| 	QString("PlutoSDR Input"), | ||||
| 	QString("4.12.3"), | ||||
| 	QString("4.14.11"), | ||||
| 	QString("(c) Edouard Griffiths, F4EXB"), | ||||
| 	QString("https://github.com/f4exb/sdrangel"), | ||||
| 	true, | ||||
|  | ||||
| @ -15,7 +15,7 @@ | ||||
| const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = { | ||||
|     QString("RTLSDR"), | ||||
| 	QString("RTL-SDR Input"), | ||||
| 	QString("4.12.3"), | ||||
| 	QString("4.14.11"), | ||||
| 	QString("(c) Edouard Griffiths, F4EXB"), | ||||
| 	QString("https://github.com/f4exb/sdrangel"), | ||||
| 	true, | ||||
|  | ||||
| @ -31,7 +31,7 @@ | ||||
| const PluginDescriptor SDRPlayPlugin::m_pluginDescriptor = { | ||||
|     QString("SDRPlay"), | ||||
|     QString("SDRPlay RSP1 Input"), | ||||
|     QString("4.12.3"), | ||||
|     QString("4.14.11"), | ||||
|     QString("(c) Edouard Griffiths, F4EXB"), | ||||
|     QString("https://github.com/f4exb/sdrangel"), | ||||
|     true, | ||||
|  | ||||
| @ -32,7 +32,7 @@ | ||||
| const PluginDescriptor SoapySDRInputPlugin::m_pluginDescriptor = { | ||||
|     QString("SoapySDR"), | ||||
|     QString("SoapySDR Input"), | ||||
|     QString("4.14.5"), | ||||
|     QString("4.14.11"), | ||||
|     QString("(c) Edouard Griffiths, F4EXB"), | ||||
|     QString("https://github.com/f4exb/sdrangel"), | ||||
|     true, | ||||
|  | ||||
| @ -38,7 +38,7 @@ | ||||
| const PluginDescriptor XTRXInputPlugin::m_pluginDescriptor = { | ||||
|     QString("XTRX"), | ||||
|     QString("XTRX Input"), | ||||
|     QString("4.14.4"), | ||||
|     QString("4.14.11"), | ||||
|     QString("(c) Edouard Griffiths, F4EXB"), | ||||
|     QString("https://github.com/f4exb/sdrangel"), | ||||
|     true, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user