[ioprocess/f21] ioprocess-0.12.0

Douglas Schilling Landgraf dougsland at fedoraproject.org
Wed Sep 10 20:57:27 UTC 2014


commit 755b0ce39f55ebc4dcceb043bc57cdac87a232c3
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Wed Sep 10 16:57:07 2014 -0400

    ioprocess-0.12.0

 .gitignore     |    1 +
 ioprocess.spec |   34 ++++++++++++++++++++--------------
 sources        |    2 +-
 3 files changed, 22 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33b7044..c2779a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ioprocess-0.3.tar.gz
 /ioprocess-0.6.1.tar.gz
+/ioprocess-0.12.0.tar.gz
diff --git a/ioprocess.spec b/ioprocess.spec
index e7f9f87..2d9c966 100644
--- a/ioprocess.spec
+++ b/ioprocess.spec
@@ -6,7 +6,7 @@
 %endif
 
 Name:		ioprocess
-Version:	0.6.1
+Version:	0.12.0
 Release:	2%{?dist}
 Summary:	Slave process to perform risky IO
 
@@ -57,22 +57,28 @@ Python bindings for ioprocess
 %{python2_sitelib}/ioprocess/
 
 %changelog
-* Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
+* 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 cases logging lines get mangled
+* Tue Jul 29 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.8.1-1
+- Fixed unsafe use of strerror
+- Fixed races in queue limiting
 * Sun Jul 20 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.6.1-1
-Reduced logging even for debug level
-Added support for block sizes other than 512
-Added the --max-queued-requests argument
+- Reduced logging even for debug level
+- Added support for block sizes other than 512
+- Added the --max-queued-requests argument
 * Sun Jun 15 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.5.0-1
-Fixed missing error check in readfile()
-Added flags arg to fetch()
-Added st_blocks to stat()
+- Fixed missing error check in readfile()
+- Added flags arg to fetch()
+- Added st_blocks to stat()
 * Thu Jun 05 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.4.1-1
-Fixed missing dependcy for python bindings
+- Fixed missing dependcy for python bindings
 * Mon Jun 02 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.4-1
-Added touch command
-Changed truncate to include setting file mode and creating a file only when one
-doesn't exist
+- Added touch command
+- Changed truncate to include setting file mode and creating a file only when
+  one doesn't exist
 * Sun Jan 05 2014 Saggi Mizrahi <smizrahi at redhat.com> 0.3-1
 Inital RPM release
diff --git a/sources b/sources
index cfe1241..a4ca9fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b4d685345e7eb1720ecd41282d69ceb  ioprocess-0.6.1.tar.gz
+344b4e55cbc992491ff4c18dca56df82  ioprocess-0.12.0.tar.gz


More information about the scm-commits mailing list