From 29f37bf508414580222cd88ec2efcd77beede0c1 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 5 Jan 2023 16:01:08 +0100 Subject: [PATCH] 3.1.1-6 Related: #2120521 #2128786 #2150815 --- linuxptp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)