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