From ff00b4105948cdbfe31aeca639e5b71293a70699 Mon Sep 17 00:00:00 2001 From: Nick Rhodes Date: Wed, 3 Jul 2019 17:59:36 +0000 Subject: [PATCH] Bump version for 0.17.1 --- configsnap | 2 +- configsnap.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configsnap b/configsnap index c79199a..dbe1578 100755 --- a/configsnap +++ b/configsnap @@ -25,7 +25,7 @@ import re import tarfile -version = "0.17.0" +version = "0.17.1" diffs_found_msg = False is_php_detected = False is_apache_detected = False diff --git a/configsnap.spec b/configsnap.spec index ed26b60..924ac3c 100644 --- a/configsnap.spec +++ b/configsnap.spec @@ -1,5 +1,5 @@ Name: configsnap -Version: 0.17.0 +Version: 0.17.1 Release: 1%{?dist} Summary: Record and compare system state License: ASL 2.0 @@ -42,6 +42,9 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional %{_sysconfdir}/%{name} %changelog +* Wed Jul 03 2019 Nick Rhodes - 0.17.1-1 +- Convert relative basedir to absolute path (PR 103) + * Sun Jun 16 2019 Nick Rhodes - 0.17.0-1 - Update diff function to use Popen.communicate() (PR 101)