diff --git a/.gitignore b/.gitignore index f314dde..c20583e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /pyroute2-0.3.19.tar.gz /pyroute2-0.4.8.tar.gz /pyroute2-0.4.9.tar.gz +/pyroute2-0.4.10.tar.gz diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 5cc3c2d..f6cecbd 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -4,7 +4,7 @@ %{!?python3_pkgversion:%global python3_pkgversion 3} Name: python-%{srcname} -Version: 0.4.9 +Version: 0.4.10 Release: 1%{?dist} Summary: %{sum} License: GPLv2+ @@ -60,6 +60,9 @@ IPQ. %{python3_sitelib}/%{srcname}* %changelog +* Fri Oct 14 2016 Peter V. Saveliev 0.4.10-1 +- devlink fd leak fix + * Thu Oct 6 2016 Peter V. Saveliev 0.4.9-1 - critical fd leak fix - initial NETLINK_SOCK_DIAG support diff --git a/sources b/sources index 1555ad7..d107e97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eca9898bbe649c91bee3d696db576c71 pyroute2-0.4.9.tar.gz +a1b079a2fe80b4c26b2e6f64e2f76cd0 pyroute2-0.4.10.tar.gz