]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES-DEVELOPMENT.md
authorMike Brady <mikebradydublin@icloud.com>
Mon, 22 Jun 2020 09:41:20 +0000 (10:41 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 09:41:20 +0000 (10:41 +0100)
RELEASENOTES-DEVELOPMENT.md

index a4c7227c6115db9528369eb1595754bbcd374499..c68afca5b4d042597b9dca1aaf44672f96523c69 100644 (file)
@@ -2,6 +2,7 @@ Version 3.3.7d11
 ====
 **Bug Fixes**
 * Fixed a number of bugs that prevented Shairport Sync from terminating cleanly in response to the `MPRIS` interface's `Quit()` command. Thanks to [João Gabriel](https://github.com/jgabriel98) for reporting this issue.
+* Related to the above, the code used to terminate the application after a fatal error has been cleaned up. It now uses the correct `exit()` call rather than the rather hacky `abort()` call, returning the value of the constant `EXIT_FAILURE` (typically `1`) to the caller .
 
 Version 3.3.7d10
 ====