Related: RHEL-93497
This commit is contained in:
Miroslav Lichvar 2025-05-28 10:55:39 +02:00
parent b53c25fa7c
commit 42a058efbf

View File

@ -6,7 +6,7 @@
Name: linuxptp
Version: 4.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: PTP implementation for Linux
License: GPL-2.0-or-later
@ -182,6 +182,9 @@ fi
%{_mandir}/man8/*.8*
%changelog
* Wed May 28 2025 Miroslav Lichvar <mlichvar@redhat.com> 4.4-4
- fix unicast server to recover after port fault (RHEL-93497)
* Wed May 14 2025 Miroslav Lichvar <mlichvar@redhat.com> 4.4-3
- add experimental option for external PPS in ts2phc automatic mode
(RHEL-89605)