Skip to content

Commit 9e2f0e2

Browse files
author
Daniel Kopeček
committed
Release 0.5.14
1 parent 96f7ad9 commit 9e2f0e2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.5.14 - 2016-09-16
4+
### Changed
5+
- Fixed unknown descriptor type handling
6+
37
## 0.5.13 - 2016-09-16
48
### Changed
59
- refactored USB parser to support multiple handlers per USB descriptor type

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.13
1+
0.5.14

usbguard.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global _hardened_build 1
22

33
Name: usbguard
4-
Version: 0.5.13
4+
Version: 0.5.14
55
Release: 1%{?dist}
66
Summary: A tool for implementing USB device usage policy
77
Group: System Environment/Daemons
@@ -176,6 +176,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
176176

177177

178178
%changelog
179-
* Tue Aug 16 2016 Daniel Kopeček <[email protected]> 0.5.13-1
180-
- Update to 0.5.13
179+
* Thu Aug 18 2016 Daniel Kopeček <[email protected]> 0.5.14-1
180+
- Update to 0.5.14
181181

0 commit comments

Comments
 (0)