summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-03-11 11:22:44 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-03-11 11:22:44 +1300
commit2af8dde2aacbdbfbaf17fcbd09404e82500d3255 (patch)
tree724f83a948c719d2075ce129180ae6ef94f82482
parent28cba8ae4a1f9a4131644eecedf355534f105863 (diff)
downloadlightdm-git-1.9.9.tar.gz
Releasing 1.9.91.9.9
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog22
3 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 23affc2b..dddca139 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Overview of changes in lightdm 1.9.9
+
+ * Handle signals being received in child processes instead of treating them
+ like they are received in the daemon.
+ * Set utmp ut_line to the display name (i.e. :0) to match what other
+ programs expect (e.g. 'w').
+ * Fix lightdm_greeter_ensure_shared_data_dir_sync returning the wrong value.
+ * Fix shared data tests so you can run test suite without root again.
+ * Be extra careful not to call any non thread safe function after a fork.
+ * Fix some small memory leaks detected by valgrind.
+ * Fix process shutdown code to stop generating confusing warnings
+ * Fix more double removal of source IDs.
+ * Test improvements.
+
Overview of changes in lightdm 1.9.8
* Add support for shared user data directories between the greeter and user sessions.
diff --git a/configure.ac b/configure.ac
index 6213091e..c220bea2 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.9.8)
+AC_INIT(lightdm, 1.9.9)
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 66db39ae..05530479 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+lightdm (1.9.9-0ubuntu1) trusty; urgency=medium
+
+ * New upstream release:
+ - Handle signals being received in child processes instead of treating them
+ like they are received in the daemon.
+ - Set utmp ut_line to the display name (i.e. :0) to match what other
+ programs expect (e.g. 'w').
+ - Fix lightdm_greeter_ensure_shared_data_dir_sync returning the wrong value.
+ - Fix shared data tests so you can run test suite without root again.
+ - Be extra careful not to call any non thread safe function after a fork.
+ - Fix some small memory leaks detected by valgrind.
+ - Fix process shutdown code to stop generating confusing warnings
+ - Fix more double removal of source IDs.
+ - Test improvements.
+
+ [ Gunnar Hjalmarsson ]
+ * debian/patches/04_language_handling.patch:
+ - Make lightdm_get_language() return a language with a short form language
+ code (LP: #1276072).
+
+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 11 Mar 2014 09:17:15 +1300
+
lightdm (1.9.8-0ubuntu1) trusty; urgency=medium
* New upstream release: