From 60007d9d0287d7e202a98684eb878ed1e355cb14 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Tue, 9 Nov 2021 07:02:32 -0500 Subject: [PATCH] update changelog in README --- README.html | 1 + README.md | 2 ++ README.txt | 3 +++ 3 files changed, 6 insertions(+) diff --git a/README.html b/README.html index 592ab31..68ea1d4 100644 --- a/README.html +++ b/README.html @@ -69,6 +69,7 @@

-as 0 or -a suppresses playing of streamed audio, but displays streamed video.

-t timeout will cause the server to relaunch (without stopping uxplay) if no connections have been present during the previous timeout seconds. (You may wish to use this because the Server may not be visible to new Clients that were inactive when the Server was launched, and an idle Bonjour registration also eventually becomes unavailable for new connections.) The timer only starts once a Client has first made a mirror connection and then has disconnected with “Stop Mirrroring”. This option should not be used if the display window is an OpenGL window on macOS, as such an OpenGL window created by GStreamer does not terminate correctly (it causes a segfault) if it is still open when the GStreamer pipeline is closed.

ChangeLog

+

1.40 2021-11-09 Cleanup segfault in ALAC support, manpage location fix, show request Plists in debug mode.

1.39 2021-11-06 Added support for Apple Lossless (ALAC) audio streams.

1.38 2021-10-8 Add -as audiosink option to allow user to choose the GStreamer audiosink.

1.37 2021-09-29 Append “@hostname” to AirPlay Server name, where “hostname” is the name of the server running uxplay (reworked change in 1.36).

diff --git a/README.md b/README.md index b6fdd28..8625ae8 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,8 @@ Also: image transforms that had been added to RPiPlay have been ported to UxPlay # ChangeLog +1.40 2021-11-09 Cleanup segfault in ALAC support, manpage location fix, show request Plists in debug mode. + 1.39 2021-11-06 Added support for Apple Lossless (ALAC) audio streams. 1.38 2021-10-8 Add -as _audiosink_ option to allow user to choose the GStreamer audiosink. diff --git a/README.txt b/README.txt index 9bcd5a0..5ec2240 100644 --- a/README.txt +++ b/README.txt @@ -387,6 +387,9 @@ still open when the GStreamer pipeline is closed.* ChangeLog ========= +1.40 2021-11-09 Cleanup segfault in ALAC support, manpage location fix, +show request Plists in debug mode. + 1.39 2021-11-06 Added support for Apple Lossless (ALAC) audio streams. 1.38 2021-10-8 Add -as *audiosink* option to allow user to choose the