Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
locksmith: release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fairley committed Jun 28, 2018
1 parent dce618a commit c1eeae7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v0.6.2

Locksmith now internally handles DBus signals in a safer way, with additional
checks on unexpected/malformed ones. This avoids a panic in the daemon component,
which was frequently occurring on shutdown.

### v0.6.1

Locksmith now sequences itself after update_engine, avoiding an exit and
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package version

const (
// Version is the version of locksmithctl that this is
Version = "0.6.1+git"
Version = "0.6.2"
)

0 comments on commit c1eeae7

Please sign in to comment.