Related: RHEL-57040 RHEL-58213 RHEL-60027 RHEL-62864 RHEL-69138
This commit is contained in:
Miroslav Lichvar 2024-12-03 10:49:09 +01:00
parent 3e79970af0
commit ab5abea6bb

View File

@ -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 <mlichvar@redhat.com> 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 <mlichvar@redhat.com> 4.2-3
- rework NMEA delay patch to fix PPS edge rejection (RHEL-39387)
- fix ts2phc to correctly handle leap seconds (RHEL-40216)