Related: RHEL-31178 RHEL-39387 RHEL-40216 RHEL-40947 RHEL-50216
This commit is contained in:
Miroslav Lichvar 2024-07-25 14:17:03 +02:00
parent 781f2f4c40
commit 0c0f980da3

View File

@ -4,7 +4,7 @@
Name: linuxptp Name: linuxptp
Version: 4.2 Version: 4.2
Release: 2%{?dist} Release: 3%{?dist}
Summary: PTP implementation for Linux Summary: PTP implementation for Linux
License: GPLv2+ License: GPLv2+
@ -121,6 +121,13 @@ PATH=..:$PATH ./run
%{_mandir}/man8/*.8* %{_mandir}/man8/*.8*
%changelog %changelog
* Thu Jul 25 2024 Miroslav Lichvar <mlichvar@redhat.com> 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 <mlichvar@redhat.com> 4.2-2 * Thu Feb 22 2024 Miroslav Lichvar <mlichvar@redhat.com> 4.2-2
- fix loading and reloading of leapfile - fix loading and reloading of leapfile