added draft authors
[matthijs/upstream/backupninja.git] / ChangeLog
1 version 0.9.1 -- unreleased
2         rearranged source so that it is relocatable with autotools
3                 (thanks to Petr KlĂ­ma petr.klima@madeta-group.cz)
4         fixed many bugs in rdiff helper
5         rdiff handler does not require 'label' (for real this time?)
6
7 version 0.9 -- October 19 2005
8         *** IMPORTANT CHANGE, UPGRADE AT ONCE ***
9          fixed insecure temporary file creation 
10         *****************************************
11         removed erroneous magic file marker in pgsql handler
12         fixed incorrect find positional
13         changed direct grep of /etc/passwd to getent passwd.
14         rdiff helper has much better information on failed ssh attempt
15                 (patch from cmccallum@thecsl.org).
16         rdiff handler now supports remote source and local dest. 
17                 (patch from cmccallum@thecsl.org).
18         man pages are greatly improved.
19
20 version 0.8 -- September 15 2005
21         added pgsql (PostgreSQL) handler, with vservers support.
22         added vservers support to duplicity handler
23                 Note: the configuration is a bit different than the rdiff
24                 handler's one, but the default behavior is the same:
25                 have a look at example.dup.
26         improved README
27         documented .disabled method.
28         corrected VROOTDIR default value.
29         added ninjahelper to the install instructions.
30         improved rdiff, dup and sys handlers' vservers support
31                 prevent vserver-debiantools' $VROOTDIR/ARCHIVES directory
32                 to be seen as a vserver
33         changes to sys handler
34                 make use of configurable $VSERVERINFO instead of hard-coded vserver-info.
35                 fixed dpkg existence test inside vserver.
36                 fixed $nodpkg use.
37         changes to pgsql handler
38                 now checks if the specified vserver is running.
39                 now checks if $PGSQLDUMP/$PGSQLDUMPALL are available where needed.
40                 now checks if "postgres" user exists on the host/vserver.
41         changes to ninjahelper
42                 check_perms() does not die anymore on group/world readable
43         helper scripts (now consistent with the "helper scripts
44                 must not be group or world writable!" error msg).
45         xedit action now tries $EDITOR, then /etc/alternatives/editor,
46                 then nano, vim and vi, and aborts if none of these exists.
47         added helper for pgsql handler.
48         rdiff handler now does not require 'label'
49         changes to mysql and svn handlers' vservers support
50                 these handlers now check if the source vserver is running
51         added 'ignores' for mysql handler. (thanks Daniel.Bonniot@inria.fr)
52
53 version 0.7 -- July 26 2005
54         added ninjahelper: a dialog based wizard for creating backupninja configs.
55         considerably improved and changed the log file output.
56         you can now disable actions with .disabled (this is new preferred method).
57         added makecd handler and example.makecd for backing up to cd/dvd (thanks stef).
58         fixed bug when specifying multiple 'when' options.
59
60 version 0.6 -- June 16 2005
61         ldap handler has new options: backup method to use (ldapsearch or
62                 slapcat), restart, passwordfile and binddn. Default backup method
63                 is set to ldapsearch as this is safer
64         ******************************************************************
65         NOTE: to get the previous default behavior with the ldap handler, 
66         you must set "method = slapcat". The new default is ldapsearch.
67         ******************************************************************
68         implemented fix so that the main script will echo fatal errors rather
69                 than being silent about them, this means an error message every hour
70                 if there is a major configuration problem (not a handler problem)
71         added vserver support to main script and to the handlers: mysql, svn, sys, rdiff
72         changes to duplicity handler (thanks intrigeri!):
73                 "keep = yes" now disables file cleaning on desthost
74                 added "sign" option for backups signing
75                 added "encryptkey" option to specify the gpg key to use
76                 split config into [source], [gpg] and [dest] sections
77                 added "nicelevel" option
78                 added "testconnect" option
79                 added "sshoptions" option (will be passed to ssh/scp)
80                 added "bandwidthlimit" option
81         example.dup example config file for duplicity handler 
82         added trac (http://trac.edgewall.com/) environment handler (thanks Charles Lepple!)
83         added configfile option to mysql handler
84                 the default is /etc/mysql/debian.cnf. with this, 
85                 sqldump doesn't need dbusername. (hotcopy still does).
86         fixed bug in mysql handler which caused some passwords to not work.
87                 (.my.cnf files now have double quotes around password)
88         can now pass options to hwinfo and sfdisk in sys handler.
89
90 version 0.5 -- April 12 2005
91         rdiff handler works when remote sshd has a banner
92         rdiff handler supports local dest 
93         logfile is created if it doesn't exist
94         added "when = hourly" 
95         added optional 'nicelevel' to rdiff handler
96         fixed bug where actions were not run in numeric order.
97         improved 'when' parsing.
98
99 version 0.4.4 -- March 18 2005
100         results of handlers are now read line by line. 
101         changes to rdiff handler: added "options", and "keep" is
102                 not necessarily days now (ie, it will pass straight through to
103                 rdiff-backup if the keep has a unit on it, otherwise it adds the 'D').
104         added dup handler (still pretty beta)
105         added maildir handler (very specialized handler)
106         added --run option (runs the specified action file)
107         improved sys handler, now uses hwinfo
108         added subversion hotbackup handler, svn. 
109         added PATH to cron.d file, which fixes file not found errors.
110
111 version 0.4.2 -- Jan 6 2005
112         fixed bug which caused a report email to be sent even if no actions were run.
113         fixed bug where multiple handler status messages were ignored
114         added status in the subject line of report emails
115
116 version 0.4.1 -- Jan 3 2005
117         added $usecolors and now more conservative about when colors are echoed.
118         fixed major bug, 'when' actually works now.
119         replaced debug function with debug, info, warning, error, fatal.
120         added --now option to force all actions to be performed now.
121         
122 version 0.4 -- Dec 26 2004
123         added "when" option, so that all configs can specify when
124                 they are to be run.
125         added reportsuccess and reportwarning config options
126         added .sys handler (hardware, packages, partitions).
127
128 version 0.3.4 -- Dec 8 2004
129         fixed numerical variable quoting compatibility with older wc    
130         fixed stderr redirect bug
131         some comments in example.rdiff
132
133 version 0.3.3 -- Nov 10 2004
134         '*' (asterisk) works now in rdiff config files
135         works now with gawk as well as mawk
136         many bug fixes to ldap handler
137         paths to helper scripts can be configured in global config
138         does not require /usr/bin/stat
139
140 version 0.3.2 -- Sept 29 2004
141         handler scripts are no longer executable (to comply with debian policy)
142         handler error and warning messages are sent with the notify email
143
144 version 0.3.1 -- Sept 5 2004
145         added ldap handler
146         moved sh support to a handler script
147         add test mode, where no action is taken.
148         added --help
149         force only root can read /etc/backup.d/*
150         fixed missing equals symbols in example.rdiff
151         changed backupninja executable to be /usr/sbin rather than /usr/bin
152         
153 version 0.3 -- Oct 20 2004
154         ** IMPORTANT ** all config files are now ini style, not apache style
155         rewrote all scripts in bash for portability
156         added drop-in backupninja lib directory (/usr/share/backupninja)
157         all scripts are now run as root
158
159 version 0.2 -- Oct 14 2004
160         move distribution folder ./cron.d to ./etc/cron.d
161         fixed bug: removed printr of excludes (!)
162         added support for changing the user/group in rdiff sources.
163         added support for .mysql config files.
164         
165 version 0.1 -- Oct 8 2004
166         initial release 
167