summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2014-10-11 21:02:49 +0300
committerEric Koegel <eric.koegel@gmail.com>2014-10-11 21:03:07 +0300
commit479b216000352df7dcc47713b48e2a8bcaf8e45a (patch)
tree311e9f65e2c10cceaf26a2fb4eb477a8552cbae6
parenta36040d6cec71e5dbe39b8f20c2da6facbf89397 (diff)
downloadConsoleKit2-479b216000352df7dcc47713b48e2a8bcaf8e45a.tar.gz
trivial: update NEWS
-rw-r--r--NEWS40
1 files changed, 40 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 024923c..b829be8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+
+ * Check the return value of sysconf before passing it to calloc.
+ * Only close fds that were opened.
+ * Fix a resource leak.
+ * ck-log-system-start: always create log directory. Patch by
+ Daniel Drake.
+ * Prevent possible use-after-free condition. Patch by
+ Anders Kaseorg.
+ * Fix crash on logout/login via SunRay. Patch by Halton Huo.
+ * Fix ck-history truncating login names.
+ * Call thread_data_free before g_thread_exit.
+ * Add man pages. Patch by Brian Cameron.
+ * Fix for rejected GetAll properties by GDBus. Patch by
+ Teodor MICU.
+ * Linux: Use /sys/class/tty/tty0/active for VT change
+ notifications (i.e. the 63 threads issue)
+ * Set source id to 0 after calling g_source_remove.
+ Patch by Manfred Hampl.
+ * Return early when remote DISPLAY variable set.
+ Patch by Joe Mullally.
+ * Various deprecated functions and other compile warnings
+ were fixed.
+ * Add an --enable-debug=full which always enables debugging.
+ * Add OpenBSD backend. Patches by Robert Nagy and ajacoutot.
+ * Improve FreeBSD backend.
+ * Add DragonFlyBSD backend.
+ * Be able to shutdown or reboot even without polkit or RBAC
+ support. Patch by Romain Perier.
+ * udev-acl install to usr.
+ * Add support for devices with long names.
+ Patch by Aleix Conchillo FlaquƩ.
+ * Cleanup console tag files on application startup and shutdown.
+ * Fix uninitialized variable.
+ * Use correct type in tools/ck-history.c Patch by Rafal Muzylo.
+ * Add a configure switch for PolicyKit. Patch by Samuli Suominen.
+ * Enables the FreeBSD VT ioctls on GNU/kFreeBSD.
+ Patch by Robert Millan.
+ * Fallback to getpeereid() on FreeBSD and GNU/kFreeBSD.
+ Patch by Robert Millan.
+
==============
Version 0.4.6
==============