Skip to content

Commit 71984a4

Browse files
committed
Releasing 1.18.4
1 parent 7dcb96a commit 71984a4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Overview of changes in lightdm 1.18.4
2+
3+
* Fixes for VNC and XDMCP connections
4+
* Set names for XDMCP and VNC seats
5+
* Use power management functions from ConsoleKit2 if available.
6+
* Expose autologin-session as a hint to the greeter
7+
* Fix timed autologins not using autologin-session when no session specified
8+
* liblightdm-qt: Use liblightdm-gobject power methods instead of
9+
re-implementing in Qt.
10+
* Use SA_RESTART with SIGPIPE.
11+
112
Overview of changes in lightdm 1.18.3
213

314
* Fix error that caused stdin to be closed. This seems to have lots of bad

configure.ac

Lines changed: 1 addition & 1 deletion
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.18.3)
3+
AC_INIT(lightdm, 1.18.4)
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)