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