Skip to content

Commit

Permalink
Releasing 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Feb 13, 2018
1 parent f57919d commit 74ed862
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Overview of changes in lightdm 1.25.2

* Fix incorrect use of ConsoleKit CanSuspend/Hibernate API
* Correctly install AccountsService interface file
* Fix build system to require C99
* Use standard format for arguments passed to qtchooser

Overview of changes in lightdm 1.25.1

* Fixes for VNC and XDMCP connections
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.25.1)
AC_INIT(lightdm, 1.25.2)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
Expand Down
14 changes: 13 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
lightdm (1.25.2-0ubuntu1) bionic; urgency=medium

* New upstream release:
- Fix incorrect use of ConsoleKit CanSuspend/Hibernate API
- Correctly install AccountsService interface file
- Fix build system to require C99
- Use standard format for arguments passed to qtchooser
* debian/lightdm.install:
- Install AccountsService D-Bus extension files

-- Robert Ancell <[email protected]> Tue, 13 Feb 2018 16:33:14 +1300

lightdm (1.25.1-0ubuntu1) bionic; urgency=medium

* New upstream release:
- Fixes for VNC and XDMCP connections
* Use AccountsService extension system for extended greeter information
- Use AccountsService extension system for extended greeter information
- Modernise code style

-- Robert Ancell <[email protected]> Thu, 18 Jan 2018 09:43:40 +1300
Expand Down
1 change: 1 addition & 0 deletions debian/lightdm.install
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
usr/sbin/lightdm
usr/share/accountsservice
usr/share/bash-completion
usr/share/dbus-1
usr/share/man
usr/share/locale
usr/share/polkit-1
Expand Down

0 comments on commit 74ed862

Please sign in to comment.