blob: 3d4b93d51e4e776c63028c72e7171882f5c72389 (
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
|
Changes in 0.6.3
================
* Add more getters to client library
* Add an initial cut at a setter api
* Add XSession property type
Changes in 0.6.2
================
* Remove the unused UserChanged signal
* Add a small client library, based on code from gdm
* Don't use gnome-common
* Use the user-administration privilege for autologin changes
Changes in 0.6.1
================
* Always emit the changed signal when setting user photo
* Install systemd unit files
* Add Polish translations
Changes in 0.6
==============
* Many changes after code review by Miroslav Trmac:
- Always require user-administration privilege when setting a password
or changing a username
- Allow changing password mode and password even when the account is
locked, and unlock it as a side-effect
- Use /etc/shadow to store account locking and 'set password at next
login' information and monitor /etc/shadow for changes
- Set loginuid when runing commands on behalf of a user to generate
proper audit records
- Drop SetIconData and make SetIconFile copy the file when appropriate.
As a consequence, the service no longer links against image libraries.
- Various other robustness and error-handling fixes
Changes in 0.5
==============
* Make initial user list call work
* Avoid extraneous commandline parsing
|