From f6ce16f2107de712a0edd8f5fb6853ea6ab8a399 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Mon, 10 Sep 2018 05:57:43 -0400 Subject: [PATCH] Update for 2.0.6 release --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 15684d56..8f4abe27 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of changes in lightdm-gtk-greeter 2.0.6 + + * General: + - Multi seat support: Store state for each seat (LP: #1641335) + - Migrated project to Launchpad Git + * Updated translations: + - Catalan + Overview of changes in lightdm-gtk-greeter 2.0.5 * General: diff --git a/configure.ac b/configure.ac index e321f57f..b7c46289 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([lightdm-gtk-greeter],[2.0.5],[https://launchpad.net/lightdm-gtk-greeter]) +AC_INIT([lightdm-gtk-greeter],[2.0.6],[https://launchpad.net/lightdm-gtk-greeter]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/lightdm-gtk-greeter.c]) AC_CONFIG_MACRO_DIR([m4])