Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofquality committed Jul 20, 2020
2 parents cfaf555 + f920d9b commit 29a08cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release 0.5.2 (pending)
Release 0.5.2 (2020-07-20)
==========================

- Support more than 31 clients in SSDP endpoint
- Handle cases where avahi client is null
- Protect getServerURLs() with mutex
- Handle EINTR case for SSDP server select
- Fix the scale in CS12 - CF32 conversion
- Protect getServerURLs from re-entrant calls
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
soapyremote (0.5.2-1) unstable; urgency=low

* Release 0.5.2 (2020-07-20)

-- Josh Blum <[email protected]> Mon, 20 Jul 2020 15:03:37 -0000

soapyremote (0.5.1-1) unstable; urgency=low

* Release 0.5.1 (2019-01-26)
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Source: https://github.com/pothosware/SoapyRemote/wiki

Files: *
Copyright:
Copyright (c) 2015-2019 Josh Blum <[email protected]>
Copyright (c) 2015-2020 Josh Blum <[email protected]>
Copyright (c) 2016-2016 Bastille Networks
License: BSL-1.0
Boost Software License - Version 1.0 - August 17th, 2003
Expand Down
2 changes: 1 addition & 1 deletion debian/soapysdr-server.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$1" = "configure" ]; then
#Load the new sysctl limits so they are immediately usable.
#Otherwise, the limits will be always loaded at boot time.
if [ -x "`which sysctl 2>/dev/null`" ]; then
sysctl --load /usr/lib/sysctl.d/SoapySDRServer.conf
sysctl --load /usr/lib/sysctl.d/SoapySDRServer.conf || true
fi
fi

Expand Down

0 comments on commit 29a08cc

Please sign in to comment.