diff --git a/.gitignore b/.gitignore index 77ea3d6..bd556a1 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /libteam-1.21.tar.gz /libteam-1.22.tar.gz /libteam-1.23.tar.gz +/libteam-1.24.tar.gz diff --git a/libteam.spec b/libteam.spec index 7f7dd07..7a42d8e 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam -Version: 1.23 -Release: 2%{?dist} +Version: 1.24 +Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries License: LGPLv2+ @@ -148,6 +148,12 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Fri Apr 15 2016 Jiri Pirko - 1.24-1 +- 1.24 release +- teamd: lacp: use original hwaddr as source address in lacpdus +- teamd: do correct l3/l4 tx hashing with vlans +- libteam: Fix broken links + * Thu Feb 04 2016 Fedora Release Engineering - 1.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 57c6261..78bb150 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed5859ab96cbaa365400c771f995ac8d libteam-1.23.tar.gz +f85c9ec55028322971808fe919b2607f libteam-1.24.tar.gz