From 29a9956657bbc8a2a95fc8065c5cedee0d027c1a Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Wed, 17 Dec 2014 11:52:50 +0100 Subject: [PATCH] 1.15 release - teamd: ignore SIGPIPE - libteamdctl: Fix a typo in DBus method name --- .gitignore | 1 + libteam.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 743af50..6e2658a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /libteam-1.12.tar.gz /libteam-1.13.tar.gz /libteam-1.14.tar.gz +/libteam-1.15.tar.gz diff --git a/libteam.spec b/libteam.spec index ccfca5e..a1e462b 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,5 +1,5 @@ Name: libteam -Version: 1.14 +Version: 1.15 Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries @@ -148,6 +148,11 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Wed Dec 17 2014 Jiri Pirko - 1.15-1 +- 1.15 release +- teamd: ignore SIGPIPE +- libteamdctl: Fix a typo in DBus method name + * Wed Nov 05 2014 Jiri Pirko - 1.14-1 - 1.14 release - teamd: lw_arp_ping: make buf static and avoid returning local pointer diff --git a/sources b/sources index 106ae0a..0d3bb90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97b008a71605a7b433d3342882198337 libteam-1.14.tar.gz +4f563df390b4f11e45c030a9ac38a250 libteam-1.15.tar.gz