[moksha] Avoid setting up the reactor at import time. Bugfix for daemonization.

Ralph Bean ralph at fedoraproject.org
Tue Jun 12 01:22:49 UTC 2012


commit c208266c6f0df2bf66a50adf3ee7da8832ee8548
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jun 11 21:22:34 2012 -0400

    Avoid setting up the reactor at import time.  Bugfix for daemonization.

 .gitignore  |    1 +
 moksha.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 10a6871..3176624 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /moksha-0.8.1.tar.gz
 /moksha-0.8.2.tar.gz
 /moksha-0.8.3.tar.gz
+/moksha-0.8.4.tar.gz
diff --git a/moksha.spec b/moksha.spec
index 0b3a912..bef3a40 100644
--- a/moksha.spec
+++ b/moksha.spec
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           moksha
-Version:        0.8.3
+Version:        0.8.4
 Release:        1%{?dist}
 Summary:        A platform for creating real-time web applications
 Group:          Applications/Internet
@@ -266,6 +266,9 @@ fi
 %doc docs/_build/html
 
 %changelog
+* Mon Jun 11 2012 Ralph Bean <rbean at redhat.com> - 0.8.4-1
+- Avoid setting up the reactor at import time.  Bugfix for daemonization.
+
 * Mon Jun 11 2012 Ralph Bean <rbean at redhat.com> - 0.8.3-1
 - Enhancement - allow override of entry-point listed consumers and producers.
 
diff --git a/sources b/sources
index 66d29b8..8a4c425 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c29c036a51e55755b39af4aec956e62  moksha-0.8.3.tar.gz
+31a004a21e7fd1a775a2c8a3b777d2a4  moksha-0.8.4.tar.gz


More information about the scm-commits mailing list