diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-03-30 13:10:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-03-30 13:10:51 -0400 |
commit | 6ce7885ca827dbaa35270836d8945ec5b29a0ef5 (patch) | |
tree | cedada298cedc95397ff3bf2681f803d5042d5dd | |
parent | 8b4596b8d75035fc9bf81f6ffc6a6f1327e27541 (diff) |
Updates0.6
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +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 ============== |