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