Skip to content

Commit 4c9bd57

Browse files
author
Lionel Le Folgoc
committed
Prepare 1.3.1
1 parent 1690b00 commit 4c9bd57

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Overview of changes in lightdm-gtk-greeter 1.3.1
2+
3+
* Clean up DISTCLEANFILES to fix FTBFS-twice-in-a-row
4+
* Drop custom icons now that there's a config option for the icon theme
5+
* Rename the 'Login' button to 'Unlock' when the user is already logged in
6+
* Don't hide the login box when cancel is pressed, instead refresh the
7+
prompt box to show the correct username prompt
8+
* Hide the Cancel button, useless with the userlist combobox
9+
110
Overview of changes in lightdm-gtk-greeter 1.3.0
211

312
* Properly center the login window after a resize

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

0 commit comments

Comments
 (0)