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