diff --git a/.gitignore b/.gitignore index 1ccfee9..0f1f035 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /libteam-1.7.tar.gz /libteam-1.8.tar.gz /libteam-1.9.tar.gz +/libteam-1.10.tar.gz diff --git a/libteam.spec b/libteam.spec index f09e830..577034c 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam -Version: 1.9 -Release: 2%{?dist} +Version: 1.10 +Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries License: LGPLv2+ @@ -135,6 +135,33 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Mon Mar 31 2014 Jiri Pirko - 1.10-1 +- Update to 1.10 +- teamd: quit when our team device is removed from outside +- libteam: ifinfo: watch for dellink messages and call change handlers for that +- initscripts: make ifup/ifdown scripts usable by ifup/ifdown-eth scripts +- teamdctl: unmess check_teamd_team_devname and fix double free there +- man: correct type of "*_host" options +- teamd_link_watch: specify "missed_max" option default value +- bond2team: do not guess source_host option +- teamd_link_watch: allow to send ARP probes if no source_host is specified +- initscripts: do not try to re-add port if it is already there +- teamdctl: add command for easy port presention checking +- Fix potential small memory leak +- usock: accept multiline message string parameters +- libteamdctl: add notice for caller to do not modify or free certain strings +- teamd: do not remove ports from team dev in case of take over mode +- teamd: look for existing ports before adding new ones +- libteam: introduce ream_refresh +- teamd: fixed couple comments. +- teamd: update hwaddr when changing team's macaddr +- redhat: fix boolean types in example 2 +- initscripts: fix port up before master and port down after master +- lb: enable/disable port according to linkwatch state +- fix comment typo in ifdown-Team scripts +- man teamd.conf: Minor improvements to style and language +- man teamdctl: Minor improvements to style and language + * Thu Jan 23 2014 Jiri Pirko - 1.9-2 - fix multilib diff --git a/sources b/sources index c8c5767..76a68b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c53a1a4fdc52a42096226b132cbead6 libteam-1.9.tar.gz +97a8811ffc0a1a61bdf3c942fba26bc0 libteam-1.10.tar.gz