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)