summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 6930f52aadaf2e20d3e54c8ee984291131d9fda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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