summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-08-10 16:19:27 +1200
committerRobert Ancell <robert.ancell@canonical.com>2015-08-10 16:19:27 +1200
commit5ac9291e9c49dde03e60fd15ed1f750c7a300fd3 (patch)
tree9cde4571403c2771be3ed8e78750144265f2e222
parent17bbe5dcbc4342f59e10682e480d4c8fa55ee256 (diff)
downloadlightdm-git-5ac9291e9c49dde03e60fd15ed1f750c7a300fd3.tar.gz
Releasing 1.15.21.15.2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog21
-rw-r--r--debian/control2
-rw-r--r--debian/patches/04_language_handling.patch2
5 files changed, 32 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7f87df81..11ea01d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in lightdm 1.15.2
+
+ * Support Wayland sessions.
+ * Implement autologin-session option.
+ * Generate Vala bindings from GIR instead of manually writing them. This
+ fixes some small bugs in both the Vala and GIR bindings.
+ * Don't remove autotools generated files in distclean.
+
Overview of changes in lightdm 1.15.1
* Fix default X server command set to XMir in 1.15.0.
diff --git a/configure.ac b/configure.ac
index e7840244..625104ba 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.15.1)
+AC_INIT(lightdm, 1.15.2)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
diff --git a/debian/changelog b/debian/changelog
index 9055330e..b0bd3c1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+lightdm (1.15.2-0ubuntu1) wily; urgency=medium
+
+ [ Robert Ancell ]
+ * New upstream release:
+ - Support Wayland sessions. (LP: #888391)
+ - Implement autologin-session option.
+ - Generate Vala bindings from GIR instead of manually writing them. This
+ fixes some small bugs in both the Vala and GIR bindings.
+ - Don't remove autotools generated files in distclean.
+ * debian/control:
+ - Use standards version 3.9.6
+ * debian/liblightdm-gobject-1-0.symbols:
+ - Updated
+
+ [ Gunnar Hjalmarsson ]
+ * debian/lightdm-session:
+ - Prevent ~/.bashrc from being sourced when ~/.profile is sourced.
+ (LP: #1482641)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 10 Aug 2015 16:11:13 +1200
+
lightdm (1.15.1-0ubuntu2) wily; urgency=medium
* debian/guest-session-auto.sh:
diff --git a/debian/control b/debian/control
index 15e5c0bb..25fb1f3c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
Priority: optional
Maintainer: Robert Ancell <robert.ancell@ubuntu.com>
Uploaders: Julien Lavergne <gilir@ubuntu.com>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7.0.50~),
gnome-common,
intltool (>= 0.35.0),
diff --git a/debian/patches/04_language_handling.patch b/debian/patches/04_language_handling.patch
index f50fdfc4..09d56244 100644
--- a/debian/patches/04_language_handling.patch
+++ b/debian/patches/04_language_handling.patch
@@ -75,7 +75,7 @@ Index: trunk/src/seat.c
===================================================================
--- trunk.orig/src/seat.c
+++ trunk/src/seat.c
-@@ -999,7 +999,7 @@ configure_session (Session *session, Ses
+@@ -1003,7 +1003,7 @@ configure_session (Session *session, Ses
}
if (language && language[0] != '\0')
{