diff --git a/Changelog.txt b/Changelog.txt index 7abdebd..7658383 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -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 diff --git a/debian/changelog b/debian/changelog index 4148e8e..49f02f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +soapyremote (0.5.2-1) unstable; urgency=low + + * Release 0.5.2 (2020-07-20) + + -- Josh Blum Mon, 20 Jul 2020 15:03:37 -0000 + soapyremote (0.5.1-1) unstable; urgency=low * Release 0.5.1 (2019-01-26) diff --git a/debian/copyright b/debian/copyright index da8cae5..0018d53 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Source: https://github.com/pothosware/SoapyRemote/wiki Files: * Copyright: - Copyright (c) 2015-2019 Josh Blum + Copyright (c) 2015-2020 Josh Blum Copyright (c) 2016-2016 Bastille Networks License: BSL-1.0 Boost Software License - Version 1.0 - August 17th, 2003 diff --git a/debian/soapysdr-server.postinst b/debian/soapysdr-server.postinst index 7b86d01..35da788 100644 --- a/debian/soapysdr-server.postinst +++ b/debian/soapysdr-server.postinst @@ -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