summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-06-15 09:40:01 +0100
committerWill Thompson <will@willthompson.co.uk>2018-06-15 09:40:01 +0100
commitee0aba5131884e536eafd878ef6fba2316c82b93 (patch)
tree4ed53de4a5c21a7e465e8b93de12339b4ef883f9
parent0cb3ac56d5531ae3d181162d2296f7f05e42432e (diff)
Remove obsolete information about reconfiguring the system busbustle-0.7.1
-rw-r--r--NEWS.md2
-rw-r--r--README.md9
-rw-r--r--bustle.cabal2
-rw-r--r--data/org.freedesktop.Bustle.appdata.xml.in2
4 files changed, 3 insertions, 12 deletions
diff --git a/NEWS.md b/NEWS.md
index 097d4c4..a5e794b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-Bustle 0.7.0 (2018-06-15)
+Bustle 0.7.1 (2018-06-15)
-------------------------
* It's now possible to monitor the system bus (from the user interface
diff --git a/README.md b/README.md
index c93c3da..4b8f0b9 100644
--- a/README.md
+++ b/README.md
@@ -31,15 +31,6 @@ version of the statistics shown in the UI:
bustle --count logfile.bustle
bustle --time logfile.bustle
-If you want to log all system bus traffic, you need to edit
-`/etc/dbus/system.conf` to enable eavesdropping, and then remove the include of
-`/etc/dbus-1/system.conf.d` which seems to re-enable strictness. Then you can run
-the stand-alone logger against the system bus:
-
- bustle-pcap --system system-log.bustle
-
-Please remember to **undo these changes** when you're done.
-
More information
================
diff --git a/bustle.cabal b/bustle.cabal
index d4fcc63..95bf61a 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -1,6 +1,6 @@
Name: bustle
Category: Network, Desktop
-Version: 0.7.0
+Version: 0.7.1
Cabal-Version: >= 1.24
Tested-With: GHC == 8.2.2, GHC == 8.4.3
Synopsis: Draw sequence diagrams of D-Bus traffic
diff --git a/data/org.freedesktop.Bustle.appdata.xml.in b/data/org.freedesktop.Bustle.appdata.xml.in
index 021defc..2793eb2 100644
--- a/data/org.freedesktop.Bustle.appdata.xml.in
+++ b/data/org.freedesktop.Bustle.appdata.xml.in
@@ -38,7 +38,7 @@
<id>bustle.desktop</id>
</provides>
<releases>
- <release date="2018-06-15" version="0.7.0">
+ <release date="2018-06-15" version="0.7.1">
<description>
<p>It's now possible to monitor the system bus (from the user interface and with the bustle-pcap command-line tool), with no need to reconfigure the system bus. It's also possible to monitor an arbitrary bus by address.</p>
<p>Bustle now requires that dbus-monitor (≥ 1.9.10) and pkexec are installed on your system.</p>