diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2017-12-13 15:42:43 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2017-12-13 15:42:43 +0300 |
commit | 735ae642100c8fef95826186aa2ef749c015cc53 (patch) | |
tree | 8169014f29f835e34a71480677b1f39a951b8486 /NEWS | |
parent | bfb8ed71a6a7cf972ed3a901eed5f1c798691269 (diff) | |
download | ConsoleKit2-735ae642100c8fef95826186aa2ef749c015cc53.tar.gz |
Updates for 1.2.1 release1.2.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,4 +1,28 @@ ============== +Version 1.2.1 +============== +Stable release of ConsoleKit2 + +Changes since 1.2.0 +New Features: +- Add ListSeats method to Manager interface +- Add CanControlSession dbus call + +Bug Fixes: +- Correctly report SELinux support +- Only use tmpfs mounts on DFly if supported +- incompatible-pointer-type warning +- Remove some redundant code probing for hibernation, suspend, and sleep +- make_tmpfs for DragonFly +- memory leak in ck-manager +- Seat property on Session interface + +Misc Changes: +- Add DragonFlyBSD as a platform +- Remove DragonFly specific code from FreeBSD sysdeps +- Switch away from AC_DISABLE_STATIC + +============== Version 1.2.0 ============== Stable release of ConsoleKit2 |