Related: RHEL-58210 RHEL-60055 RHEL-69145 RHEL-69699
This commit is contained in:
Miroslav Lichvar 2024-12-03 10:38:42 +01:00
parent df928aabf5
commit 1aaa686cd6

View File

@ -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 <mlichvar@redhat.com> 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 <tdawson@redhat.com> - 4.3-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018