]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Releasing 1.7.1
authorRobert Ancell <robert.ancell@canonical.com>
Mon, 17 Jun 2013 01:52:44 +0000 (13:52 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 17 Jun 2013 01:52:44 +0000 (13:52 +1200)
.bzrignore
NEWS
configure.ac

index a1361ddc0ab5308f5fde8c1d7047ec16ce8895b8..15ae951c6e142b1dea4b9df4018447fc0582d656 100644 (file)
@@ -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 f9330279ff1723a4c0b5f0e1e5a7242cd95e541d..e7c103c6044e21c8ce8ad6b45ef47108d300529f 100644 (file)
--- 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
index 416f533cf8f655842f4e1824e6fe4a747af94070..db14757fd9764481f79d07920c2c40d49585f568 100644 (file)
@@ -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])