Skip to content

Commit

Permalink
0.2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Nov 9, 2019
1 parent 6d9d7dd commit 91d9ffb
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.2.22.0
- (upnp) add -o option to enable only listed model numbers

0.2.21.3
- remove un-necessary muted flag
- in Volume feedback, CalcGroupVolume was called before caller device was updated
Expand Down
4 changes: 2 additions & 2 deletions airupnp/src/airupnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ static char usage[] =
" -f <logfile>\t\twrite debug to logfile\n"
" -p <pid file>\t\twrite PID in file\n"
" -m <name1,name2...>\texclude from search devices whose model name contains name1 or name 2 ...\n"
" -n <name1,name2...>\texclude from search devices whose model number contains name1 or name 2 ...\n"
" -o <model_number_1,model_number_2,...>\tinclude only the model numbers listed; overrides -m and -n ...\n"
" -n <model1,model2,...>\texclude from search devices whose model number contains name1 or name 2 ...\n"
" -o <model1,model2,...>\tinclude only the model numbers listed; overrides -m and -n ...\n"
" -d <log>=<level>\tSet logging level, logs: all|raop|main|util|upnp, level: error|warn|info|debug|sdebug\n"

#if LINUX || FREEBSD
Expand Down
Binary file modified bin/airupnp-aarch64
Binary file not shown.
Binary file modified bin/airupnp-arm
Binary file not shown.
Binary file modified bin/airupnp-arm5
Binary file not shown.
Binary file modified bin/airupnp-bsd-x64
Binary file not shown.
Binary file modified bin/airupnp-i86pc-solaris
Binary file not shown.
Binary file modified bin/airupnp-osx-multi
Binary file not shown.
Binary file modified bin/airupnp-ppc
Binary file not shown.
Binary file modified bin/airupnp-win.exe
Binary file not shown.
Binary file modified bin/airupnp-x86
Binary file not shown.
Binary file modified bin/airupnp-x86-64
Binary file not shown.
Binary file modified bin/airupnp-x86-64-static
Binary file not shown.

0 comments on commit 91d9ffb

Please sign in to comment.