[libteam] 1.14 release

Jiří Pírko jirka at fedoraproject.org
Wed Nov 5 17:37:37 UTC 2014


commit 98aa8a471c7db35e0e8ad8309eef04b98e260886
Author: Jiri Pirko <jiri at resnulli.us>
Date:   Wed Nov 5 18:29:36 2014 +0100

    1.14 release
    
    - teamd: lw_arp_ping: make buf static and avoid returning local pointer

 .gitignore   |    1 +
 libteam.spec |    6 +++++-
 sources      |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
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 <jpirko at redhat.com> - 1.14-1
+- 1.14 release
+- teamd: lw_arp_ping: make buf static and avoid returning local pointer
+
 * Wed Nov 05 2014 Jiri Pirko <jpirko at redhat.com> - 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


More information about the scm-commits mailing list