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:
parent
e81e9ff8f1
commit
7d56193724
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
||||
/libteam-1.10.tar.gz
|
||||
/libteam-1.11.tar.gz
|
||||
/libteam-1.12.tar.gz
|
||||
/libteam-1.13.tar.gz
|
||||
|
||||
12
libteam.spec
12
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@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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user