1.23 release

- dbus: don't do <deny send_interface="..." /> in template dbus s. f.
- libteam: retry on NLE_DUMP_INTR error
This commit is contained in:
Jiri Pirko 2015-12-17 18:47:26 +01:00
parent 0bad48fef8
commit c10fc94b75
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -46,3 +46,4 @@
/libteam-1.20.tar.gz
/libteam-1.21.tar.gz
/libteam-1.22.tar.gz
/libteam-1.23.tar.gz

View File

@ -1,5 +1,5 @@
Name: libteam
Version: 1.22
Version: 1.23
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
* Thu Dec 17 2015 Jiri Pirko <jiri@resnulli.us> - 1.23-1
- 1.23 release
- dbus: don't do <deny send_interface="..." /> in template dbus s. f.
- libteam: retry on NLE_DUMP_INTR error
* Tue Nov 03 2015 Jiri Pirko <jiri@resnulli.us> - 1.22-1
- 1.22 release
- dbus: don't do <deny send_interface="..." /> in dbus service file

View File

@ -1 +1 @@
a3b285384ae21ed119d4a0071c63c44d libteam-1.22.tar.gz
ed5859ab96cbaa365400c771f995ac8d libteam-1.23.tar.gz