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