diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-06-29 23:42:00 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-06-29 23:44:33 +0100 |
commit | 49ff1f0f04c36b9dfcd7dbf5e483d56e29dfc3ec (patch) | |
tree | 4ad7306576ab3f2b1f2f7ed05191b91c3419ec14 | |
parent | b3f72acbe3a89dac9d23ffce703ef65106f6c6dd (diff) |
Version 0.2.2
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | bustle.cabal | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +Bustle 0.2.2 (2010-06-29) +========================= + +The “Shepherded” release. + +Fixes: + + • Suppress messages sent to the bus by bus name, rather than object + path. This prevents Bustle blowing up when (buggy) clients call + methods on / rather than on /org/freedesktop/DBus. (Thanks to + Guillaume Desmottes for reporting the issue.) + + • Build against the re-namespaced Pango in Gtk2HS 0.11, and clean up a + tonne of warnings. I think I've kept backwards compatibility with old + enough Gtk2HSes and GHCs for this to work with the versions in Ubuntu + 10.04 and other recent-but-not-futuristic distros, but haven't + actually tried it. Drop me a mail in the event of landing on water. + (Thanks to Chris Lamb for upstreaming this from Debian bug #587132.) + Bustle 0.2.1 (2009-12-02) ========================= diff --git a/bustle.cabal b/bustle.cabal index a999edb..6d3aeb2 100644 --- a/bustle.cabal +++ b/bustle.cabal @@ -1,6 +1,6 @@ Name: bustle Category: Network, Desktop -Version: 0.2.1.1 +Version: 0.2.2 Cabal-Version: >= 0.12 Synopsis: Draw pretty sequence diagrams of D-Bus traffic Description: Draw pretty sequence diagrams of D-Bus traffic |