]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Tue, 31 Jan 2017 16:19:08 +0000 (16:19 +0000)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2017 16:19:08 +0000 (16:19 +0000)
RELEASENOTES.md

index 960a07dc47221cd120e39bfac7844bc595df3416..3b5af0ae39cc4c8510304f143b95a9705f1808e1 100644 (file)
@@ -2,7 +2,7 @@ Version 3.0d22 – Development Version
 ----
 
 **Bug Fix**
-* Fixed a bug which prevented successful building in the OpenWrt toolchain. The problem was caused by an unconditional inclusion of a reference to apple_alac.h in player.c whether apple_alac was selected or not. This caused the OpenWrt build system to expect the standard C++ library to be referenced, and it was not there. Solution was to make the #include conditional on apple_alac having been selected.
+* Fixed a bug which prevented successful building in the OpenWrt toolchain. The problem was caused by an unconditional inclusion of a reference to apple_alac.h in player.c whether apple_alac was selected or not. This caused the OpenWrt build system to expect the standard C++ library to be referenced, and it was not there. Solution was to make the `#include` conditional on apple_alac having been selected.
 
 Version 3.0d21 – Development Version
 ----