summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2017-07-26 10:25:11 +0100
committerWill Thompson <will@willthompson.co.uk>2017-07-26 10:36:44 +0100
commitfe02dc8bbefe67a1d707c5ba3fb639a2f42183c0 (patch)
treeb18920a6d329f0466ccbfc1fa1794e7909773d87
parent95ad3ded72efdd92af70e3cea9b7923f60fd184c (diff)
NEWS for 0.6.0
-rw-r--r--NEWS.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/NEWS.md b/NEWS.md
index 6e894df..1ab7637 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,9 +1,16 @@
-Bustle 0.5.5 (UNRELEASED)
+Bustle 0.6.0 (2017-07-26)
-------------------------
-* Fix leaks in bustle-pcap.c (Jonny Lamb,
- <https://bugs.freedesktop.org/show_bug.cgi?id=93904>)
-
+* Fix leaks in bustle-pcap.c. (Jonny Lamb, <https://bugs.freedesktop.org/show_bug.cgi?id=93904>)
+* Add a Flatpak build manifest.
+* Don't crash if reading a file with libpcap fails. <https://bugs.freedesktop.org/show_bug.cgi?id=100220>
+* Note that libpcap 1.8.0 and 1.8.1 (and hence Bustle) will still refuse to read log files generated by Bustle. This is fixed in libpcap Git by commits [1a6b088](https://github.com/the-tcpdump-group/libpcap/commit/1a6b088a88886eac782008f37a7219a32b86da45) and [42c3865](https://github.com/the-tcpdump-group/libpcap/commit/42c3865d71a3d3ad3fc61ee382ad3b5113d40552).
+* Add a Flatpak build manifest, which bundles a new-enough Git snapshot of libpcap.
+* Remove scripts to build artisan binary tarballs.
+* Drop support for pre-0.3.1 text-only log files. If you still have any valuable logs from before 2012, I can only apologise.
+* Add a Cabal flag to disable hgettext support. Since there are no non-English translations, the only user-visible impact is that some ‘curly quotes’ in three dialog boxes become 'legacy quotes'.
+* Rename bustle.desktop (etc.) to org.freedesktop.Bustle.desktop (etc.).
+* Fix a crash when reading logs generated with `dbus-monitor --pcap`.
Bustle 0.5.4 (2016-01-27)
-------------------------