From 72ce8d82848a6ee9634d9dd1610c5ba0074db4ae Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 12 Feb 2008 22:54:24 -0500 Subject: update for release --- NEWS | 3 +++ tools/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5cf17ad..a451b2f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ Version 0.2.9 ============= + * ck_seat_get_active_session shouldn't return a null ssid (William Jon McCann) + * guard against writing null string to keyfile (William Jon McCann) + * reverse the sense of the dbus policy (William Jon McCann) * add a ck-launch-session tool (William Jon McCann) * don't set the session-type to the command name (William Jon McCann) diff --git a/tools/Makefile.am b/tools/Makefile.am index 2cf66db..13c191f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -28,7 +28,7 @@ INCLUDES = \ -I. \ -I$(srcdir) \ -I$(top_srcdir)/src \ - -I$(top_builddir)/libck-connector \ + -I$(top_srcdir)/libck-connector \ $(CONSOLE_KIT_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ -DPREFIX=\""$(prefix)"\" \ -- cgit