From: Mike Brady Date: Tue, 31 Jan 2017 16:19:08 +0000 (+0000) Subject: Update RELEASENOTES.md X-Git-Tag: 3.0.d22~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=080e07217f287382df4a8f0567f2c0efb95d8ea8;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 960a07dc..3b5af0ae 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 ----