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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
Version 2.15 - 20 March 2017
- Correctly set permissions on the home directory
when creating a new user (mga#618)
- Use correct msec security config file to check for
acceptable password length (mga#20436)
Version 2.14 - 24 February 2017
- Do not encrypt the empty password (mga#19318)
Version 2.13 - 12 September 2016
- fix minimal [GU]ID (mga#16888)
Version 2.12 - 27 August 2016
- fix gtk+3 warning
- translation updates
Version 2.11 - 25 March 2016
- update new design for 2016 (Animtim)
Version 2.10 - 18 May 2015
- translation updates
Version 2.9 - 3 May 2015
- translation updates
Version 2.8 - 9 February 2015
- translation updates
Version 2.7 - 2 January 2015
- translation updates
Version 2.6 - 8 October 2014
- add heuristics to hide users in the 500-999 range that look like system users
- switch uid/gid boundary to 1000+
Version 2.5 - 11 February 2014
- 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)
|