Skip to content

Commit 142de48

Browse files
committed
Merge branch 'release-0.17.0'
2 parents 18f7a29 + 15d40e7 commit 142de48

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

configsnap

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import re
2525
import tarfile
2626

2727

28-
version = "0.16.2"
28+
version = "0.17.0"
2929
diffs_found_msg = False
3030
is_php_detected = False
3131
is_apache_detected = False

configsnap.spec

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: configsnap
2-
Version: 0.16.2
2+
Version: 0.17.0
33
Release: 1%{?dist}
44
Summary: Record and compare system state
55
License: ASL 2.0
@@ -42,6 +42,12 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional
4242
%{_sysconfdir}/%{name}
4343

4444
%changelog
45+
* Sun Jun 16 2019 Nick Rhodes <nrhodes91@gmail.com> - 0.17.0-1
46+
- Update diff function to use Popen.communicate() (PR 101)
47+
48+
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.2-2
49+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
50+
4551
* Sun Dec 02 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.16.2-1
4652
- Only report skipping default additional.conf file when using custom file
4753

@@ -50,7 +56,7 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional
5056
- Add --config option for specifying custom a configuration file using optparse
5157
- Filter the "ip address show" output to remove lines containing valid_lft XXsec preferred_lft XXsec
5258

53-
* Sat Oct 17 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.16-1
59+
* Wed Oct 17 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.16-1
5460
- Add --config option for specifying custom a configuration file
5561

5662
* Sat Sep 15 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.15-1

0 commit comments

Comments
 (0)