(no commit message)
[matthijs/upstream/backupninja.git] / changelog
1 version 0.4.3 -- Jan 20 2005
2         results of handlers are now read line by line. 
3         changes to rdiff handler: added "options", and "keep" is not necessarily days now.
4         added dup handler (still pretty beta)
5         added maildir handler (very specialized handler)
6         added --run option (runs the specified action file)
7         improved sys handler, now uses hwinfo
8
9 version 0.4.2 -- Jan 6 2005
10         fixed bug which caused a report email to be sent even if no actions were run.
11         fixed bug where multiple handler status messages were ignored
12         added status in the subject line of report emails
13
14 version 0.4.1 -- Jan 3 2005
15         added $usecolors and now more conservative about when colors are echoed.
16         fixed major bug, 'when' actually works now.
17         replaced debug function with debug, info, warning, error, fatal.
18         added --now option to force all actions to be performed now.
19         
20 version 0.4 -- Dec 26 2004
21         added "when" option, so that all configs can specify when
22                 they are to be run.
23         added reportsuccess and reportwarning config options
24         added .sys handler (hardware, packages, partitions).
25
26 version 0.3.4 -- Dec 8 2004
27         fixed numerical variable quoting compatibility with older wc    
28         fixed stderr redirect bug
29         some comments in example.rdiff
30
31 version 0.3.3 -- Nov 10 2004
32         '*' (asterisk) works now in rdiff config files
33         works now with gawk as well as mawk
34         many bug fixes to ldap handler
35         paths to helper scripts can be configured in global config
36         does not require /usr/bin/stat
37
38 version 0.3.2 -- Sept 29 2004
39         handler scripts are no longer executable (to comply with debian policy)
40         handler error and warning messages are sent with the notify email
41     
42 version 0.3.1 -- Sept 5 2004
43         added ldap handler
44         moved sh support to a handler script
45         add test mode, where no action is taken.
46         added --help
47         force only root can read /etc/backup.d/*
48         fixed missing equals symbols in example.rdiff
49         changed backupninja executable to be /usr/sbin rather than /usr/bin
50         
51 version 0.3 -- Oct 20 2004
52         ** IMPORTANT ** all config files are now ini style, not apache style
53         rewrote all scripts in bash for portability
54         added drop-in backupninja lib directory (/usr/share/backupninja)
55         all scripts are now run as root
56
57 version 0.2 -- Oct 14 2004
58         move distribution folder ./cron.d to ./etc/cron.d
59         fixed bug: removed printr of excludes (!)
60         added support for changing the user/group in rdiff sources.
61         added support for .mysql config files.
62         
63 version 0.1 -- Oct 8 2004
64         initial release 
65