summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-07-24 22:17:50 +0100
committerWill Thompson <will@willthompson.co.uk>2018-07-24 22:17:50 +0100
commit0d1444c35bad5abd239d2b224ee0fa592188b708 (patch)
tree5327f68cce30939ccc9302dbdf1536d759d20a41
parented60452db9bf86e191e9035e167641d23cc32f14 (diff)
Release notes for 0.7.2bustle-0.7.2
-rw-r--r--NEWS.md20
-rw-r--r--bustle.cabal2
-rw-r--r--data/org.freedesktop.Bustle.appdata.xml.in7
3 files changed, 28 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index a5e794b..990a2ee 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,23 @@
+Bustle 0.7.2 (2018-07-24)
+-------------------------
+
+User-facing changes:
+
+* You can now explore messages while they're being recorded. (Filtering,
+ statistics and exporting are still only available once you stop
+ recording.)
+* The raw sender and destination for each message is now shown in the
+ details pane.
+* Bytestrings with embedded NULs which are otherwise ASCII are now shown
+ as ASCII strings.
+
+Internal changes:
+
+* New contributor Daniel Firth set up GitLab CI, with a linter, and
+ provided many patches to clean up and modernize the code.
+* Jan Tojnar provided a build fix for Nix (and perhaps other distros).
+* GHC 8.4 is now required to build Bustle.
+
Bustle 0.7.1 (2018-06-15)
-------------------------
diff --git a/bustle.cabal b/bustle.cabal
index a1ec37a..d10e320 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -1,6 +1,6 @@
Name: bustle
Category: Network, Desktop
-Version: 0.7.1.1
+Version: 0.7.2
Cabal-Version: 2.0
Tested-With: 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 2793eb2..4d47f7a 100644
--- a/data/org.freedesktop.Bustle.appdata.xml.in
+++ b/data/org.freedesktop.Bustle.appdata.xml.in
@@ -38,6 +38,13 @@
<id>bustle.desktop</id>
</provides>
<releases>
+ <release date="2018-07-24" version="0.7.2">
+ <description>
+ <p>You can now explore messages while they're being recorded. (Filtering, statistics and exporting are still only available once you stop recording.)</p>
+ <p>The raw sender and destination for each message is now shown in the details pane.</p>
+ <p>Bytestrings with embedded NULs which are otherwise ASCII are now shown as ASCII strings.</p>
+ </description>
+ </release>
<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>