summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--src/Makefile.am3
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c78cff9..2cb9b66 100644
--- a/NEWS
+++ b/NEWS
@@ -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)