]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Mon, 17 Sep 2018 18:34:20 +0000 (19:34 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 18:34:20 +0000 (19:34 +0100)
RELEASENOTES.md

index 23c65d1433f764f737c0f0ba06987d602026ca38..d5d215e8c7e31f5e454f6c9b8c0155621f8aa62f 100644 (file)
@@ -1,3 +1,7 @@
+Version 3.3d10
+====
+Modify the `jack` interface to ignore the latencies of any ports connected to the `jack` end. This is because it does not seem appropriate to try to compensate for the delays in the `jack` system. Not sure if this is the correct approach... Maybe it's better to allow the user to select no compensation, compensate for the lowest latency or compensate for the highest latency; it seems unnecessarily complex, not really the business of Shairport Sync.
+
 Version 3.3d9
 ====
 Many changes to compilation and linking flags. Stop using `HAVE_*` flags except where necessary, use `CONFIG_*` for optional stuff, use `HAS_*` for immediate definitions to be used during configuration, use `USE_*` for Automake definitions. Probably introduced bugs, sigh.