From 5c3a1c8fc34d33d5d95ea80ed185b1a6b1388ab2f70717cc5f3029a6a92a6186 Mon Sep 17 00:00:00 2001 From: Konstantin Voinov Date: Mon, 1 Nov 2021 06:03:08 +0000 Subject: [PATCH] - Update to 3.8.1 * Client: JACK support on Windows has been improved (#1718). (contributed by @jujudusud, @henkdegroot) * Client: Rewrote multiple error messages to improve UX (#1568, #1732). (contributed by @ann0see) * Client: Add custom directory servers to Connect Dialog (#1869, #1894). (contributed by @jp8) * Client: Rearrange existing UI menu bar items (#1915, #1926). (contributed by @jp8) * Bug Fix: Mute myself has been made more consistent (#1838). (contributed by @ngocdh) * Bug Fix: Fix ampersand not being shown correctly on mixer (#1886, #1893). (contributed by @HughePaul, @ann0see) * Bug Fix: A crash fix related to the way iOS handles sockets in idle mode (#1875). (contributed by @ngocdh) * Server: A single click on the server application in the systemtray now opens the Jamulus Server main window (#1722, #1731). (contributed by @henkdegroot) * Server: Jam Recorder's internal locking and initialization code has been made more robust (#1826). (contributed by @cdmahoney) * Server: The list of servers registered on a directory can now be saved during directory restart. Use the new --directoryfile CLI option to use this feature (#1867). (contributed by @pljones) * Server: Add link to website if a new version is available (#1980). (contributed by: @ann0see) OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/Jamulus?expand=0&rev=46 --- Jamulus-3.8.0.tar.gz | 3 -- Jamulus-3.8.1.tar.gz | 3 ++ Jamulus.changes | 109 +++++++++++++++++++++++++++++++++++++++++-- Jamulus.spec | 4 +- 4 files changed, 111 insertions(+), 8 deletions(-) delete mode 100644 Jamulus-3.8.0.tar.gz create mode 100644 Jamulus-3.8.1.tar.gz diff --git a/Jamulus-3.8.0.tar.gz b/Jamulus-3.8.0.tar.gz deleted file mode 100644 index aa13337..0000000 --- a/Jamulus-3.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb3df34ab9e7c8443775bdff9867bd8e8415061eef1baeb2c55b777aedb2c1cd -size 3608539 diff --git a/Jamulus-3.8.1.tar.gz b/Jamulus-3.8.1.tar.gz new file mode 100644 index 0000000..d3d477b --- /dev/null +++ b/Jamulus-3.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc20c6aa8d0d3dd6c98a54cc1759d611fe564a8c73f7da9b09b48d2a3dee1d25 +size 3698896 diff --git a/Jamulus.changes b/Jamulus.changes index 7b4c82f..58a5a2a 100644 --- a/Jamulus.changes +++ b/Jamulus.changes @@ -1,3 +1,109 @@ +------------------------------------------------------------------- +Mon Nov 1 06:01:46 UTC 2021 - Konstantin Voinov + +- Update to 3.8.1 + + * Client: JACK support on Windows has been improved (#1718). + (contributed by @jujudusud, @henkdegroot) + + * Client: Rewrote multiple error messages to improve UX (#1568, #1732). + (contributed by @ann0see) + + * Client: Add custom directory servers to Connect Dialog (#1869, #1894). + (contributed by @jp8) + + * Client: Rearrange existing UI menu bar items (#1915, #1926). + (contributed by @jp8) + + * Bug Fix: Mute myself has been made more consistent (#1838). + (contributed by @ngocdh) + + * Bug Fix: Fix ampersand not being shown correctly on mixer (#1886, #1893). + (contributed by @HughePaul, @ann0see) + + * Bug Fix: A crash fix related to the way iOS handles sockets in + idle mode (#1875). + (contributed by @ngocdh) + + * Server: A single click on the server application in the + systemtray now opens the Jamulus Server main window (#1722, #1731). + (contributed by @henkdegroot) + + * Server: Jam Recorder's internal locking and initialization code + has been made more robust (#1826). + (contributed by @cdmahoney) + + * Server: The list of servers registered on a directory can now + be saved during directory restart. Use the new + --directoryfile CLI option to use this feature (#1867). + (contributed by @pljones) + + * Server: Add link to website if a new version is available (#1980). + (contributed by: @ann0see) + + * Bug Fix: Remove incorrect version of headless .service file (#2009). + (contributed by @ann0see) + + * Client/Server: Add IPv6 support for direct connections (#1017, #1938). + (contributed by @jardous, @softins) + + * CLI: Re-order and refactor help for client/server validation (#1896). + (contributed by @pljones) + + * CLI: Jamulus now shows a link to the Website for translated + content (#1759). + (contributed by @henkdegroot) + + * Android: Add close button on Android to enhance UX (#1763, #1876). + (contributed by @ngocdh) + + * iOS: Sound support, feature to allow switch between external device + and the internal mic (#1875). + (contributed by @ngocdh) + + * MacOS: Keyboard shortcuts now also work on macOS (#1726, #1873). + (contributed by @henkdegroot) + + * Installer: Add zh_CN translation + for nsis win installer (#1922, #1954). + (contributed by @BLumia) + + * Documentation: Move Demos, description of inputs options to + Knowledge Base (#603, #551). + (contributed by: @pcar75, @gilgongo) + + * Documentation: Add user experience section to CONTRIBUTING.md (#1885). + (contributed by: @ann0see) + + * Documentation: Create Server Admin Manual (#527). + (contributed by: @gilgongo) + + * Documentation: Update typo on links in compiling.md file (#1824). + (contributed by @jujudusud) + + * Documentation: Number range command line error messages + reworded accurately (#1978). + (contributed by @DavidSavinkoff) + + * Website: switch to .po file format to make updating + translations easier (various PRs) + (contributed by: @ignotus666) + + * Website: Removed edit button from wiki layout file (#576). + (contributed by: @DevRish) + + * Internal: Enable signing of macOS binaries (via build script + and automatically via CI) (#1856, #1937). + (contributed by @emlynmac) + + * Internal: Added Apple Appstore licence waiver (#1874) + (contributed by @ann0see, @pljones, @gilgongo) + + * Internal: Add autobuild for Windows with JACK (#1829). + (contributed by @henkdegroot) + + * Internal: Document release process on contribute page (#1594, #592). + (contributed by: @hoffie, @ann0see) + ------------------------------------------------------------------- Thu Jun 3 01:31:40 UTC 2021 - Konstantin Voinov @@ -7,9 +113,6 @@ Thu Jun 3 01:31:40 UTC 2021 - Konstantin Voinov Thu Jun 3 01:11:34 UTC 2021 - Konstantin Voinov - Update to 3.8.0 - -------------------------------------------------------------------- - * The term "Central server" has been replaced with "Directory server" (#1407, #1715, #1629). Note that the program will still accept the --centralserver diff --git a/Jamulus.spec b/Jamulus.spec index dba085f..1fc4eea 100644 --- a/Jamulus.spec +++ b/Jamulus.spec @@ -21,10 +21,10 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif -%define tarball_version 3_8_0 +%define tarball_version 3_8_1 Name: Jamulus -Version: 3.8.0 +Version: 3.8.1 Release: 0 Summary: Low-latency internet connection tool for real-time jam sessions License: GPL-2.0-or-later