From 58b35ec0f96e476f28c839a415202fccbdfa6944 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Tue, 26 Jan 2021 16:28:56 +0100 Subject: [PATCH] update changelogs for 0.20.3 --- CHANGELOG.md | 3 +++ debian/changelog | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ce5e57..a7823f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +**0.20.3** +- Fix a compatibility issue with python versions <= 3.6 + **0.20.2** - Fix a security problem that allowed arbitrary commands to be executed on the receiver ([See github issue #215](https://github.com/jketterl/openwebrx/issues/215)) diff --git a/debian/changelog b/debian/changelog index 247df3dd..a91b912f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openwebrx (0.20.3) buster focal; urgency=low + + * Fix a compatibility issue with python versions <= 3.6 + + -- Jakob Ketterl Tue, 26 Jan 2021 15:28:00 +0000 + openwebrx (0.20.2) buster focal; urgency=high * Fix a security problem that allowed arbitrary commands to be executed on