Skip to content

Commit

Permalink
Bump version for 0.16.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rhodesn committed Dec 2, 2018
1 parent cf25558 commit 2b715d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configsnap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import shutil
import tarfile


version = "0.16"
version = "0.16.2"
diffs_found_msg = False
is_php_detected = False
is_apache_detected = False
Expand Down
16 changes: 12 additions & 4 deletions configsnap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: configsnap
Version: 0.16
Version: 0.16.2
Release: 1%{?dist}
Summary: Record and compare system state
License: ASL 2.0
Expand Down Expand Up @@ -42,12 +42,20 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional
%{_sysconfdir}/%{name}

%changelog
* Sun Dec 02 2018 Nick Rhodes <[email protected]> - 0.16.2-1
- Only report skipping default additional.conf file when using custom file

* Sun Nov 04 2018 Nick Rhodes <[email protected]> - 0.16.1-1
- Revert previous --config release with argparse rewrite
- Add --config option for specifying custom a configuration file using optparse
- Filter the "ip address show" output to remove lines containing valid_lft XXsec preferred_lft XXsec

* Sat Oct 17 2018 Nick Rhodes <[email protected]> - 0.16-1
* - Add --config option for specifying custom a configuration file
- Add --config option for specifying custom a configuration file

* Sat Sep 15 2018 Nick Rhodes <[email protected]> - 0.15-1
* - Added copy_dir function to recursively backup and diff directories
* - Add ability to use copy_dir in additional.conf along with a file pattern match
- Added copy_dir function to recursively backup and diff directories
- Add ability to use copy_dir in additional.conf along with a file pattern match

* Tue Jul 31 2018 Paolo Gigante <[email protected]> - 0.14-1
- Adjusted -w option to only overwrite specific tagged files
Expand Down

0 comments on commit 2b715d0

Please sign in to comment.