From 679ed3365d205da20e3f453154d5be17d2969f3e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 22 Feb 2024 14:40:30 +0100 Subject: [PATCH] 4.2-1 Related: RHEL-21326 RHEL-21328 RHEL-21329 RHEL-23278 --- linuxptp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)