[gofer] Update gofer to 0.75-1

Jeff Ortel jortel at fedoraproject.org
Wed Nov 7 18:27:35 UTC 2012


commit ee11ed82fcc97083dfcb45bc639df2ae3ca2ca2e
Author: Jeff Ortel <jortel at redhat.com>
Date:   Wed Nov 7 12:27:33 2012 -0600

    Update gofer to 0.75-1

 .gitignore |    1 +
 gofer.spec |    8 +++++++-
 sources    |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea7a325..46a7626 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /gofer-0.64.tar.gz
 /gofer-0.66.tar.gz
 /gofer-0.74.tar.gz
+/gofer-0.75.tar.gz
diff --git a/gofer.spec b/gofer.spec
index 8f4d431..ee11e51 100644
--- a/gofer.spec
+++ b/gofer.spec
@@ -2,7 +2,7 @@
 %{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig  -e 'puts Config::CONFIG["sitelibdir"]')}
 
 Name: gofer
-Version: 0.74
+Version: 0.75
 Release: 1%{?dist}
 Summary: A lightweight, extensible python agent
 Group:   Development/Languages
@@ -248,6 +248,12 @@ This plug-in provides RMI access to package (RPM) management.
 
 
 %changelog
+* Wed Nov 07 2012 Jeff Ortel <jortel at redhat.com> 0.75-1
+- policy timeout enhancements. (jortel at redhat.com)
+- Fix threadpool leak; change plugin to use simplex pool. (jortel at redhat.com)
+- Move threadpool test to unit/ (jortel at redhat.com)
+- Add simplex/duplex option to ThreadPool. Fixes memory leak. (jortel at redhat.com)
+
 * Wed Oct 03 2012 Jeff Ortel <jortel at redhat.com> 0.74-1
 - Make watchdog journal object configurable; watchdog singleton by URL only.
   (jortel at redhat.com)
diff --git a/sources b/sources
index a595b29..48b21e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-07faa9e3c75cd72614883248d8cd28ed  gofer-0.74.tar.gz
+78d519912fe13444939170dc9401db72  gofer-0.75.tar.gz


More information about the scm-commits mailing list