From ab5abea6bb98703037daa36c6b78d60350558e0e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 3 Dec 2024 10:49:09 +0100 Subject: [PATCH] 4.4-1 Related: RHEL-57040 RHEL-58213 RHEL-60027 RHEL-62864 RHEL-69138 --- linuxptp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/linuxptp.spec b/linuxptp.spec index 351b355..96f1fe1 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 4.4 -Release: 3%{?dist} +Release: 1%{?dist} Summary: PTP implementation for Linux License: GPL-2.0-or-later @@ -117,6 +117,12 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Tue Dec 03 2024 Miroslav Lichvar 4.4-1 +- update to 4.4 (RHEL-58213 RHEL-57040) +- fix port-specific ptp/p2p_dst_ipv4 configuration (RHEL-60027) +- support static sink clocks in phc2sys automatic mode (RHEL-62864) +- don't require -O option without -a and -w in phc2sys (RHEL-69138) + * 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)