From: Mike Brady Date: Fri, 27 Apr 2018 10:49:57 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.2RC6~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f5047c79de95e5c46fef8fd82ebec8cabe55e46;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b1d129b3..5896513a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,8 +1,8 @@ Version 3.2d44 ==== **Bug Fixes** -When errors occur sending resend requests, back off for 0.5 seconds, rather than 10 seconds, and make the code work! -Make the configuration options to include the dbus ionterface and the mpris interfaces be `--with-dbus-interface` and `--with-mpris-interface` as expected, not `--with-dbus` and `--with-mpris` as they actually were. +* When errors occur sending resend requests, back off for 0.5 seconds, rather than 10 seconds, and make the code actually work. +* Make the configuration options to include the dbus ionterface and the mpris interfaces be `--with-dbus-interface` and `--with-mpris-interface` as expected, not `--with-dbus` and `--with-mpris` as they actually were. Version 3.2d42 ====