mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
prepare 1.2.2 release
This commit is contained in:
parent
817ee4a670
commit
fc136e2328
|
|
@ -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
6
debian/changelog
vendored
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue