X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ChangeLog;h=a9b259a8fc03f6e9a9df412aaa98dc11f4b83c7a;hb=5b392f68baa6462fbb891a81ae05dcbbad91f91b;hp=04b6181be178179ebc335231b59fb2642173bf86;hpb=d076494a6ea20754841582d0903b13eb6a973cfd;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/ChangeLog b/ChangeLog index 04b6181..a9b259a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,26 @@ -version 0.9.1 +version 0.9.2 -- unreleased + fixed missing makecd.helper in Makefile.am/.in + rdiff ninjahelper bugfixes: + used to expand '*' in default source directories + the "Cancel" buttons used to have a weird behaviour... at least + code refactor: moved to lib/ some code that has to be shared between + backupninja and ninjahelper + added duplicity ninjahelper + +version 0.9.1 -- November 05 2005 + rearranged source so that it is relocatable with autotools + (thanks to Petr KlĂ­ma petr.klima@madeta-group.cz) fixed many bugs in rdiff helper - rdiff handler does not require 'label' + rdiff handler does not require 'label' (for real this time?) + added makecd ninjahelper + (thanks to Stefani stefani@riseup.net) + made ninjahelper create files with mode 600 rather than 000 + changed subversion handler to use svnadmin hotcopy instead of + the unsupported hot-copy.py script, which was moved in Debian + update rdiff ninjahelper + now detects and auto-install rdiff-backup on the remote + machine if possible, also tests the remote backup directory + and offers to create it if it doesn't exist version 0.9 -- October 19 2005 *** IMPORTANT CHANGE, UPGRADE AT ONCE *** @@ -38,7 +58,7 @@ version 0.8 -- September 15 2005 now checks if "postgres" user exists on the host/vserver. changes to ninjahelper check_perms() does not die anymore on group/world readable - helper scripts (now consistent with the "helper scripts + helper scripts (now consistent with the "helper scripts must not be group or world writable!" error msg). xedit action now tries $EDITOR, then /etc/alternatives/editor, then nano, vim and vi, and aborts if none of these exists.