diff --git a/README.html b/README.html index 1bdc809..e55b176 100644 --- a/README.html +++ b/README.html @@ -1700,6 +1700,8 @@ an AppleTV6,2 with sourceVersion 380.20.1 (an AppleTV 4K 1st gen, introduced 2017, running tvOS 12.2.1), so it does not seem to matter what version UxPlay claims to be.

Changelog

+

1.72.2 2025-07-07 Fix bug (typo) in DNS_SD advertisement introduced +with -pw option. Update llhttp to v 9.3.0

1.72.1 2025-06-06 minor update: fix regression in -reg option; add option -rc to specify initialization file; add “-nc no” to unset “-nc” option (for macOS users, where -nc is default); add diff --git a/README.md b/README.md index 76c17fe..9e53aa1 100644 --- a/README.md +++ b/README.md @@ -1731,6 +1731,9 @@ introduced 2017, running tvOS 12.2.1), so it does not seem to matter what version UxPlay claims to be. # Changelog +1.72.2 2025-07-07 Fix bug (typo) in DNS_SD advertisement introduced with -pw +option. Update llhttp to v 9.3.0 + 1.72.1 2025-06-06 minor update: fix regression in -reg option; add option -rc to specify initialization file; add "-nc no" to unset "-nc" option (for macOS users, where -nc is default); add user-installable diff --git a/README.txt b/README.txt index aca484c..bd95777 100644 --- a/README.txt +++ b/README.txt @@ -1751,6 +1751,9 @@ what version UxPlay claims to be. # Changelog +1.72.2 2025-07-07 Fix bug (typo) in DNS_SD advertisement introduced with +-pw option. Update llhttp to v 9.3.0 + 1.72.1 2025-06-06 minor update: fix regression in -reg option; add option -rc ``{=html} to specify initialization file; add "-nc no" to unset "-nc" option (for macOS users, where -nc is default); add diff --git a/uxplay.spec b/uxplay.spec index 87d46b1..e302bb4 100644 --- a/uxplay.spec +++ b/uxplay.spec @@ -1,5 +1,5 @@ Name: uxplay -Version: 1.72.1 +Version: 1.72.2 Release: 1%{?dist} %global gittag v%{version} @@ -135,8 +135,8 @@ cd build %{_docdir}/%{name}/llhttp/LICENSE-MIT %changelog -* Thu Jun 5 2025 UxPlay maintainer - Update for 1.72.1 release +* Mon Jul 7 2025 UxPlay maintainer + Update for 1.72.2 release * Fri Nov 15 2024 UxPlay maintainer Initial uxplay.spec: tested on Fedora 38, Rocky Linux 9.2, OpenSUSE Leap 15.5, Mageia 9, OpenMandriva ROME, PCLinuxOS