diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-02-26 17:07:06 -0500 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-02-26 17:07:06 -0500 |
commit | f772ad2e5c57010f3ca0bbd04a0b490e8f78c07d (patch) | |
tree | 15e3b25527d8f0eccd61992e544faf27666b36d6 | |
parent | 35b022fde7836d0edb5819d4f8be29bd1b9a20d9 (diff) |
update news for release0.1.2
Also fix a distcheck error.
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | src/Makefile.am | 3 |
2 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,17 @@ ============= +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) |