File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ Overview of changes in lightdm 1.32.0
2
+
3
+ * Overwrite existing X authority files to avoid corruption
4
+ * Change logind-check-graphical default config value to true
5
+ * Block autologin if shell in nologin or false
6
+ * Fix failure if with greeters sending two login requests quickly.
7
+ * Drop Qt 4 support, it's been unsupported since 2015
8
+ * Fix lightdm_set_layout
9
+ * Improve method of determining a session is Wayland
10
+ * Don't call setenv with a NULL value - the behaviour is undefined
11
+ * Replace deprecated QAbstractItemModel::setRoleNames
12
+ * Move D-Bus conf file to $(datadir)/dbus-1/system.d
13
+ * Fix tests failing when compiled with --with-greeter-user
14
+ * Use Python 3 in tests
15
+ * Disable compiler optimizations for test programs
16
+ * Compilation fix for glibc 2.33
17
+ * Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATE, G_PARAM_PRIVATE
18
+ * Fix compile failure due to use of clearenv on FreeBSD
19
+ * Use a size_t to resolve a compile warning
20
+ * Fix DesktopManager typo in man page
21
+
1
22
Overview of changes in lightdm 1.30.0
2
23
3
24
* Add lightdm_user_get_is_locked ()
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
2
3
- AC_INIT ( lightdm , 1.30 .0 )
3
+ AC_INIT ( lightdm , 1.32 .0 )
4
4
AC_CONFIG_MACRO_DIR ( m4 )
5
5
AC_CONFIG_HEADER(config.h)
6
6
AM_INIT_AUTOMAKE ( [ 1.11 no-dist-gzip dist-xz foreign] )
You can’t perform that action at this time.
0 commit comments