summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog15
-rw-r--r--debian/liblightdm-gobject-1-0.symbols6
-rw-r--r--debian/patches/04_language_handling.patch4
5 files changed, 34 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f704b4d9..6bd0873b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in lightdm 1.21.0
+
+ * Add liblightdm functions for getting OS release information and the
+ message of the day.
+ * Warn if we find unknown keys in configuration.
+ * Fix .profile errors not showing in .xsession-errors log.
+ * Remove duplicate Qt property in liblightdm.
+ * Fix and improve liblightdm API documentation.
+ * Minor GIR annotation fixes.
+
Overview of changes in lightdm 1.20.0
* Use stable version number (no other changes)
diff --git a/configure.ac b/configure.ac
index e9013c32..ae29e461 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.20.0)
+AC_INIT(lightdm, 1.21.0)
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 37285614..7871ba05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+lightdm (1.21.0-0ubuntu1) zesty; urgency=medium
+
+ * New upstream release:
+ - Add liblightdm functions for getting OS release information and the
+ message of the day.
+ - Warn if we find unknown keys in configuration.
+ - Fix .profile errors not showing in .xsession-errors log. (LP: #1639533)
+ - Remove duplicate Qt property in liblightdm.
+ - Fix and improve liblightdm API documentation.
+ - Minor GIR annotation fixes.
+ * debian/liblightdm-gobject-1-0.symbols:
+ - Updated
+
+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 14 Nov 2016 11:40:20 +1300
+
lightdm (1.20.0-0ubuntu2) zesty; urgency=medium
* debian/lightdm-greeter-session: Don't launch another session D-Bus if one
diff --git a/debian/liblightdm-gobject-1-0.symbols b/debian/liblightdm-gobject-1-0.symbols
index 89bbeeea..bdb86e03 100644
--- a/debian/liblightdm-gobject-1-0.symbols
+++ b/debian/liblightdm-gobject-1-0.symbols
@@ -8,6 +8,12 @@ liblightdm-gobject-1.so.0 liblightdm-gobject-1-0 #MINVER#
lightdm_get_languages@Base 0.9.2
lightdm_get_layout@Base 0.9.2
lightdm_get_layouts@Base 0.9.2
+ lightdm_get_motd@Base 1.21.0
+ lightdm_get_os_id@Base 1.21.0
+ lightdm_get_os_name@Base 1.21.0
+ lightdm_get_os_pretty_name@Base 1.21.0
+ lightdm_get_os_version@Base 1.21.0
+ lightdm_get_os_version_id@Base 1.21.0
lightdm_get_remote_sessions@Base 1.3.3
lightdm_get_sessions@Base 0.9.2
lightdm_greeter_authenticate@Base 0.9.2
diff --git a/debian/patches/04_language_handling.patch b/debian/patches/04_language_handling.patch
index 1e1bac33..b8738b43 100644
--- a/debian/patches/04_language_handling.patch
+++ b/debian/patches/04_language_handling.patch
@@ -6,7 +6,7 @@ Index: trunk/liblightdm-gobject/language.c
===================================================================
--- trunk.orig/liblightdm-gobject/language.c
+++ trunk/liblightdm-gobject/language.c
-@@ -39,7 +39,7 @@ static GList *languages = NULL;
+@@ -60,7 +60,7 @@ static GList *languages = NULL;
static void
update_languages (void)
{
@@ -15,7 +15,7 @@ Index: trunk/liblightdm-gobject/language.c
gchar *stdout_text = NULL, *stderr_text = NULL;
gint exit_status;
gboolean result;
-@@ -160,15 +160,39 @@ lightdm_get_language (void)
+@@ -181,15 +181,39 @@ lightdm_get_language (void)
{
const gchar *lang;
GList *link;