diff --git a/.gitignore b/.gitignore index 23ad150..743af50 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /libteam-1.11.tar.gz /libteam-1.12.tar.gz /libteam-1.13.tar.gz +/libteam-1.14.tar.gz diff --git a/libteam.spec b/libteam.spec index 480d70a..ccfca5e 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,5 +1,5 @@ Name: libteam -Version: 1.13 +Version: 1.14 Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries @@ -148,6 +148,10 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Wed Nov 05 2014 Jiri Pirko - 1.14-1 +- 1.14 release +- teamd: lw_arp_ping: make buf static and avoid returning local pointer + * Wed Nov 05 2014 Jiri Pirko - 1.13-1 - 1.13 release - teamd: fix coding style a bit after previous commit diff --git a/sources b/sources index f8c61a0..106ae0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a75110ea0d3fab64c2fda7c685bfea55 libteam-1.13.tar.gz +97b008a71605a7b433d3342882198337 libteam-1.14.tar.gz