]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Mon, 21 Dec 2015 13:27:44 +0000 (13:27 +0000)
committerMike Brady <mikebrady@eircom.net>
Mon, 21 Dec 2015 13:27:44 +0000 (13:27 +0000)
RELEASENOTES.md

index 3aa000bfa6c6ca96f40cd766b01b55f1ab28883a..7add08ed63fb29ba4e8eebe612f3fdb50dda9f11 100644 (file)
@@ -1,7 +1,14 @@
 Version 2.7.4 -- Development Version
 ----
 **Enhancements**
-* Rather than hardwire the path `/usr/local/bin` as the path to the shairport-sync executable, the value of `$PREFIX` is now used.
+* Rather than hardwire the path `/usr/local/bin` as the path to the shairport-sync executable, the value of `$PREFIX` is now used during configuration. Thanks to [Nick Steel](https://github.com/kingosticks).
+* Add some extra diagnostic messages if the hardware buffer in the DAC is smaller than desired.
+* If metadata has been enabled, but if picture sending has not been requested and the source sends pictures anyway, omit them from the metadata feed. Thanks to [Jörg Krause](https://github.com/joerg-krause).
+
+**Bug Fixes**
+* Fixed a data alignment issue in the handling of metadata on some processors. Thanks to [Jörg Krause](https://github.com/joerg-krause).
+* Removed an `assert` which would terminate the program if a malformed packet of data was received.
+* Look for the correct tag name for desired alsa buffer length: `audio_backend_buffer_desired_length` rather than `audio_backend_buffer_desired_length_software`.
 
 Version 2.7.3 -- Development Version
 ----