Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kopeček committed Sep 16, 2016
1 parent 0abe06a commit ba94da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 0.6.1 - [unreleased]
## 0.6.1 - 2016-09-16
### Changed
- Refactored logging subsystem
- Fixed handling of IPC disconnect in the IPCClient class
Expand Down
5 changes: 2 additions & 3 deletions usbguard.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
%global _hardened_build 1
%define buildstamp %(date +%s)

Name: usbguard
Version: 0.6.1
Release: 0.1.%{buildstamp}%{?dist}
Release: 1%{?dist}
Summary: A tool for implementing USB device usage policy
Group: System Environment/Daemons
License: GPLv2+
Expand Down Expand Up @@ -175,5 +174,5 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'


%changelog
* Wed Sep 07 2016 Daniel Kopeček <[email protected]> 0.6.1-0.1
* Fri Sep 16 2016 Daniel Kopeček <[email protected]> 0.6.1-1
- Update to 0.6.1

0 comments on commit ba94da3

Please sign in to comment.