Skip to content

Commit b77092f

Browse files
authored
Update RELEASENOTES-DEVELOPMENT.md
1 parent c064b8b commit b77092f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASENOTES-DEVELOPMENT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 4.3.4-dev-13-gc064b8ba
2+
==
3+
**Bug Fixes**
4+
* Reorder some of the files to be included in `shairport.c` to fix compilation errors in old versions of Mac OS X.
5+
* Avoid using `TCP_KEEPINTVL` and `TCP_KEEPCNT` if they are not defined (they are not defined in older versions of Mac OS X). Thanks to [Sergey Federov](https://github.com/barracuda156) for raising these [issues](https://github.com/mikebrady/shairport-sync/issues/1860) and pointing at a potential solution.
6+
* Fix a race condition with the metadata queues. The problem was that the queues were being initialised by threads launched by the main thread which, having started the threads, proceeded to use the queues. But if the threads were late in starting, the queues might not be initialised by the time the main thread tried to use them. Fixed by initialising the queues in the main thread.
7+
18
Version 4.3.4-dev-10-gaade1b39
29
==
310
**Docker Enhancement -- Continued**

0 commit comments

Comments
 (0)