Skip to content

Commit 4b10d07

Browse files
committedJul 18, 2022
Releasing 1.32.0
1 parent 792baa5 commit 4b10d07

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
 

‎NEWS

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
Overview of changes in lightdm 1.30.0
223

324
* Add lightdm_user_get_is_locked ()

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT(lightdm, 1.30.0)
3+
AC_INIT(lightdm, 1.32.0)
44
AC_CONFIG_MACRO_DIR(m4)
55
AC_CONFIG_HEADER(config.h)
66
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])

0 commit comments

Comments
 (0)