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