From cc644252e8738212b28102fd8b5effb1f4baccc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kope=C4=8Dek?= Date: Sun, 14 Aug 2016 10:45:33 +0200 Subject: [PATCH] Release 0.5.12 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- usbguard.spec | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eef73e1..625810d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.5.12 - 2016-09-14 +### Changed +- Fixed a bug in matching USB interface types with wildcards +- usbguard-daemon will now abort at startup if the rule file contains + syntax error instead of continuing with an empty rule set + ## 0.5.11 - 2016-09-13 ### Added - Maintainer script for spellchecking source archive files diff --git a/VERSION b/VERSION index 69626fb9..9d6c1754 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.11 +0.5.12 diff --git a/usbguard.spec b/usbguard.spec index 286ccf50..57b18357 100644 --- a/usbguard.spec +++ b/usbguard.spec @@ -1,8 +1,8 @@ %global _hardened_build 1 Name: usbguard -Version: 0.5.11 -Release: 2%{?dist} +Version: 0.5.12 +Release: 1%{?dist} Summary: A tool for implementing USB device usage policy Group: System Environment/Daemons License: GPLv2+ @@ -176,6 +176,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog -* Sat Aug 13 2016 Daniel Kopeček 0.5.11-2 -- Update to 0.5.11 +* Sun Aug 14 2016 Daniel Kopeček 0.5.12-1 +- Update to 0.5.12