From 4b0f27f83ef037047cb1f6ce3bd7a33f152cfebf Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Fri, 20 May 2016 11:10:28 +0200 Subject: [PATCH] 1.25 release - teamd: handle vlan 0 packets - libteam: fix TEAM_OPTION_TYPE_BOOL type for big endian architectures --- .gitignore | 1 + libteam.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd556a1..7efadf9 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /libteam-1.22.tar.gz /libteam-1.23.tar.gz /libteam-1.24.tar.gz +/libteam-1.25.tar.gz diff --git a/libteam.spec b/libteam.spec index 7a42d8e..fbb0e25 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,5 +1,5 @@ Name: libteam -Version: 1.24 +Version: 1.25 Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries @@ -148,6 +148,11 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Fri May 20 2016 Jiri Pirko - 1.25-1 +- 1.25 release +- teamd: handle vlan 0 packets +- libteam: fix TEAM_OPTION_TYPE_BOOL type for big endian architectures + * Fri Apr 15 2016 Jiri Pirko - 1.24-1 - 1.24 release - teamd: lacp: use original hwaddr as source address in lacpdus diff --git a/sources b/sources index 78bb150..65793cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f85c9ec55028322971808fe919b2607f libteam-1.24.tar.gz +9e51c42b08ff8e80561e0b1cd5af266f libteam-1.25.tar.gz