From f498dc32c1e8875ccd44bf895297926f8465eb29 Mon Sep 17 00:00:00 2001 From: Peter de Ridder Date: Sun, 25 Oct 2015 16:08:15 +0100 Subject: [PATCH] Preparing to release 1.7.0 --- NEWS | 12 ++++++++++++ configure.ac.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8e0052e..95eab58 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +============== +Version 1.7.0 +============== + +- Use lid status for locking and VT switching +- Use systemd suspend delay to lock on suspend +- Set systemd IdleHint +- More small changes +- Translations update +- New translations + + ============== Version 1.6.0 ============== diff --git a/configure.ac.in b/configure.ac.in index 43addca..f7d5f5d 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -2,7 +2,7 @@ dnl -*- mode: m4 -*- AC_PREREQ(2.60) AC_INIT([light-locker], - [1.6.0]) + [1.7.0]) AC_CONFIG_SRCDIR(src/light-locker.c)