summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2017-12-13 15:42:43 +0300
committerEric Koegel <eric.koegel@gmail.com>2017-12-13 15:42:43 +0300
commit735ae642100c8fef95826186aa2ef749c015cc53 (patch)
tree8169014f29f835e34a71480677b1f39a951b8486 /NEWS
parentbfb8ed71a6a7cf972ed3a901eed5f1c798691269 (diff)
downloadConsoleKit2-735ae642100c8fef95826186aa2ef749c015cc53.tar.gz
Updates for 1.2.1 release1.2.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 48fdee0..b999051 100644
--- a/NEWS
+++ b/NEWS
@@ -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