From: Mike Brady Date: Sun, 16 Apr 2017 15:25:49 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 3.1.d6~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=843af022e0d672c28e830ca6d66565f59d710541;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e22600a6..c71972c4 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,9 +2,12 @@ Version 3.1d6 ==== **New Feature** -An extensively enhanced and updated backend for SNDIO thanks to the work of [t6](https://github.com/t6). +An extensively enhanced and updated backend for `sndio` thanks to the work of [t6](https://github.com/t6). -SNDIO is *"the software layer of the OpenBSD operating system that manages the use of sound cards and MIDI ports."* Additionally, SNDIO *"... pays special attention to synchronization mechanisms and reliability required by music applications"*, hopefully opening up the possibility of synchronisation native to \*BSD. +`sndio` is *"the software layer of the OpenBSD operating system that manages the use of sound cards and MIDI ports."* Additionally, `sndio` *"... pays special attention to synchronization mechanisms and reliability required by music applications"*, hopefully opening up the possibility of synchronisation native to \*BSD. + +**Bug fix** +* Fixed an off-by-one bug which allowed one more port than specified in the `udp_port_range` setting. Thanks to [kingosticks](https://github.com/kingosticks) for the alert. **Enhancements** * Fixed some warnings detected by `clang` on FreeBSD. One was potentially a significant error.