From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 28 Jul 2021 14:47:21 +0000 (+0100) Subject: Update RELEASENOTES-DEVELOPMENT X-Git-Tag: 4.1-dev~4^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c600f9bd96a24e5bebabe34fa2ad0972d7f523b;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES-DEVELOPMENT --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index c10e455d..be36f514 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,23 @@ +Version 4.0-dev-303-g9074069 +==== +#### New Features +- An initial [PipeWire](https://pipewire.org) backend, with thanks to [Lukas Rusak](https://github.com/lrusak). Use the `--with-pw` configuration flag at the `./configure...` stage to include support. + + +#### Bug Fixes +- Fix a bug when using the `tinysvcmdns` mDNS implementation, with thanks to [fesc2000](https://github.com/fesc2000). +- When an unrecognised SETUP message is received, just ignore it and put a warning in the log. Remove a redundant `client_setup_plist` data item from the `conn` data structure. + +#### Enhancements +- Shairport Sync no longer needs to be in the same directory of NQPTP during compilation. +- Add Docker automations -- thanks to [Charles Omer](https://github.com/charlesomer). +- Add Issue management automations -- thanks to [Charles Omer](https://github.com/charlesomer). +- Reconnect the DACP scanner for AirPlay 2. (It still isn't useful, unfortunately.) +- Add initial support to allow dynamic modification of Rendezvous advertisements. +- Simplify some UFW suggestions in the Troubleshooting Guide. +- Merge some documentation changes from the `master` branch. +- Add information to the Car Install Guide about improving boot times, thanks to [vasilisvg](https://github.com/vasilisvg) + Version 4.0-dev-185-g0c02ee2 ====