diff options
author | Will Thompson <will@willthompson.co.uk> | 2017-10-26 08:48:02 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2017-10-26 08:48:02 +0100 |
commit | 8d28d43e84af1ca8586481b576bf1bcfedc5fea9 (patch) | |
tree | d6af4a82f171f28572babc0e2d76848d52908261 | |
parent | 20d896bb50ffcbe696bae0ccf45fdc479ae79b3d (diff) |
Version 0.6.2bustle-0.6.2
-rw-r--r-- | NEWS.md | 9 | ||||
-rw-r--r-- | bustle.cabal | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Bustle 0.6.2 (2017-10-26) +------------------------- + +* Check link type header in pcap files +* Bump minimum GLib version to 2.44, and remove code for older versions +* Compile C code with -g +* Fix building with Cabal >= 2 +* Fix a few compiler warnings + Bustle 0.6.1 (2017-07-27) ------------------------- diff --git a/bustle.cabal b/bustle.cabal index 0e59399..5e96ae6 100644 --- a/bustle.cabal +++ b/bustle.cabal @@ -1,6 +1,6 @@ Name: bustle Category: Network, Desktop -Version: 0.6.1 +Version: 0.6.2 Cabal-Version: >= 1.24 Tested-With: GHC == 7.8.*, GHC == 7.10.* Synopsis: Draw sequence diagrams of D-Bus traffic |