From 5738c2150b88a229f8453138c2eafc5e459a7c59 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Fri, 26 Aug 2016 15:20:41 +0200 Subject: [PATCH] 1.26 release - teamd: lacp: Do not unselect port if it changes state to "expired" - man: in lacp it's 'port_config', not 'port_options' - teamd: fix the issue that network blocks when systemctl stop teamd - teamd: change to Before=network-pre.target in systemd service file - man teamd.conf: fix indentation - misc: fix an out-of-bound write with zero-length hardware address - teamd: LACP runner does not set Agg bit on first slave --- .gitignore | 1 + libteam.spec | 14 ++++++++++++-- sources | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7efadf9..3de05c7 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /libteam-1.23.tar.gz /libteam-1.24.tar.gz /libteam-1.25.tar.gz +/libteam-1.26.tar.gz diff --git a/libteam.spec b/libteam.spec index a76bf8d..36f5179 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam -Version: 1.25 -Release: 2%{?dist} +Version: 1.26 +Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries License: LGPLv2+ @@ -148,6 +148,16 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Fri Aug 26 2016 Jiri Pirko - 1.26-1 +- 1.26 release +- teamd: lacp: Do not unselect port if it changes state to "expired" +- man: in lacp it's 'port_config', not 'port_options' +- teamd: fix the issue that network blocks when systemctl stop teamd +- teamd: change to Before=network-pre.target in systemd service file +- man teamd.conf: fix indentation +- misc: fix an out-of-bound write with zero-length hardware address +- teamd: LACP runner does not set Agg bit on first slave + * Tue Jul 19 2016 Fedora Release Engineering - 1.25-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 65793cd..69668bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e51c42b08ff8e80561e0b1cd5af266f libteam-1.25.tar.gz +f8529a3bfee28500bef5faff6aeb0063 libteam-1.26.tar.gz