mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -05:00 
			
		
		
		
	Updated version adn changelogs
This commit is contained in:
		
							parent
							
								
									22a8f160f0
								
							
						
					
					
						commit
						93a35ff1ab
					
				
							
								
								
									
										30
									
								
								CHANGELOG
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								CHANGELOG
									
									
									
									
									
								
							@ -1,3 +1,33 @@
 | 
				
			|||||||
 | 
					sdrangel (7.22.1-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    * wdsprx: Fix path to help file.
 | 
				
			||||||
 | 
					    * Removed SyncMessenger from DSPDeviceSourceEngine. Part of #2159
 | 
				
			||||||
 | 
					    * Fixed threading model for DSPDeviceSourceEngine. Part of #2159
 | 
				
			||||||
 | 
					    * Removed SyncMessenger from DSPDeviceMIMOEngine. Part of #2159
 | 
				
			||||||
 | 
					    * RTLSDR: make sure start and stop are effective once only. PArt of #2159
 | 
				
			||||||
 | 
					    * Fixed threading model for DSPDeviceMIMOEngine plus other fixes. Part of #2159
 | 
				
			||||||
 | 
					    * Removed SyncMessenger from DSPDeviceSinkEngine. Part of #2159
 | 
				
			||||||
 | 
					    * SSBMod, AMMod, NFMMod: revised thread processing
 | 
				
			||||||
 | 
					    * Fixed threading model for DSPDeviceSinkEngine plus other fixes. Part of #2159
 | 
				
			||||||
 | 
					    * DeviceSet and DeviceUISet: use delete channel API instead of destroy method...
 | 
				
			||||||
 | 
					    * BladeRF2Output: removed applySettings from stop method
 | 
				
			||||||
 | 
					    * All device plugins: make sure start and stop are effective once only. PArt of #2159
 | 
				
			||||||
 | 
					    * Removed the destroy method from ChannelGUI interface
 | 
				
			||||||
 | 
					    * DeviceGUI: removed destroy method. Part of #2159
 | 
				
			||||||
 | 
					    * Fix SopaySDR library search when system cmake package present. PR #2245
 | 
				
			||||||
 | 
					    * Append prefix to plugin name when running on Android. PR #2245
 | 
				
			||||||
 | 
					    * Fix compilation with newer ffmpeg libavutil. PR #2245
 | 
				
			||||||
 | 
					    * Fix compilation for Android with Qt6. PR #2245
 | 
				
			||||||
 | 
					    * Bump Cmake minimal version to 3.17
 | 
				
			||||||
 | 
					    * Use new find_package(CUDA Toolkit). PR #2250
 | 
				
			||||||
 | 
					    * Update CMakeLists.txt to allow static libraries to be built, as well as shared... PR #2252
 | 
				
			||||||
 | 
					    * Allow plugins to be compiled as static libs, part 2. PR #2254
 | 
				
			||||||
 | 
					    * Use opencv4 with VS2022. PR #2257
 | 
				
			||||||
 | 
					    * Frequency Scanner: initialize pointer to FrequencyScanner. Fixes #2262
 | 
				
			||||||
 | 
					    * Update channel list upon Morse Decoder and Demod Analyzer GUI creation. Fixes #2263
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   -- Edouard Griffiths, F4EXB  <f4exb06@gmail.com>  Sun, 06 Oct 2024 08:39:11 +0200
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdrangel (7.22.0-1) unstable; urgency=medium
 | 
					sdrangel (7.22.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    * New Rx channel based on WDSP. Issue #2156
 | 
					    * New Rx channel based on WDSP. Issue #2156
 | 
				
			||||||
 | 
				
			|||||||
@ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
 | 
				
			|||||||
# configure version
 | 
					# configure version
 | 
				
			||||||
set(sdrangel_VERSION_MAJOR "7")
 | 
					set(sdrangel_VERSION_MAJOR "7")
 | 
				
			||||||
set(sdrangel_VERSION_MINOR "22")
 | 
					set(sdrangel_VERSION_MINOR "22")
 | 
				
			||||||
set(sdrangel_VERSION_PATCH "0")
 | 
					set(sdrangel_VERSION_PATCH "1")
 | 
				
			||||||
set(sdrangel_VERSION_SUFFIX "")
 | 
					set(sdrangel_VERSION_SUFFIX "")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# SDRAngel cmake options
 | 
					# SDRAngel cmake options
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										30
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,33 @@
 | 
				
			|||||||
 | 
					sdrangel (7.22.1-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    * wdsprx: Fix path to help file.
 | 
				
			||||||
 | 
					    * Removed SyncMessenger from DSPDeviceSourceEngine. Part of #2159
 | 
				
			||||||
 | 
					    * Fixed threading model for DSPDeviceSourceEngine. Part of #2159
 | 
				
			||||||
 | 
					    * Removed SyncMessenger from DSPDeviceMIMOEngine. Part of #2159
 | 
				
			||||||
 | 
					    * RTLSDR: make sure start and stop are effective once only. PArt of #2159
 | 
				
			||||||
 | 
					    * Fixed threading model for DSPDeviceMIMOEngine plus other fixes. Part of #2159
 | 
				
			||||||
 | 
					    * Removed SyncMessenger from DSPDeviceSinkEngine. Part of #2159
 | 
				
			||||||
 | 
					    * SSBMod, AMMod, NFMMod: revised thread processing
 | 
				
			||||||
 | 
					    * Fixed threading model for DSPDeviceSinkEngine plus other fixes. Part of #2159
 | 
				
			||||||
 | 
					    * DeviceSet and DeviceUISet: use delete channel API instead of destroy method...
 | 
				
			||||||
 | 
					    * BladeRF2Output: removed applySettings from stop method
 | 
				
			||||||
 | 
					    * All device plugins: make sure start and stop are effective once only. PArt of #2159
 | 
				
			||||||
 | 
					    * Removed the destroy method from ChannelGUI interface
 | 
				
			||||||
 | 
					    * DeviceGUI: removed destroy method. Part of #2159
 | 
				
			||||||
 | 
					    * Fix SopaySDR library search when system cmake package present. PR #2245
 | 
				
			||||||
 | 
					    * Append prefix to plugin name when running on Android. PR #2245
 | 
				
			||||||
 | 
					    * Fix compilation with newer ffmpeg libavutil. PR #2245
 | 
				
			||||||
 | 
					    * Fix compilation for Android with Qt6. PR #2245
 | 
				
			||||||
 | 
					    * Bump Cmake minimal version to 3.17
 | 
				
			||||||
 | 
					    * Use new find_package(CUDA Toolkit). PR #2250
 | 
				
			||||||
 | 
					    * Update CMakeLists.txt to allow static libraries to be built, as well as shared... PR #2252
 | 
				
			||||||
 | 
					    * Allow plugins to be compiled as static libs, part 2. PR #2254
 | 
				
			||||||
 | 
					    * Use opencv4 with VS2022. PR #2257
 | 
				
			||||||
 | 
					    * Frequency Scanner: initialize pointer to FrequencyScanner. Fixes #2262
 | 
				
			||||||
 | 
					    * Update channel list upon Morse Decoder and Demod Analyzer GUI creation. Fixes #2263
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   -- Edouard Griffiths, F4EXB  <f4exb06@gmail.com>  Sun, 06 Oct 2024 08:39:11 +0200
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sdrangel (7.22.0-1) unstable; urgency=medium
 | 
					sdrangel (7.22.0-1) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    * New Rx channel based on WDSP. Issue #2156
 | 
					    * New Rx channel based on WDSP. Issue #2156
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user