From 74b962070e9a6ec6b9c833d47b28ced72b012e5c Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 17 Jun 2013 13:52:44 +1200 Subject: [PATCH] Releasing 1.7.1 --- .bzrignore | 2 ++ NEWS | 11 +++++++++++ configure.ac | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.bzrignore b/.bzrignore index a1361ddc..15ae951c 100644 --- a/.bzrignore +++ b/.bzrignore @@ -57,6 +57,8 @@ src/ldm-marshal.c src/ldm-marshal.h src/lightdm src/lightdm-guest-session-wrapper +tests/*.log +tests/*.trs tests/data/passwd tests/src/*_moc*.cpp tests/src/dbus-env diff --git a/NEWS b/NEWS index f9330279..e7c103c6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Overview of changes in lightdm 1.7.1 + + * Fix .pc file for liblightdm-qt5-3 + * Add a new option "autologin-in-background" which lets an autologin happen + in a second display while still showing the greeter. + * Stop if fail to create default seat + * Add option to set seat type in lightdm-set-defaults + * Stop using g_file_set_contents - it can leave intermediate files around + * Make tests work without installing them + * Fix distcheck + Overview of changes in lightdm 1.7.0 * Use logind instead of ConsoleKit if it is available diff --git a/configure.ac b/configure.ac index 416f533c..db14757f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(lightdm, 1.7.0) +AC_INIT(lightdm, 1.7.1) AC_CONFIG_MACRO_DIR(m4) AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) -- 2.39.2