diff --git a/.gitignore b/.gitignore index f878abe..d6f5d38 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /libteam-1.15.tar.gz /libteam-1.16.tar.gz /libteam-1.17.tar.gz +/libteam-1.18.tar.gz diff --git a/libteam.spec b/libteam.spec index d77e02b..bb68081 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam -Version: 1.17 -Release: 2%{?dist} +Version: 1.18 +Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries License: LGPLv2+ @@ -148,6 +148,13 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Fri Aug 21 2015 Jiri Pirko - 1.18-1 +- 1.18 release +- teamd: lacp: change actor system value on team mac change +- Fix sending duplicate LACP frames at the start of establishing a logical channel. +- Fix teamd memory corruption issues seen by missing port unlink in ifinfo_destroy() +- libteam: Add check to disallow creating device names longer than 15 chars. + * Wed Jun 17 2015 Fedora Release Engineering - 1.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index ccd773c..8d5f9c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07aa6921326767b8588392df812d4cfa libteam-1.17.tar.gz +be9e4123ae5c2c84ce9b18fd60918972 libteam-1.18.tar.gz