From 1cec386c18c87b0ad1bdaba8c969261645b4ca42 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 11 Oct 2020 15:03:39 +0200 Subject: [PATCH] release version 0.20.0 --- debian/changelog | 4 ++-- docker/scripts/install-connectors.sh | 3 +-- docker/scripts/install-owrx-tools.sh | 6 ++---- htdocs/index.html | 4 ---- owrx/version.py | 2 +- 5 files changed, 6 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f355eb..e0c9239 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -openwebrx (0.20.0) UNRELEASED; urgency=low +openwebrx (0.20.0) buster focal; urgency=low * Added the ability to sign multiple keys in a single request, thus enabling multiple users to claim a single receiver on receiverbook.de @@ -14,7 +14,7 @@ openwebrx (0.20.0) UNRELEASED; urgency=low - FunCube Dongle Pro+ (`"type": "fcdpp"`) - Support for connections to rtl_tcp (`"type": "rtl_tcp"`) - -- Jakob Ketterl Sat, 13 Jun 2020 17:22:00 +0000 + -- Jakob Ketterl Sun, 11 Oct 2020 13:02:00 +0000 openwebrx (0.19.1) buster focal; urgency=low diff --git a/docker/scripts/install-connectors.sh b/docker/scripts/install-connectors.sh index 0e84855..33390e1 100755 --- a/docker/scripts/install-connectors.sh +++ b/docker/scripts/install-connectors.sh @@ -24,8 +24,7 @@ apt-get update apt-get -y install --no-install-recommends $BUILD_PACKAGES git clone https://github.com/jketterl/owrx_connector.git -# this is the latest development version as of 2020-10-04 (ability to build rtl_tcp_connector alone) -cmakebuild owrx_connector ccbf42c78c06c4e1c3e0de6e9ef34fba72a60c75 +cmakebuild owrx_connector 0.3.0 apt-get -y purge --autoremove $BUILD_PACKAGES apt-get clean diff --git a/docker/scripts/install-owrx-tools.sh b/docker/scripts/install-owrx-tools.sh index 2742950..9018c37 100755 --- a/docker/scripts/install-owrx-tools.sh +++ b/docker/scripts/install-owrx-tools.sh @@ -32,8 +32,7 @@ rm -rf js8py git clone https://github.com/jketterl/csdr.git cd csdr -# develop as of 2020-09-06 (fractional_decimator_cc pointer fix) -git checkout f123f81add2f84e3ada66d66afd53cf96b7fec94 +git checkout 0.17.0 autoreconf -i ./configure make @@ -42,8 +41,7 @@ cd .. rm -rf csdr git clone https://github.com/jketterl/digiham.git -# latest commit from develop as of 2020-10-04 -cmakebuild digiham 66871051b5d943703c1024ba4293e45efc2a450d +cmakebuild digiham 0.3.0 apt-get -y purge --autoremove $BUILD_PACKAGES apt-get clean diff --git a/htdocs/index.html b/htdocs/index.html index ed05093..5e6f1ea 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -45,10 +45,6 @@
-
- Under construction -
We're working on the code right now, so the application might fail. -