mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	Updated versions and changelogs. Fixed missing yaml references in base resources for swagger-ui
This commit is contained in:
		
							parent
							
								
									204aa9b397
								
							
						
					
					
						commit
						abd2d1276c
					
				
							
								
								
									
										11
									
								
								CHANGELOG
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								CHANGELOG
									
									
									
									
									
								
							@ -1,3 +1,14 @@
 | 
				
			|||||||
 | 
					sdrangel (4.21.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   * New ADS-B demodulator and decoder. PR #671
 | 
				
			||||||
 | 
					   * New GS-232 controller (feature). PR #671
 | 
				
			||||||
 | 
					   * Improvements to USRP support. PR #670
 | 
				
			||||||
 | 
					   * AFC feature plugin. Issue #634
 | 
				
			||||||
 | 
					   * Added spectrum display to Frequency tracker. Issue #665
 | 
				
			||||||
 | 
					   * Windows: distribute Qt ANGLE support libraries. Issue #660 and PR #671
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 28 Oct 2020 07:40:44 +0100
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdrangel (4.20.0-1) unstable; urgency=medium
 | 
					sdrangel (4.20.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   * New IEEE 802.15.4 modulator. PR #654
 | 
					   * New IEEE 802.15.4 modulator. PR #654
 | 
				
			||||||
 | 
				
			|||||||
@ -17,7 +17,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# configure version
 | 
					# configure version
 | 
				
			||||||
set(sdrangel_VERSION_MAJOR "4")
 | 
					set(sdrangel_VERSION_MAJOR "4")
 | 
				
			||||||
set(sdrangel_VERSION_MINOR "20")
 | 
					set(sdrangel_VERSION_MINOR "21")
 | 
				
			||||||
set(sdrangel_VERSION_PATCH "0")
 | 
					set(sdrangel_VERSION_PATCH "0")
 | 
				
			||||||
set(sdrangel_VERSION_SUFFIX "")
 | 
					set(sdrangel_VERSION_SUFFIX "")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										11
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,14 @@
 | 
				
			|||||||
 | 
					sdrangel (4.21.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   * New ADS-B demodulator and decoder. PR #671
 | 
				
			||||||
 | 
					   * New GS-232 controller (feature). PR #671
 | 
				
			||||||
 | 
					   * Improvements to USRP support. PR #670
 | 
				
			||||||
 | 
					   * AFC feature plugin. Issue #634
 | 
				
			||||||
 | 
					   * Added spectrum display to Frequency tracker. Issue #665
 | 
				
			||||||
 | 
					   * Windows: distribute Qt ANGLE support libraries. Issue #660 and PR #671
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  -- Edouard Griffiths, F4EXB <f4exb06@gmail.com>  Wed, 28 Oct 2020 07:40:44 +0100
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdrangel (4.20.0-1) unstable; urgency=medium
 | 
					sdrangel (4.20.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   * New IEEE 802.15.4 modulator. PR #654
 | 
					   * New IEEE 802.15.4 modulator. PR #654
 | 
				
			||||||
 | 
				
			|||||||
@ -30,7 +30,7 @@
 | 
				
			|||||||
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    ADSBDemod::m_channelId,
 | 
					    ADSBDemod::m_channelId,
 | 
				
			||||||
    QString("ADS-B Demodulator"),
 | 
					    QString("ADS-B Demodulator"),
 | 
				
			||||||
    QString("4.20.0"),
 | 
					    QString("4.21.0"),
 | 
				
			||||||
    QString("(c) Jon Beniston, M7RCE"),
 | 
					    QString("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QString("https://github.com/f4exb/sdrangel"),
 | 
					    QString("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -28,7 +28,7 @@
 | 
				
			|||||||
const PluginDescriptor FreqTrackerPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor FreqTrackerPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    FreqTracker::m_channelId,
 | 
					    FreqTracker::m_channelId,
 | 
				
			||||||
	QString("Frequency Tracker"),
 | 
						QString("Frequency Tracker"),
 | 
				
			||||||
	QString("4.19.0"),
 | 
						QString("4.21.0"),
 | 
				
			||||||
	QString("(c) Edouard Griffiths, F4EXB"),
 | 
						QString("(c) Edouard Griffiths, F4EXB"),
 | 
				
			||||||
	QString("https://github.com/f4exb/sdrangel"),
 | 
						QString("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
	true,
 | 
						true,
 | 
				
			||||||
 | 
				
			|||||||
@ -30,7 +30,7 @@
 | 
				
			|||||||
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    GS232Controller::m_featureId,
 | 
					    GS232Controller::m_featureId,
 | 
				
			||||||
    QString("GS-232 Rotator Controller"),
 | 
					    QString("GS-232 Rotator Controller"),
 | 
				
			||||||
    QString("4.20.0"),
 | 
					    QString("4.21.0"),
 | 
				
			||||||
    QString("(c) Jon Beniston, M7RCE"),
 | 
					    QString("(c) Jon Beniston, M7RCE"),
 | 
				
			||||||
    QString("https://github.com/f4exb/sdrangel"),
 | 
					    QString("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -35,7 +35,7 @@
 | 
				
			|||||||
const PluginDescriptor USRPOutputPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor USRPOutputPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    QString("USRP"),
 | 
					    QString("USRP"),
 | 
				
			||||||
    QString("URSP Output"),
 | 
					    QString("URSP Output"),
 | 
				
			||||||
    QString("4.19.0"),
 | 
					    QString("4.21.0"),
 | 
				
			||||||
    QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
 | 
					    QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
 | 
				
			||||||
    QString("https://github.com/f4exb/sdrangel"),
 | 
					    QString("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -35,7 +35,7 @@
 | 
				
			|||||||
const PluginDescriptor USRPInputPlugin::m_pluginDescriptor = {
 | 
					const PluginDescriptor USRPInputPlugin::m_pluginDescriptor = {
 | 
				
			||||||
    QString("USRP"),
 | 
					    QString("USRP"),
 | 
				
			||||||
    QString("USRP Input"),
 | 
					    QString("USRP Input"),
 | 
				
			||||||
    QString("4.19.0"),
 | 
					    QString("4.21.0"),
 | 
				
			||||||
    QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
 | 
					    QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
 | 
				
			||||||
    QString("https://github.com/f4exb/sdrangel"),
 | 
					    QString("https://github.com/f4exb/sdrangel"),
 | 
				
			||||||
    true,
 | 
					    true,
 | 
				
			||||||
 | 
				
			|||||||
@ -2,6 +2,8 @@
 | 
				
			|||||||
    <qresource prefix="/">
 | 
					    <qresource prefix="/">
 | 
				
			||||||
        <file>webapi/doc/html2/index.html</file>
 | 
					        <file>webapi/doc/html2/index.html</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/swagger.yaml</file>
 | 
					        <file>webapi/doc/swagger/swagger.yaml</file>
 | 
				
			||||||
 | 
					        <file>webapi/doc/swagger/include/ADSBDemod.yaml</file>
 | 
				
			||||||
 | 
					        <file>webapi/doc/swagger/include/AFC.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/Airspy.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/Airspy.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/AirspyHF.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/AirspyHF.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/AMDemod.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/AMDemod.yaml</file>
 | 
				
			||||||
@ -36,6 +38,7 @@
 | 
				
			|||||||
        <file>webapi/doc/swagger/include/FreqTracker.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/FreqTracker.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/GLScope.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/GLScope.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/GLSpectrum.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/GLSpectrum.yaml</file>
 | 
				
			||||||
 | 
					        <file>webapi/doc/swagger/include/GS232Controller.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/HackRF.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/HackRF.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/IEEE_802_15_4_Mod.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/IEEE_802_15_4_Mod.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/LimeRFE.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/LimeRFE.yaml</file>
 | 
				
			||||||
@ -68,6 +71,8 @@
 | 
				
			|||||||
        <file>webapi/doc/swagger/include/TestSource.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/TestSource.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/UDPSource.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/UDPSource.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/UDPSink.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/UDPSink.yaml</file>
 | 
				
			||||||
 | 
					        <file>webapi/doc/swagger/include/User.yaml</file>
 | 
				
			||||||
 | 
					        <file>webapi/doc/swagger/include/USRP.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/WFMDemod.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/WFMDemod.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/WFMMod.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/WFMMod.yaml</file>
 | 
				
			||||||
        <file>webapi/doc/swagger/include/Xtrx.yaml</file>
 | 
					        <file>webapi/doc/swagger/include/Xtrx.yaml</file>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user