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.
This commit is contained in:
Jiri Pirko 2015-08-21 08:07:54 +02:00
parent b871495d38
commit ab82133e97
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -41,3 +41,4 @@
/libteam-1.15.tar.gz
/libteam-1.16.tar.gz
/libteam-1.17.tar.gz
/libteam-1.18.tar.gz

View File

@ -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 <jiri@resnulli.us> - 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 <rel-eng@lists.fedoraproject.org> - 1.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
07aa6921326767b8588392df812d4cfa libteam-1.17.tar.gz
be9e4123ae5c2c84ce9b18fd60918972 libteam-1.18.tar.gz