diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..6930f52 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,67 @@ +Keep ChangeLog +===================== + +VERSION 0.4.0 + ADD: possibility to use an inclusion/exclusion list when setting up backup source + ADD: possibility to control rdiff-backup process priority + ADD: Restore backup wizard now displays last backup date + FIX: Backup every hour bug fixed + +VERSION 0.3.0 + ADD: backup error management + ADD: notifications + ADD: backup logging + FIX: many memory leaks + FIX: rdiff-backup management improved + +VERSION 0.2.4 + FIX: updated wording of the application + FIX: updated GUI in restore and add wizard + +VERSION 0.2.3 + ADD: advanced configuration of backups + FIX: the backup method has been fixed + +VERSION 0.2.2 + ADD: it's now possible to edit a backup + ADD: it's now possible to avoid special files (devices, sockets, links, etc.) in backups + FIX: fixed error when trying to backup a directory to multiple destinations + +VERSION 0.2.1 + ADD: It's now possible to see the modifications of selected increment when restoring + ADD: It's now possible to see the changed files of selected increment when restoring + ADD: It's now possible to see the files of the selected increment + ADD: Restoration of a custom backup directory + ADD: Restoration to a custom directory + +VERSION 0.2.0 + ADD: Keep use now rdiff-backup as backend. Thanks Luke! + ADD: You can now set different backups, with defined settings for each + ADD: GUI has been redesigned + ADD: There is now a wizard to add a directory to backup + ADD: There is now a wizard to restore a backuped directory + ADD: Forcing backup has been redesigned + ADD: New icons for each action (Force Backup, Restore Backup, Add Backup) + FIX: major code reorganization: now icons are in a separate dir and wizard in the app dir + +VERSION 0.1.2 + ADD: Action panel. You can now control the backup system from the application + ADD: It's now possible to clean the backup directory + ADD: GUI enhanced + ADD: New icon (inspired by both Ark and KMail ones, thanks to the artists who created them: Bryce Corkins, Liam Smit) + FIX: Backup directory size function cleaned + FIX: Now backup function fixed (deletion of old backups behaves now as expected) + FIX: Last and next backup date when there is no backup. + FIX: Fixed many makefiles, now it builds with automake and when builddir != srcdir + + +VERSION 0.1.1 + ADD: It's now possible to see if the backup system is well configured + ADD: It's now possible to force a backup + ADD: the main window has been redesigned + FIX: Fixed many bugs in the backup process + FIX: Code of the daemon cleaned + FIX: Code of the main application cleaned + +VERSION 0.1.0 + ADD: Initial release |