diff --git a/.gitignore b/.gitignore index d6f5d38..213748a 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /libteam-1.16.tar.gz /libteam-1.17.tar.gz /libteam-1.18.tar.gz +/libteam-1.19.tar.gz diff --git a/libteam.spec b/libteam.spec index bb68081..fca5798 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,5 +1,5 @@ Name: libteam -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries @@ -148,6 +148,24 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Mon Oct 05 2015 Jiri Pirko - 1.19-1 +- 1.19 release +- teamd: add Before=network.target to systemd service file +- teamd: lacp: update actor state before sending LACP frames +- regenerate dbus policy file from template when user changed +- drop privileges to usr/grp specified at build time +- make teamd's run directory configurable +- create run directory at teamd program start +- teamd: fix cut&paste issue on delay_up +- Add stamp-h1 artifact to .gitignore +- Reduce usock file permissions to 700. +- Do not fail teamd_add_ports() when one port is missing +- Add missing prototypes for admin_state functions +- teamd: lacp: Don't send LACP frames when master team device is down. +- libteam, teamd: Track admin state of team device and add handlers to watch for changes. +- teamd: loadbalance mode lacks a .hwaddr_changed in teamd_event_watch_ops +- libteamdctl: fix timeval value for select + * Fri Aug 21 2015 Jiri Pirko - 1.18-1 - 1.18 release - teamd: lacp: change actor system value on team mac change diff --git a/sources b/sources index 8d5f9c8..76c90c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be9e4123ae5c2c84ce9b18fd60918972 libteam-1.18.tar.gz +d34d78f621db2776cdef23506debb3cb libteam-1.19.tar.gz