Skip to content

Commit

Permalink
Version 20211101-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Nov 1, 2021
1 parent e860085 commit 3feb276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@

## Known limitations

* MacOS build is tested with 11.6 Big Sur with Xcode 13 Command Line Tools.
* MacOS build is tested with 11.6.1 Big Sur with Xcode 13.1 Command Line Tools.
* For Raspberry Pi 3 and 4, Airspy R2 10Msps and Airspy Mini 6Msps sampling rates are *not supported* due to the hardware limitation. Use in 2.5Msps for R2, 3Msps for Mini.

## Changes (including requirement changes)

* 20211101-0: `handle_sigterm()` now uses `psignal()` instead of `strsignal()` for the thread safety of Linux. Also fixed the bug of not saving `errno` in the signal handler. This bug was found by the ThreadSanitizer of macOS clang.
* 20211022-0: minor bugfix of COEFF\_MONITOR coefficient display code.
* Since 20210718-0, receiving block number is uint64\_t, and 12 digits are displayed.
* Since 20210709-0, all file output is controlled under libsndfile. Previous output formats are compatible with the older version of airspy-fmradion.
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// define this for enabling coefficient monitor functions
// #undef COEFF_MONITOR

#define AIRSPY_FMRADION_VERSION "20211022-0"
#define AIRSPY_FMRADION_VERSION "20211101-0"

/** Flag is set on SIGINT / SIGTERM. */
static std::atomic_bool stop_flag(false);
Expand Down

0 comments on commit 3feb276

Please sign in to comment.