diff --git a/linuxptp.spec b/linuxptp.spec index 3343443..483e5be 100644 --- a/linuxptp.spec +++ b/linuxptp.spec @@ -4,7 +4,7 @@ Name: linuxptp Version: 3.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: PTP implementation for Linux License: GPLv2+ @@ -142,6 +142,11 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* 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) +- check for unexpected changes in frequency offset (#2150815) + * Thu Jul 28 2022 Miroslav Lichvar 3.1.1-5 - disable PHC switch with vclocks (#2066452)