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
|
- fix untranslated messages (mga#12498)
Version 2.4 - 25 January 2014
- do not exec pkexec but run it so it has a parent process to fix double fork
issues mga#11184 mga#12364
Version 2.3 - 16 December 2013
- fix crashing when displaying about dialog
Version 2.2 - 6 December 2013
- fix searching returning no results
Version 2.1 - 4 December 2013
- fix "forgiving" primary group when (un)selecting secondary groups (mga#11864)
- ignore events who lack ->x & ->y
(thus fixing a crash if clicking too often)
Version 2.0 - 23 November 2013
- switch from Gtk+-2 to Gtk+-3:
Version 1.16 - 17 November 2013, Colin Guthrie
- polkit: only use pkexec when not already root
Version 1.15 - 12 October 2013, Colin Guthrie
- use polkit for authorisation (mga#11125)
Version 1.14 - 23 April 2013, Thierry Vignaud
- fix compiling with latest libuser
Version 1.13.5 - 22 May 2011, Anne Nicolas
- update translations
Version 1.13.4 - 14 May 2011, Anne Nicolas
- update translations
Version 1.13.3 - 07 February 2011, D Morgan
- Clean of mandriva occurencis for mageia
- Fix version in userdrake
- Fix copyright to add it for mageia in 2011
Version 1.13.2 - 22 July 2010, Pascal Terjan
- define PACKAGE_NAME, it is used by libuser definition of _
Version 1.13.1 - 26 May 2010, Pascal Terjan
- update translations
Version 1.13 - 2 February 2010, Christophe Fergeau
- do not crash when trying to rename a user to an already existing name
- make libuser binding i18n aware
- refactorization for readability (please test)
- use libuser translations
Version 1.12 - 21 October 2009, Christophe Fergeau
- refresh user list when adding/removing xguest
Version 1.11 - 8 September 2009, Aurelien Lefebvre
- enable to install/uninstall xguest account from 'actions' menu (#54498)
Version 1.10 - 8 September 2009, Aurelien Lefebvre
- added password weakness check (require >= drakx-12.49)
Version 1.9.1 - 15 April 2009, Thierry Vignaud
- translation updates
Version 1.9 - 30 March 2009, Thierry Vignaud
- do not crash if some face images are missing (#45024)
|