[moksha] 0.8.3 - enhancement - Able to override entry-point listed producers/consumers.

Ralph Bean ralph at fedoraproject.org
Mon Jun 11 20:01:54 UTC 2012


commit cf203ad4f66350acd0ca3874ff56c94329b0e086
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jun 11 16:01:44 2012 -0400

    0.8.3 - enhancement - Able to override entry-point listed producers/consumers.

 .gitignore  |    1 +
 moksha.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d384d5..10a6871 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /moksha-0.8.0.tar.gz
 /moksha-0.8.1.tar.gz
 /moksha-0.8.2.tar.gz
+/moksha-0.8.3.tar.gz
diff --git a/moksha.spec b/moksha.spec
index 407b1ca..0b3a912 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.2
+Version:        0.8.3
 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.3-1
+- Enhancement - allow override of entry-point listed consumers and producers.
+
 * Mon Jun 11 2012 Ralph Bean <rbean at redhat.com> - 0.8.2-1
 - Bugfix for zeromq hub: resolve hostnames to ip addresses on bind.
 - Re-included orbited as a requirement.
diff --git a/sources b/sources
index 8222377..66d29b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b5c879ab3eeea5c4f805a9675b8696b  moksha-0.8.2.tar.gz
+9c29c036a51e55755b39af4aec956e62  moksha-0.8.3.tar.gz


More information about the scm-commits mailing list