1.16 release
- teamd: events: update ctx->hwaddr_len before calling hwaddr_changed handlers - teamd: do not change ctx->hwaddr pointer - teamd: lacp: change port mac address when team mac address is changed - teamdctl: show port link down count in state output - teamd: lw: count how many times has been the port down - init unitialized value to 0/NULL to silence gcc warnings instead of x=x - libteamdctl: rename recvmsg variable to recv_message - teamd: check retval of malloc in lw_tipc_link_state_change - teamd: fix potential memory leak in __set_sockaddr error path - libteamdctl: fix typo in warning message in cli_zmq_recv - libteam: check phys_port_id_len in update_phys_port_id - teamnl: fix potential memory leak in run_cmd_getoption
This commit is contained in:
parent
671bf51769
commit
4b467e1868
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
||||
/libteam-1.13.tar.gz
|
||||
/libteam-1.14.tar.gz
|
||||
/libteam-1.15.tar.gz
|
||||
/libteam-1.16.tar.gz
|
||||
|
19
libteam.spec
19
libteam.spec
@ -1,6 +1,6 @@
|
||||
Name: libteam
|
||||
Version: 1.15
|
||||
Release: 2%{?dist}
|
||||
Version: 1.16
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for controlling team network device
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -148,6 +148,21 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 24 2015 Jiri Pirko <jpirko@redhat.com> - 1.16-1
|
||||
- 1.16 release
|
||||
- teamd: events: update ctx->hwaddr_len before calling hwaddr_changed handlers
|
||||
- teamd: do not change ctx->hwaddr pointer
|
||||
- teamd: lacp: change port mac address when team mac address is changed
|
||||
- teamdctl: show port link down count in state output
|
||||
- teamd: lw: count how many times has been the port down
|
||||
- init unitialized value to 0/NULL to silence gcc warnings instead of x=x
|
||||
- libteamdctl: rename recvmsg variable to recv_message
|
||||
- teamd: check retval of malloc in lw_tipc_link_state_change
|
||||
- teamd: fix potential memory leak in __set_sockaddr error path
|
||||
- libteamdctl: fix typo in warning message in cli_zmq_recv
|
||||
- libteam: check phys_port_id_len in update_phys_port_id
|
||||
- teamnl: fix potential memory leak in run_cmd_getoption
|
||||
|
||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.15-2
|
||||
- Rebuilt for Fedora 23 Change
|
||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||
|
Loading…
Reference in New Issue
Block a user