From: Mike Brady Date: Fri, 10 Jul 2015 15:27:56 +0000 (+0100) Subject: Update RELEASENOTES.md X-Git-Tag: 2.3.8~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94c93d4b6a05dabde76e49891c41fca06bfabba;p=thirdparty%2Fshairport-sync.git Update RELEASENOTES.md --- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1ffb1c73..f4959e74 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,15 @@ +Version 2.3.7 +---- +* Changes + * Removed the two different buffer lengths for the alsa back end that made a brief appearance in 2.3.5. + +* Enhancements + * Command line arguments are now given precedence over config file settings. This conforms to standard unix practice. + * A `–without-pkg-config` configuration argument now allows for build systems, e.g. for older OpenWrt builds, that haven't fully implemented it. There is still some unhappiness in arch linux builds. + +* More + * Quite a bit of extra diagnostic code was written to investigate clock drift, DAC timings and so on. It was useful but has been commented out. If might be useful in the future. + Version 2.3.5 ---- * Changes