[python-pyroute2] 0.1.10-1: netlink I/O fixes

Peter V. Saveliev psavelye at fedoraproject.org
Wed Jun 26 12:45:05 UTC 2013


commit f1900dc6ad375856a6073d11a373ca3030e93a4d
Author: Peter V. Saveliev <peet at redhat.com>
Date:   Wed Jun 26 14:48:26 2013 +0200

    0.1.10-1: netlink I/O fixes

 .gitignore           |    1 +
 python-pyroute2.spec |   10 ++++++++--
 sources              |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
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 <peet at redhat.com> 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 <peet at redhat.com> 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


More information about the scm-commits mailing list