diff --git a/linuxptp.spec b/linuxptp.spec index 8f9ab62..1860ae4 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 3.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: PTP implementation for Linux License: GPLv2+ @@ -145,6 +145,9 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Thu Mar 09 2023 Miroslav Lichvar 3.1.1-7 +- don't re-arm fault clearing timer on unrelated netlink events (#2172650) + * Thu Jan 05 2023 Miroslav Lichvar 3.1.1-6 - add support for VLAN over bond (#2120521) - handle EINTR when waiting for transmit timestamp (#2128786)