Related: RHEL-178071 RHEL-187950
This commit is contained in:
Miroslav Lichvar 2026-07-01 15:33:24 +02:00
parent 289b4ef5b4
commit 003d226648

View File

@ -4,7 +4,7 @@
Name: linuxptp
Version: 4.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: PTP implementation for Linux
License: GPL-2.0-or-later
@ -129,6 +129,10 @@ PATH=..:$PATH ./run
%{_mandir}/man8/*.8*
%changelog
* Wed Jul 01 2026 Miroslav Lichvar <mlichvar@redhat.com> 4.4-5
- fix high CPU usage by ptp4l when link is down (RHEL-178071)
- fix phc2sys to not get stuck in static mode (RHEL-187950)
* Tue Sep 23 2025 Miroslav Lichvar <mlichvar@redhat.com> 4.4-4
- handle missing pulses in ts2phc (RHEL-112193)