diff --git a/linuxptp.spec b/linuxptp.spec index bc1970b..8aef97b 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 Group: System Environment/Base @@ -138,6 +138,9 @@ PATH=..:$PATH ./run %{_mandir}/man8/*.8* %changelog +* Wed May 03 2023 Miroslav Lichvar 3.1.1-6 +- clear pending errors on sockets (#2192560) + * Wed Apr 12 2023 Miroslav Lichvar 3.1.1-5 - handle EINTR when waiting for transmit timestamp (#2123224)