summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Le Folgoc <mrpouit@ubuntu.com>2012-08-30 20:04:02 +0200
committerLionel Le Folgoc <mrpouit@ubuntu.com>2012-08-30 20:04:02 +0200
commit4c9bd570c60eb76c4e66227742a708cab0678afc (patch)
tree7f35d5e995e60b9b0c605e1fd1e330cb3bae6262
parent1690b0098a76f58bbe43bfdadf68c056db6c98dd (diff)
downloadlightdm-gtk-greeter-4c9bd570c60eb76c4e66227742a708cab0678afc.tar.gz
Prepare 1.3.11.3.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0565ef8..93fdab8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in lightdm-gtk-greeter 1.3.1
+
+ * Clean up DISTCLEANFILES to fix FTBFS-twice-in-a-row
+ * Drop custom icons now that there's a config option for the icon theme
+ * Rename the 'Login' button to 'Unlock' when the user is already logged in
+ * Don't hide the login box when cancel is pressed, instead refresh the
+ prompt box to show the correct username prompt
+ * Hide the Cancel button, useless with the userlist combobox
+
Overview of changes in lightdm-gtk-greeter 1.3.0
* Properly center the login window after a resize
diff --git a/configure.ac b/configure.ac
index 7301a3d..ab41432 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(lightdm-gtk-greeter, 1.3.0)
+AC_INIT(lightdm-gtk-greeter, 1.3.1)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE