]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Mon, 28 Oct 2019 08:58:08 +0000 (08:58 +0000)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2019 08:58:08 +0000 (08:58 +0000)
RELEASENOTES.md

index 86b71c72985858f3ff544989235db3842a627095..bf18a9f66f66747584837433c3130dc4203e43bc 100644 (file)
@@ -1,7 +1,13 @@
-Version 3.3.3
+Version 3.3.4
 ====
+
 Please see the [Release Notes for 3.3](https://github.com/mikebrady/shairport-sync/releases/tag/3.3).
 
+This is Version 3.3.3 with a small compilation error fixed.
+
+Version 3.3.3
+====
+
 **Bug Fixes**
 * Fixes a deferred crash that occurred in Ubuntu 14.04: the `shairport-sync` daemon would silently die after a fairly long period. It typically happened just after a DHCP address was renewed. The problem seemed to be related to having more than one `avahi` threaded polling loop (though this isn't documented anywhere). The fix was to consolidate the `avahi` stuff down to one threaded polling loop. Addresses issue [#895](https://github.com/mikebrady/shairport-sync/issues/895). Thanks to [Hans (the) MCUdude](https://github.com/MCUdude) for reporting and for initial troubleshooting.