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