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