]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Sun, 16 Apr 2017 15:25:49 +0000 (16:25 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Apr 2017 15:25:49 +0000 (16:25 +0100)
RELEASENOTES.md

index e22600a62381a9fe41b8c75607885c7a5ec33f1d..c71972c45c531b88ef93e4831555e86fa59967f5 100644 (file)
@@ -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.