diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbdb27..745fb3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ **unreleased** + +**1.2.1** - FifiSDR support fixed (pipeline formats now line up correctly) - Added "Device" input for FifiSDR devices for sound card selection diff --git a/debian/changelog b/debian/changelog index c32b8c7..92ffe46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ openwebrx (1.3.0) UNRELEASED; urgency=low + -- Jakob Ketterl Fri, 30 Sep 2022 16:47:00 +0000 + +openwebrx (1.2.1) bullseye jammy; urgency=low + * FifiSDR support fixed (pipeline formats now line up correctly) * Added "Device" input for FifiSDR devices for sound card selection - -- Jakob Ketterl Thu, 16 Jun 2022 21:47:00 +0000 + -- Jakob Ketterl Tue, 20 Sep 2022 16:01:00 +0000 openwebrx (1.2.0) bullseye jammy; urgency=low diff --git a/docker/scripts/install-owrx-tools.sh b/docker/scripts/install-owrx-tools.sh index 748b452..24217f2 100755 --- a/docker/scripts/install-owrx-tools.sh +++ b/docker/scripts/install-owrx-tools.sh @@ -31,13 +31,11 @@ popd rm -rf js8py git clone https://github.com/jketterl/csdr.git -# latest develop as of 2022-09-19 (fifisdr fixes) -cmakebuild csdr 5061ed54666e4ef0ccd9b259bb591c2123a3a3f8 +cmakebuild csdr 0.18.1 git clone https://github.com/jketterl/pycsdr.git cd pycsdr -# latest develop as of 2022-09-19 (fifisdr fixes) -git checkout 1154d090b5fb2f0de45b3bf62851ac665e251e28 +git checkout 0.18.1 ./setup.py install install_headers cd .. rm -rf pycsdr