diff --git a/.gitignore b/.gitignore index 1133384..f314dde 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /pyroute2-0.3.15.tar.gz /pyroute2-0.3.19.tar.gz /pyroute2-0.4.8.tar.gz +/pyroute2-0.4.9.tar.gz diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 0191fa1..5cc3c2d 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.8 +Version: 0.4.9 Release: 1%{?dist} Summary: %{sum} License: GPLv2+ @@ -60,6 +60,10 @@ IPQ. %{python3_sitelib}/%{srcname}* %changelog +* Thu Oct 6 2016 Peter V. Saveliev 0.4.9-1 +- critical fd leak fix +- initial NETLINK_SOCK_DIAG support + * Tue Sep 27 2016 Peter V. Saveliev 0.4.8-1 - uplift to 0.4.x diff --git a/sources b/sources index 979e8aa..1555ad7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a64629eaa4f571324c210e9186c856b9 pyroute2-0.4.8.tar.gz +eca9898bbe649c91bee3d696db576c71 pyroute2-0.4.9.tar.gz