From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:20:19 +0000 (+0100) Subject: Update RELEASENOTES-DEVELOPMENT.md X-Git-Tag: 4.3.4-dev~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec034952d8fc913c7477f7247c32db71c34b66f;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES-DEVELOPMENT.md --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index d6a345c5..d1c3c248 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,7 +1,32 @@ +Version 4.3.3-dev-43-g5922f9d1 +=== +**Enhancement** +* If a network interface is specified in the configuration file, limit the addresses used for PTP to to that network interface only. Thanks to [Ryan Mounce](https://github.com/rmounce) for the [PR](https://github.com/mikebrady/shairport-sync/pull/1813). + +Version 4.3.3-dev-41-g0f07107c +=== +**Enhancment** +* Look for `DACP-ID` and `Active-Remote` in the `GET /info` request, where it sometimes appears in an AirPlay 2 session originating from an Intel Mac. + +Version 4.3.3-dev-40-g98627932 +=== +**Enhancement** +* Add a configuration option `--without-create-user-group` to optionally disable the creation of the `shairport-sync` user and group during a `make install`. This makes packaging easier for some systems, e.g. Yocto. Thanks to [hvilleneuve29](https://github.com/hvilleneuve29) for the [PR](https://github.com/mikebrady/shairport-sync/pull/1820). + +Version 4.3.3-dev-38-gab59f201 +=== +**Docker Compose Enhancement** +* Set `S6_KEEP_ENV = 1` to enable the passing of environment variables from the docker compose file into the image. Thanks to [HNKNTA](https://github.com/HNKNTA) for the [PR](https://github.com/mikebrady/shairport-sync/pull/1812). + +Version 4.3.3-dev-35-gd6ad6da1 +=== +**Documentation Update** +* The introduction paragraph now more clearly mentions the hard facts/requirements with "as of v4.1 and newer" and the supported devices are displayed in bullet list format for better readabilty. Thanks to [porg](https://github.com/porg) for the [PR](https://github.com/mikebrady/shairport-sync/pull/1818). + Version 4.3.3-dev-32-gcf10ff9d === **Enhancement** -* Implements the idea in [Issue 1808](https://github.com/mikebrady/shairport-sync/issues/1808). Thanks to [Bill Peck](https://github.com/p3ck) for the suggestion and continued support for Fedora. +* Implements the idea in [Issue 1808](https://github.com/mikebrady/shairport-sync/issues/1808) to make Fedora package-building easier. Thanks to [Bill Peck](https://github.com/p3ck) for the suggestion and continued support for Fedora. Version 4.3.3-dev-30-g4aee4ec8 ===