Skip to content

Commit 74ed862

Browse files
committed
Releasing 1.25.2
1 parent f57919d commit 74ed862

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Overview of changes in lightdm 1.25.2
2+
3+
* Fix incorrect use of ConsoleKit CanSuspend/Hibernate API
4+
* Correctly install AccountsService interface file
5+
* Fix build system to require C99
6+
* Use standard format for arguments passed to qtchooser
7+
18
Overview of changes in lightdm 1.25.1
29

310
* Fixes for VNC and XDMCP connections

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.25.1)
3+
AC_INIT(lightdm, 1.25.2)
44
AC_CONFIG_MACRO_DIR(m4)
55
AC_CONFIG_HEADER(config.h)
66
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])

debian/changelog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1+
lightdm (1.25.2-0ubuntu1) bionic; urgency=medium
2+
3+
* New upstream release:
4+
- Fix incorrect use of ConsoleKit CanSuspend/Hibernate API
5+
- Correctly install AccountsService interface file
6+
- Fix build system to require C99
7+
- Use standard format for arguments passed to qtchooser
8+
* debian/lightdm.install:
9+
- Install AccountsService D-Bus extension files
10+
11+
-- Robert Ancell <robert.ancell@canonical.com> Tue, 13 Feb 2018 16:33:14 +1300
12+
113
lightdm (1.25.1-0ubuntu1) bionic; urgency=medium
214

315
* New upstream release:
416
- Fixes for VNC and XDMCP connections
5-
* Use AccountsService extension system for extended greeter information
17+
- Use AccountsService extension system for extended greeter information
618
- Modernise code style
719

820
-- Robert Ancell <robert.ancell@canonical.com> Thu, 18 Jan 2018 09:43:40 +1300

debian/lightdm.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
usr/sbin/lightdm
22
usr/share/accountsservice
33
usr/share/bash-completion
4+
usr/share/dbus-1
45
usr/share/man
56
usr/share/locale
67
usr/share/polkit-1

0 commit comments

Comments
 (0)