Skip to content

Commit 89104cf

Browse files
author
Lionel Le Folgoc
committed
Prepare 1.3.0
1 parent 2ee22d2 commit 89104cf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Overview of changes in lightdm-gtk-greeter 1.3.0
2+
3+
* Properly center the login window after a resize
4+
* Add names to widgets to ease theming
5+
* Replace the userlist's treeview with a combobox
6+
* Document the option to show the language chooser
7+
* Add a config option to set the path to the logo image
8+
* Add a config option to set the icon theme
9+
* Use a known icon name for the accessibility menu
10+
* Remember the last session used
11+
* Update po/LINGUAS.
12+
113
Overview of changes in lightdm-gtk-greeter 1.1.6
214

315
* Fix 'Large Font' option for fontnames containing spaces (Bug #908926)

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-gtk-greeter, 1.1.6)
3+
AC_INIT(lightdm-gtk-greeter, 1.3.0)
44
AC_CONFIG_MACRO_DIR(m4)
55
AC_CONFIG_HEADER(config.h)
66
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)