kopia lustrzana https://github.com/f4exb/sdrangel
				
				
				
			Bumped version to v3.14.3
							rodzic
							
								
									01798c9d15
								
							
						
					
					
						commit
						27ddcabd56
					
				| 
						 | 
				
			
			@ -35,7 +35,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
 | 
			
		|||
*/
 | 
			
		||||
	QCoreApplication::setOrganizationName("f4exb");
 | 
			
		||||
	QCoreApplication::setApplicationName("SDRangel");
 | 
			
		||||
	QCoreApplication::setApplicationVersion("3.14.2");
 | 
			
		||||
	QCoreApplication::setApplicationVersion("3.14.3");
 | 
			
		||||
 | 
			
		||||
#if 1
 | 
			
		||||
	qApp->setStyle(QStyleFactory::create("fusion"));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -56,7 +56,7 @@ static int runQtApplication(int argc, char* argv[], qtwebapp::LoggerWithFile *lo
 | 
			
		|||
 | 
			
		||||
    QCoreApplication::setOrganizationName("f4exb");
 | 
			
		||||
    QCoreApplication::setApplicationName("SDRangelSrv");
 | 
			
		||||
    QCoreApplication::setApplicationVersion("3.14.2");
 | 
			
		||||
    QCoreApplication::setApplicationVersion("3.14.3");
 | 
			
		||||
 | 
			
		||||
    int catchSignals[] = {SIGQUIT, SIGINT, SIGTERM, SIGHUP};
 | 
			
		||||
    std::vector<int> vsig(catchSignals, catchSignals + sizeof(catchSignals) / sizeof(int));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
sdrangel (3.14.3-1) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * LimeSDR: compiled with LimeSuite commit 67dcef1
 | 
			
		||||
 | 
			
		||||
 -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Sat, 21 Apr 2018 18:14:18 +0200
 | 
			
		||||
 | 
			
		||||
sdrangel (3.14.2-1) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Web API: settings and report for all channel Tx plugins
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,7 +34,7 @@
 | 
			
		|||
 | 
			
		||||
const PluginDescriptor LimeSDROutputPlugin::m_pluginDescriptor = {
 | 
			
		||||
    QString("LimeSDR Output"),
 | 
			
		||||
    QString("3.14.0"),
 | 
			
		||||
    QString("3.14.3"),
 | 
			
		||||
    QString("(c) Edouard Griffiths, F4EXB"),
 | 
			
		||||
    QString("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -33,7 +33,7 @@
 | 
			
		|||
 | 
			
		||||
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
 | 
			
		||||
    QString("LimeSDR Input"),
 | 
			
		||||
    QString("3.14.0"),
 | 
			
		||||
    QString("3.14.3"),
 | 
			
		||||
    QString("(c) Edouard Griffiths, F4EXB"),
 | 
			
		||||
    QString("https://github.com/f4exb/sdrangel"),
 | 
			
		||||
    true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue