-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathNEWS
38 lines (32 loc) · 1.15 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
configsnap NEWS
0.15
* Added new function `copy_dir` to backup the content of an entire directory
0.14
* Adjusted -w option to only overwrite specific tagged files
* Add option to compare existing files without gathering new data using the -C/--compare-only option
* Added the option to capture post data and compare to phases other than *.pre using the --pre option
* Added option to force a compare even id the phase does not contain "post" or "rollback" using the --force-compare option
0.13
* New option -a to create a tar archive of the output
* New option -w to overwrite existing output
* PEP8 fixes
* Modify check for PHP presence
0.12
* Record Pacemaker status
* Don't raise exception if command doesn't exist
* Add alternative path for lspci
* Allow MySQL show databases to fail
* Record PHP state
* Record iptables rules
* Documented tested platforms
* Optional custom collection
0.11
* Renamed from getData to configsnap
* Backup grubenv for grub2
* Support for Fedora
* Added man page
* Record dm-multipath information
* Continue if lvm isn't present
* Allow PowerPath to be present, but with no LUNs
0.10
* Initial public release