Skip to content

Commit

Permalink
Update RELEASENOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Aug 6, 2015
1 parent faef1f4 commit 586f4e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.3.10
----
* Bug fix
* The "pipe" backend used output code that would block if the pipe didn't have a reader. This has been replaced by non-blocking code. Here are some implications:
* When the pipe is created, Shairport Sync will not block if a reader isn't present.
* If the pipe doesn't have a reader when Shairport Sync wants to output to it, the output will be discarded.
* If a reader disappears while writing is occuring, the write will time out after five seconds.
* Shairport Sync will only close the pipe on termination.

Version 2.3.9
----
* Bug fix
Expand Down

0 comments on commit 586f4e7

Please sign in to comment.