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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
Version 0.12 - 7 August 2008, Thierry Vignaud
- applet:
o prevent running twice the same applet (#42444)
Version 0.11 - 24 June 2008, Thierry Vignaud
- applet:
o make notifications be more informative (#40360)
o keep running if configured once (#41323)
o only popup if something is mounted
o try harder to show the icon before the bubble so that the later is
correctly placed (#40361)
- configurator:
o fix backup not done due to bad permissions (#39811)
Version 0.10 - 9 May 2008, Thierry Vignaud
- applet:
o do not crash if notify deamon failed on ->show (#40031)
o do not consider USB root disc
- configurator:
o exclude snapshot point from being backuped (thus preventing to
recursively backup the backup directory) (#39801)
o default to /media instead of /home if not configured, where the
discs will be mounted by HAL (#39802)
Version 0.9 - 3 April 2008, Thierry Vignaud
- applet:
o do not wake up on CD insertion (#39748)
Version 0.8 - 3 April 2008, Thierry Vignaud
- updated translations
Version 0.7 - 2 April 2008, Thierry Vignaud
- configurator:
o add a tooltip in order to explain what are intervals (#39509)
o disable advanced settings if "backup the whole system" is selected
o hide list under an "Advanced" expander
o set 755 perms on cron entry (#39699)
o use ad hoc config if "backup the whole system" is selected
o use spin buttons for intervals
- draksnapshot-restore wasn't installed
Version 0.6 - 28 March 2008, Thierry Vignaud
- applet:
o switch to HAL for detecting new plugged USB devices
(no more polling and fix memory leak in libmodprobe (#38601))
Version 0.5 - 11 March 2008, Thierry Vignaud
- configurator:
o actually use translations
Version 0.4 - 5 March 2008, Thierry Vignaud
- applet:
o check only every 5s
o ligther check
Version 0.3 - 5 March 2008, Thierry Vignaud
- applet:
o do not notify again if already done
o do not skip initial check
o hide again if no more USB disk
o only show up if detecting new discs
o refresh cache of USB devices list
o run check every 2s instead of every 5mns
Version 0.2 - Mon Mar 3 2008, Thierry Vignaud
- fix path in autostart files (#38418)
- fix warning in xinit file (#38418)
Version 0.1 - Wed Feb 27 2008, Thierry Vignaud
- initial release
|