prepare 1.2.2 release

This commit is contained in:
Jakob Ketterl 2023-10-08 23:21:56 +02:00
parent 817ee4a670
commit fc136e2328
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,6 @@
**1.2.2**
- Fixed an over-the-air code injection vulnerability
**1.2.1** **1.2.1**
- FifiSDR support fixed (pipeline formats now line up correctly) - FifiSDR support fixed (pipeline formats now line up correctly)
- Added "Device" input for FifiSDR devices for sound card selection - Added "Device" input for FifiSDR devices for sound card selection

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
openwebrx (1.2.2) bullseye jammy; urgency=high
* - Fixed an over-the-air code injection vulnerability
-- Jakob Ketterl <jakob.ketterl@gmx.de> Sun, 08 Oct 2023 21:29:00 +0000
openwebrx (1.2.1) bullseye jammy; urgency=low openwebrx (1.2.1) bullseye jammy; urgency=low
* FifiSDR support fixed (pipeline formats now line up correctly) * FifiSDR support fixed (pipeline formats now line up correctly)

View file

@ -1,5 +1,5 @@
from distutils.version import LooseVersion from distutils.version import LooseVersion
_versionstring = "1.2.1" _versionstring = "1.2.2"
looseversion = LooseVersion(_versionstring) looseversion = LooseVersion(_versionstring)
openwebrx_version = "v{0}".format(looseversion) openwebrx_version = "v{0}".format(looseversion)