diff --git a/.gitignore b/.gitignore index 0f1f035..5af1641 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /libteam-1.8.tar.gz /libteam-1.9.tar.gz /libteam-1.10.tar.gz +/libteam-1.11.tar.gz diff --git a/libteam.spec b/libteam.spec index 75fe4e9..93c49f7 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam -Version: 1.10 -Release: 2%{?dist} +Version: 1.11 +Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries License: LGPLv2+ @@ -135,6 +135,34 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Thu Jun 26 2014 Jiri Pirko - 1.11-1 +- 1.11 release +- teamd: add forgotten teamd_link_watch.h to noinst_HEADERS +- teamd: add tipc.h kernel header +- teamd: Add support for TIPC link watcher +- teamd: add TIPC link watcher +- teamd: move icmp6 NS/NA ping link watcher to a separate file +- teamd: move arp ping link watcher to a separate file +- teamd: move psr template link watcher to a separate file +- teamd: move ethtool link watcher to a separate file +- teamd_dbus: add PortConfigDump to introspection +- teamd: allow restart on failure through systemd +- teamd: distinguish exit code between init error and runtime error +- man teamd.conf: remove "mandatory" since the options are no longer mandatory +- teamd: add "debug_level" config option +- teamd: allow to change debug level during run +- teamd: register debug callback at the start of callbacks list +- libteam: add team_change_handler_register_head function +- teamd: lacp: update partner info before setting state +- teamd: lacp: do not check SYNCHRO flag before enable of port +- teamd: lacp: "expired" port is not selectable, only "current" +- teamd: lacp: update actor system (mac) before sending lacpdu +- teamd: respect currently set user linkup for created linkwatches +- teamd: split --take-over option into --no-quit-destroy +- teamd: fix port removal when using take_over +- libteam: add SubmittingPatches doc +- libteam: Use u8 for put/get TEAM_ATTR_OPTION_TYPE + * Sat Jun 07 2014 Fedora Release Engineering - 1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 76a68b9..25df087 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97a8811ffc0a1a61bdf3c942fba26bc0 libteam-1.10.tar.gz +21a514f7c206cc0ccc2fd274a32d49fe libteam-1.11.tar.gz