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

index 691a6b613d8af6e177fe53be271a19efbfe702f4..e8ccb91f037c25ddb8b3d2e1b4c514516dcc3f5e 100644 (file)
@@ -9,7 +9,7 @@ Version 3.1.d22
 Version 3.1.d21
 ====
 **Bug Fixes**
-* If a fault was detected during initialisation of the ALSA subsystem and Shairport Sync attempted to terminate, sometimes it  hung up waiting indefinitely for a mutex to be unlocked. Unlocking is now done before attempting to terminate. Fixes the issue in #539. Thanks to [f3flight](https://github.com/f3flight) for the report.
+* If a fault was detected during initialisation of the ALSA subsystem and Shairport Sync attempted to terminate, sometimes it  would hang up waiting indefinitely for a mutex to be unlocked. Unlocking is now done before attempting to terminate. This fixes the issue in #539. Thanks to [f3flight](https://github.com/f3flight) for the report.
 
 Version 3.1.d20
 ====
@@ -24,7 +24,7 @@ Version 3.1.d19
 * Improvement in sending metadata over UDP.
 Sending metadata over UDP currently suffers from two main issues:
 The send buffer is left to system default, and consequently packets can be lost as Airplay clients send a lot of metadata;
-some metadata (typically the cover art) cannot be sent within a single IPv4 UDP packet because they are too large.
+some metadata (typically the cover art) cannot be sent within a single IPv4 UDP packet because it is too large.
 These commits fix both issues by setting larger send buffer of 4MB and chunking any metadata with a new sub-protocol ("ssnc", "chnk", packet_ix, packet_counts, packet_tag, packet_type, chunked_data).
 Thanks to [Paul Guyot](https://github.com/pguyot) for this work.