[libteam] 1.13 release

Jiří Pírko jirka at fedoraproject.org
Wed Nov 5 08:18:29 UTC 2014


commit 7d5619372449806185741c85e392f3f21361a150
Author: Jiri Pirko <jiri at resnulli.us>
Date:   Wed Nov 5 08:29:54 2014 +0100

    1.13 release
    
    - teamd: fix coding style a bit after previous commit
    - teamd: Don't ever kill PID 0
    - teamd: tipc: topology-aware failover
    - teamd: tipc: fix team port removal bugs
    - zmq: remove unused my_free_msg
    - libteamdctl: zmq: remove include of teamd.h
    - teamd: add teamd_zmq_common.h to noinst headers

 .gitignore   |    1 +
 libteam.spec |   12 +++++++++++-
 sources      |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b1f9616..23ad150 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
 /libteam-1.10.tar.gz
 /libteam-1.11.tar.gz
 /libteam-1.12.tar.gz
+/libteam-1.13.tar.gz
diff --git a/libteam.spec b/libteam.spec
index 4790d50..480d70a 100644
--- a/libteam.spec
+++ b/libteam.spec
@@ -1,5 +1,5 @@
 Name: libteam
-Version: 1.12
+Version: 1.13
 Release: 1%{?dist}
 Summary: Library for controlling team network device
 Group: System Environment/Libraries
@@ -148,6 +148,16 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
 %{python_sitearch}/*
 
 %changelog
+* 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
+- teamd: Don't ever kill PID 0
+- teamd: tipc: topology-aware failover
+- teamd: tipc: fix team port removal bugs
+- zmq: remove unused my_free_msg
+- libteamdctl: zmq: remove include of teamd.h
+- teamd: add teamd_zmq_common.h to noinst headers
+
 * Tue Aug 19 2014 Jiri Pirko <jpirko at redhat.com> - 1.12-1
 - 1.12 release
 - teamd: teamd_state_val_dump move TEAMD_BUG_ON so it can be actually triggered
diff --git a/sources b/sources
index e8bf5f2..f8c61a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e73d7bff3a2689ba30a9e679cc7083cd  libteam-1.12.tar.gz
+a75110ea0d3fab64c2fda7c685bfea55  libteam-1.13.tar.gz


More information about the scm-commits mailing list