diff --git a/linuxptp.spec b/linuxptp.spec index 2fa2e12..f0229ed 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 4.2 -Release: 6%{?dist} +Release: 1%{?dist} Summary: PTP implementation for Linux Group: System Environment/Base @@ -113,6 +113,11 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Thu Feb 22 2024 Miroslav Lichvar 4.2-1 +- update to 4.2 (RHEL-21326 RHEL-21328 RHEL-21329) +- fix ts2phc to handle large NMEA delay (RHEL-23278) +- fix loading and reloading of leapfile + * Wed May 03 2023 Miroslav Lichvar 3.1.1-6 - clear pending errors on sockets (#2192560)