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