]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Mon, 30 Jul 2018 10:29:52 +0000 (11:29 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Jul 2018 10:29:52 +0000 (11:29 +0100)
RELEASENOTES.md

index 2e75237f8437256010b4f8cb043153cb3635053c..03dfbc11992560b85a2297642189201f321c5885 100644 (file)
@@ -1,6 +1,6 @@
 Version 3.3d0
 ====
-Internal changes are being made for version 3.3 to avoid using `SIGUSR1` and `pthread_kill` to stop threads; the standard `pthread_cancel` and friends are being used instead. This should lead to more reliable and orderly cancellatioon of sessions and threads. However, it is quite a complex change, so bugs may have been introduced or reactivated. Lots of testing needed.
+Internal changes are being made for version 3.3 to avoid using `SIGUSR1` and `pthread_kill` to stop threads; the standard `pthread_cancel` and friends are being used instead. This should lead to more reliable and orderly cancellation of sessions and threads. However, it is quite a complex change, so bugs may have been introduced or reactivated. Lots of testing needed.
 
 **New Features**
 * Add the command `quit` to the MPRIS and the D-Bus interfaces. The main motivation for this is that it makes it easier to search for memory leaks.