[ioprocess/f20] v0.14.0

smizrahi smizrahi at fedoraproject.org
Mon Oct 20 12:41:05 UTC 2014


commit 8d301e78a5a4fb834954bd68e5690222e13b5b46
Author: Saggi Mizrahi <ficoos at gmail.com>
Date:   Mon Oct 20 15:41:01 2014 +0300

    v0.14.0

 .gitignore     |    1 +
 ioprocess.spec |   13 ++++++++++---
 sources        |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49d000b..13716bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /ioprocess-0.6.1.tar.gz
 /ioprocess-0.10.0.tar.gz
 /ioprocess-0.12.0.tar.gz
+/ioprocess-0.14.0.tar.gz
diff --git a/ioprocess.spec b/ioprocess.spec
index 2d9c966..2a32c9a 100644
--- a/ioprocess.spec
+++ b/ioprocess.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:		ioprocess
-Version:	0.12.0
-Release:	2%{?dist}
+Version:	0.14.0
+Release:	1%{?dist}
 Summary:	Slave process to perform risky IO
 
 Group:		System Environment/Base
@@ -20,6 +20,7 @@ BuildRequires:	python2-devel
 BuildRequires:	glib2-devel
 BuildRequires:	yajl-devel
 Requires:	yajl
+Requires:	glib2
 
 %description
 Slave process to perform risky IO.
@@ -57,11 +58,17 @@ Python bindings for ioprocess
 %{python2_sitelib}/ioprocess/
 
 %changelog
+* Wed Oct 20 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.14.0-1
+- Fix poll timeout
+- Add support for zombiereaper where available
+- Fix IOProcesses being referenced by commincation thread
+- build: update INSTALL
+- specfile: Add missing dependency to glib2
 * Wed Sep 3 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.12.0-1
 - Fixed memory leak due to forgetting to clear the pending requests queue in
   the python bindings
 * Mon Aug 4 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.10.0-1
-- Fixed unsef strerror usage
+- Fixed unsefe strerror usage
 - Fixed cases logging lines get mangled
 * Tue Jul 29 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.8.1-1
 - Fixed unsafe use of strerror
diff --git a/sources b/sources
index a4ca9fd..1855cb6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-344b4e55cbc992491ff4c18dca56df82  ioprocess-0.12.0.tar.gz
+0bb6ca4b434ce72ad7f39286d54189aa  ioprocess-0.14.0.tar.gz


More information about the scm-commits mailing list