From: Mike Brady Date: Sun, 18 Feb 2018 18:11:55 +0000 (+0000) Subject: Update RELEASENOTES.md X-Git-Tag: 3.2d29~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfde64f3890572d5acb1af698b825534cce14be6;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cefee62c..82242f73 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,12 @@ +Version 3.2d28 +==== +Continuing the experiments with D-Bus and related DACP support. In this revision, an attempt is made to control the amount of scanning the system does to maintain up-to-date information about a DACP source. As before, please note that the implementation is likely to change greatly or be removed at any time. + +**Enhancements** +* Barebones support added for OpenBSD compilation. +* Only ask for missing packets to be resent once, and if any error occurs making the request, stop for 10 seconds. +* Include the `-pthread` flag -- including the pthread library with `-lpthread` isn't always enough. + Version 3.2d26 ====