Skip to content

Commit

Permalink
Releasing 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Aug 30, 2018
1 parent 816e36c commit 712a025
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Overview of changes in lightdm 1.28.0

* Continue to shutdown session is removing X authority fails
* Set XDG_SEAT env variable in script hooks
* Fix small leak in XDMCP server
* liblightdm-qt: mark class PowerInterface as exported
* Fix one qt5 test being run instead of a qt4 one
* Remove use of deprecated g_type_class_add_private
* Modernize private data in objects
* Document XDG_SEAT_PATH in man page
* Fix install failing if link already exists
* Remove bashisms in configure.ac

Overview of changes in lightdm 1.26.0

* No changes from 1.25.2
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT(lightdm, 1.26.0)
AC_INIT(lightdm, 1.28.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
Expand Down

0 comments on commit 712a025

Please sign in to comment.