summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2011-11-06 22:24:58 +0000
committerWill Thompson <will@willthompson.co.uk>2011-11-06 22:24:58 +0000
commitdd4e78663c0fedeae234eb4eae5fdb2dcff3864d (patch)
tree11aa6479437986e4429ce42f187a386aef0dfc23
parent2a347a94fd74effc78fa3c0392ed0453b4a98a5f (diff)
Version 0.3.0bustle-0.3.0
-rw-r--r--NEWS14
-rw-r--r--bustle.cabal2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3b51f24..de93080 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Bustle 0.3.0 (2011-11-06)
+=========================
+
+The “How do I dress up as shared global mutable state?” release.
+
+This release finally allows you to record complete D-Bus sessions,
+including message bodies, and browse them in the user interface!
+
+As a result, there is a new logger, 'bustle-pcap', which logs D-Bus
+traffic to Pcap files; and Bustle itself now depends on the 'pcap' and
+'dbus-core' packages. Your old logs should still be loaded just fine,
+but since they don't contain message body data, you won't be able to see
+it in the UI.
+
Bustle 0.2.5 (2011-06-25)
=========================
diff --git a/bustle.cabal b/bustle.cabal
index a0a533a..eebe49a 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -1,6 +1,6 @@
Name: bustle
Category: Network, Desktop
-Version: 0.2.5.1
+Version: 0.3.0
Cabal-Version: >= 1.6
Synopsis: Draw pretty sequence diagrams of D-Bus traffic
Description: Draw pretty sequence diagrams of D-Bus traffic