diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-01-13 09:53:22 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2012-01-13 09:53:22 +0000 |
commit | e76a1de368e2f459de2f195553ec76fd412eeafc (patch) | |
tree | e78fb84d32c602dd3a61848d3a229c901441ef94 /NEWS | |
parent | a93c4889dc6e1cc2354418e85a2f727d3503c176 (diff) |
Some news for 0.3.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Bustle 0.3.2 (UNRELEASED) +------------------------- + +The “let's hope my attention span lasts long enough” release. + +You can now record D-Bus logs from within Bustle itself. No more faffing +around with command-line tools: just click **File → New** and you're +away. (But if you want to capture logs from your embedded platform *du +jour*, don't fear: `bustle-pcap` is still provided as a standalone +program for your enjoyment.) + +Bustle no longer [crashes when it encounters messages containing file +handles][crash-on-h]. (Those messages are now dropped; which is not +perfect, but is at least an improvement.) + +[crash-on-h]: https://bugs.freedesktop.org/show_bug.cgi?id=44714 + + Bustle 0.3.1 (2012-01-09) ------------------------- |