Update to 1.9

- libteamdctl: remove false lib dependencies
- teamdctl: use new port config get function
- libteamdctl: introduce support for port config get
- libteamdctl: cache reply strings into list
- teamd: introduce PortConfigDump control method
- teamd: make teamd_get_port_by_ifname ifname argument const
- Minor improvements to style and language.
- do not install example binaries
- minor man page(s) correction(s) and lintianisation
- teamdctl: print error message if ifindex cannot be obtained
- fix cflags path in pc files
This commit is contained in:
Jiri Pirko 2013-11-12 19:01:15 +01:00
parent 47c360ede3
commit b29eb78b80
3 changed files with 17 additions and 2 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/libteam-1.6.tar.gz /libteam-1.6.tar.gz
/libteam-1.7.tar.gz /libteam-1.7.tar.gz
/libteam-1.8.tar.gz /libteam-1.8.tar.gz
/libteam-1.9.tar.gz

View File

@ -1,5 +1,5 @@
Name: libteam Name: libteam
Version: 1.8 Version: 1.9
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
@ -140,6 +140,20 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1
%{python_sitearch}/* %{python_sitearch}/*
%changelog %changelog
* Tue Nov 12 2013 Jiri Pirko <jpirko@redhat.com> - 1.9-1
- Update to 1.9
- libteamdctl: remove false lib dependencies
- teamdctl: use new port config get function
- libteamdctl: introduce support for port config get
- libteamdctl: cache reply strings into list
- teamd: introduce PortConfigDump control method
- teamd: make teamd_get_port_by_ifname ifname argument const
- Minor improvements to style and language.
- do not install example binaries
- minor man page(s) correction(s) and lintianisation
- teamdctl: print error message if ifindex cannot be obtained
- fix cflags path in pc files
* Tue Aug 13 2013 Jiri Pirko <jpirko@redhat.com> - 1.8-1 * Tue Aug 13 2013 Jiri Pirko <jpirko@redhat.com> - 1.8-1
- Update to 1.8 - Update to 1.8

View File

@ -1 +1 @@
8e4bdc47485d38f192380b6e95b9e9d3 libteam-1.8.tar.gz 8c53a1a4fdc52a42096226b132cbead6 libteam-1.9.tar.gz