From 428f5cd69fbbc0357b7a48bb5b970095f939140a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Oct 02 2012 02:53:52 +0000 Subject: Fix duplicate websocket message distribution. --- diff --git a/.gitignore b/.gitignore index 18cedb7..a679618 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /moksha.hub-1.0.1.tar.gz /moksha.hub-1.0.2.tar.gz /moksha.hub-1.0.3.tar.gz +/moksha.hub-1.0.4.tar.gz diff --git a/python-moksha-hub.spec b/python-moksha-hub.spec index f3c1708..a48cb33 100644 --- a/python-moksha-hub.spec +++ b/python-moksha-hub.spec @@ -1,7 +1,7 @@ %global modname moksha.hub Name: python-moksha-hub -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} Summary: Hub components for Moksha @@ -69,6 +69,10 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{_bindir}/moksha-hub %changelog +* Mon Oct 01 2012 Ralph Bean - 1.0.4-1 +- Allow moksha-hub to use a non-standard config (specified as an argument). +- Temporary bug fix in websocket server message distribution. + * Wed Sep 26 2012 Ralph Bean - 1.0.3-1 - Fix to _initialized namespacing for consumers. - More careful still when cleaning up consumers. diff --git a/sources b/sources index d1dd30c..472cb2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -069b3c776f60d7fddc82ddd3ea7519e7 moksha.hub-1.0.3.tar.gz +b82e5773d9d2dbef2d62764d7ef5a1de moksha.hub-1.0.4.tar.gz