Merge branch 'master' into develop

This commit is contained in:
Jakob Ketterl 2022-09-30 18:49:45 +02:00
commit 9416db5f42
3 changed files with 9 additions and 5 deletions

View File

@ -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

6
debian/changelog vendored
View File

@ -1,9 +1,13 @@
openwebrx (1.3.0) UNRELEASED; urgency=low
-- Jakob Ketterl <jakob.ketterl@gmx.de> 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 <jakob.ketterl@gmx.de> Thu, 16 Jun 2022 21:47:00 +0000
-- Jakob Ketterl <jakob.ketterl@gmx.de> Tue, 20 Sep 2022 16:01:00 +0000
openwebrx (1.2.0) bullseye jammy; urgency=low

View File

@ -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