diff --git a/linuxptp.spec b/linuxptp.spec index 86cf692..82da037 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: PTP implementation for Linux License: GPLv2+ @@ -121,6 +121,13 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Thu Jul 25 2024 Miroslav Lichvar 4.2-3 +- rework NMEA delay patch to fix PPS edge rejection (RHEL-39387) +- fix ts2phc to correctly handle leap seconds (RHEL-40216) +- fix ts2phc to reset NMEA parser after RMC message (RHEL-40947) +- add options to configure multicast IP addresses (RHEL-31178) +- add holdover support to ts2phc (RHEL-50216) + * Thu Feb 22 2024 Miroslav Lichvar 4.2-2 - fix loading and reloading of leapfile