diff --git a/.gitignore b/.gitignore index ea7b32a..26c3dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pyroute2-0.1.8.tar.gz /pyroute2-0.1.9.tar.gz +/pyroute2-0.1.10.tar.gz diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 5259023..4304637 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,8 +1,8 @@ %global pkgname pyroute2 Name: python-%{pkgname} -Version: 0.1.9 -Release: 2%{?dist} +Version: 0.1.10 +Release: 1%{?dist} Summary: Pure Python netlink library License: GPLv2+ Group: Development/Languages @@ -32,6 +32,12 @@ progress. %{python_sitelib}/%{pkgname}* %changelog +* Tue Jun 26 2013 Peter V. Saveliev 0.1.10-1 +- fd and threads leaks fixed +- shutdown sequence fixed (release() calls) +- ipdb: interface removal +- ipdb: fail on transaction sync timeout + * Tue Jun 11 2013 Peter V. Saveliev 0.1.9-2 - fedpkg import fix diff --git a/sources b/sources index bd46ffc..045a5ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -578d1efb339fe0120c5e4a565132f745 pyroute2-0.1.9.tar.gz +07d9dbd49ef6c581a17cabe5d24598b3 pyroute2-0.1.10.tar.gz