From 1aaa686cd628e6cffbb54fb91ae97902b6eaab36 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 3 Dec 2024 10:38:42 +0100 Subject: [PATCH] 4.4-1 Related: RHEL-58210 RHEL-60055 RHEL-69145 RHEL-69699 --- linuxptp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/linuxptp.spec b/linuxptp.spec index 1b9b2d7..9e846f2 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -6,7 +6,7 @@ Name: linuxptp Version: 4.4 -Release: 2%{?dist} +Release: 1%{?dist} Summary: PTP implementation for Linux License: GPL-2.0-or-later @@ -174,6 +174,12 @@ fi %{_mandir}/man8/*.8* %changelog +* Tue Dec 03 2024 Miroslav Lichvar 4.4-1 +- update to 4.4 (RHEL-58210) +- fix port-specific ptp/p2p_dst_ipv4 configuration (RHEL-60055) +- support static sink clocks in phc2sys automatic mode (RHEL-69145) +- don't require -O option without -a and -w in phc2sys (RHEL-69699) + * Tue Oct 29 2024 Troy Dawson - 4.3-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018