1.17 release

- update copyright dates
- man: teamdctl: add entry for item set of debug_level
- teamd: lw: nsna_ping: fix na rx handling
- teamd: lw: arp_ping: fix arp rx handling
- libteam: ifinfo: fix rtnl dellink handling
This commit is contained in:
Jiri Pirko 2015-04-02 13:00:01 +02:00
parent 4b467e1868
commit 171f594e61
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@
/libteam-1.14.tar.gz /libteam-1.14.tar.gz
/libteam-1.15.tar.gz /libteam-1.15.tar.gz
/libteam-1.16.tar.gz /libteam-1.16.tar.gz
/libteam-1.17.tar.gz

View File

@ -1,5 +1,5 @@
Name: libteam Name: libteam
Version: 1.16 Version: 1.17
Release: 1%{?dist} Release: 1%{?dist}
Summary: Library for controlling team network device Summary: Library for controlling team network device
Group: System Environment/Libraries Group: System Environment/Libraries
@ -148,6 +148,14 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog
* Thu Apr 02 2015 Jiri Pirko <jpirko@redhat.com> - 1.17-1
- 1.17 release
- update copyright dates
- man: teamdctl: add entry for item set of debug_level
- teamd: lw: nsna_ping: fix na rx handling
- teamd: lw: arp_ping: fix arp rx handling
- libteam: ifinfo: fix rtnl dellink handling
* Tue Mar 24 2015 Jiri Pirko <jpirko@redhat.com> - 1.16-1 * Tue Mar 24 2015 Jiri Pirko <jpirko@redhat.com> - 1.16-1
- 1.16 release - 1.16 release
- teamd: events: update ctx->hwaddr_len before calling hwaddr_changed handlers - teamd: events: update ctx->hwaddr_len before calling hwaddr_changed handlers

View File

@ -1 +1 @@
8815774b4c1bad2cd7fe5f4a0e7876a3 libteam-1.16.tar.gz 07aa6921326767b8588392df812d4cfa libteam-1.17.tar.gz