summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Le Folgoc <mrpouit@ubuntu.com>2012-05-21 20:16:39 +0200
committerLionel Le Folgoc <mrpouit@ubuntu.com>2012-05-21 20:16:39 +0200
commitdbd337947325fce051423ced438d180fa9dcbbf4 (patch)
tree5ede68dfe7f7f515390bac069f7ef5d1c4f27ef0
parent5e072bbedf99fcdc656645455b5e6d13a5dea515 (diff)
downloadlightdm-gtk-greeter-dbd337947325fce051423ced438d180fa9dcbbf4.tar.gz
Prepare for 1.1.6
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d8a065e..807d1c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in lightdm-gtk-greeter 1.1.6
+
+ * Fix 'Large Font' option for fontnames containing spaces (Bug #908926)
+ * Fix 'Cancel' button action, and clear the error label (Bug #990315)
+ * Add missing include for setlocale (Bug #999438)
+ * Updated translations.
+
Overview of changes in lightdm-gtk-greeter 1.1.5
* Restore all translations lost during the split from lightdm
diff --git a/configure.ac b/configure.ac
index 728b572..2b9a252 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.1.5)
+AC_INIT(lightdm-gtk-greeter, 1.1.6)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE