Related: RHEL-165199 RHEL-173418 RHEL-187951
This commit is contained in:
Miroslav Lichvar 2026-07-01 16:40:19 +02:00
parent d0981faf02
commit eaeab6b361

View File

@ -6,7 +6,7 @@
Name: linuxptp
Version: 4.4
Release: 8%{?dist}
Release: 9%{?dist}
Summary: PTP implementation for Linux
License: GPL-2.0-or-later
@ -203,6 +203,11 @@ fi
%{_mandir}/man8/*.8*
%changelog
* Wed Jul 01 2026 Miroslav Lichvar <mlichvar@redhat.com> 4.4-9
- fix phc2sys service to allow clocks specified by interface (RHEL-165199)
- fix high CPU usage by ptp4l when link is down (RHEL-173418)
- fix phc2sys to not get stuck in static mode (RHEL-187951)
* Mon Feb 02 2026 Miroslav Lichvar <mlichvar@redhat.com> 4.4-8
- create reverse compatibility symlink to /var/run/ptp4l (RHEL-145071)