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
This commit is contained in:
Jiri Pirko 2014-11-05 08:29:54 +01:00
parent e81e9ff8f1
commit 7d56193724
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@
/libteam-1.10.tar.gz
/libteam-1.11.tar.gz
/libteam-1.12.tar.gz
/libteam-1.13.tar.gz

View File

@ -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@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@redhat.com> - 1.12-1
- 1.12 release
- teamd: teamd_state_val_dump move TEAMD_BUG_ON so it can be actually triggered

View File

@ -1 +1 @@
e73d7bff3a2689ba30a9e679cc7083cd libteam-1.12.tar.gz
a75110ea0d3fab64c2fda7c685bfea55 libteam-1.13.tar.gz