From f772ad2e5c57010f3ca0bbd04a0b490e8f78c07d Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 26 Feb 2007 17:07:06 -0500 Subject: update news for release Also fix a distcheck error. --- NEWS | 13 +++++++++++++ src/Makefile.am | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c78cff9..2cb9b66 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +============= +Version 0.1.2 +============= + + * don't use NULL parameters + * add system-idle-hint and system-idle-since-hint + * add session idle-hint and idle-since-hint + * add session creation time + * don't spew errors when can't get a console fd + * improve thread safety in vt monitor + * split output of list-sessions onto separate lines + * create/delete pid file (caglar) + ============= Version 0.1.1 ============= diff --git a/src/Makefile.am b/src/Makefile.am index cbeb646..1835ecd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -80,7 +80,8 @@ EXTRA_DIST = \ ck-seat.xml \ ck-session.xml \ valgrind.sh \ - test-session \ + test-open-session \ + test-open-session-with-parameters \ $(NULL) CLEANFILES = $(BUILT_SOURCES) -- cgit