Related: RHEL-21326 RHEL-21328 RHEL-21329 RHEL-23278
This commit is contained in:
Miroslav Lichvar 2024-02-22 14:40:30 +01:00
parent e3c5718b9f
commit 679ed3365d

View File

@ -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 <mlichvar@redhat.com> 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 <mlichvar@redhat.com> 3.1.1-6
- clear pending errors on sockets (#2192560)