From 78a672408d1c3a478633d998216100d7a2081f8b Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 9 Aug 2022 12:35:07 +1200 Subject: * New upstream release: - Overwrite existing X authority files to avoid corruption - Change logind-check-graphical default config value to true - Block autologin if shell in nologin or false - Fix failure if with greeters sending two login requests quickly. - Drop Qt 4 support, it's been unsupported since 2015 - Fix lightdm_set_layout - Improve method of determining a session is Wayland - Don't call setenv with a NULL value - the behaviour is undefined - Replace deprecated QAbstractItemModel::setRoleNames - Move D-Bus conf file to $(datadir)/dbus-1/system.d - Fix tests failing when compiled with --with-greeter-user - Use Python 3 in tests - Disable compiler optimizations for test programs - Compilation fix for glibc 2.33 - Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATE, G_PARAM_PRIVATE - Fix compile failure due to use of clearenv on FreeBSD - Use a size_t to resolve a compile warning - Fix DesktopManager typo in man page * debian/lightdm.install: - Update for new D-Bus config location --- debian/changelog | 26 ++++++++++++++++++++++++++ debian/lightdm.install | 1 - 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 28f2063b..2478a457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +lightdm (1.32.0-0ubuntu1) UNRELEASED; urgency=medium + + * New upstream release: + - Overwrite existing X authority files to avoid corruption + - Change logind-check-graphical default config value to true + - Block autologin if shell in nologin or false + - Fix failure if with greeters sending two login requests quickly. + - Drop Qt 4 support, it's been unsupported since 2015 + - Fix lightdm_set_layout + - Improve method of determining a session is Wayland + - Don't call setenv with a NULL value - the behaviour is undefined + - Replace deprecated QAbstractItemModel::setRoleNames + - Move D-Bus conf file to $(datadir)/dbus-1/system.d + - Fix tests failing when compiled with --with-greeter-user + - Use Python 3 in tests + - Disable compiler optimizations for test programs + - Compilation fix for glibc 2.33 + - Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATE, G_PARAM_PRIVATE + - Fix compile failure due to use of clearenv on FreeBSD + - Use a size_t to resolve a compile warning + - Fix DesktopManager typo in man page + * debian/lightdm.install: + - Update for new D-Bus config location + + -- Robert Ancell Tue, 09 Aug 2022 12:30:51 +1200 + lightdm (1.30.0-0ubuntu1) eoan; urgency=medium * New upstream release: diff --git a/debian/lightdm.install b/debian/lightdm.install index 87d0e2de..0b900441 100644 --- a/debian/lightdm.install +++ b/debian/lightdm.install @@ -7,7 +7,6 @@ usr/share/locale usr/share/polkit-1 usr/lib/lightdm usr/bin -etc/dbus-1/ etc/lightdm/users.conf etc/lightdm/lightdm.conf usr/share/doc/lightdm/ etc/lightdm/keys.conf usr/share/doc/lightdm/ -- cgit v1.2.1