summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Le Folgoc <mrpouit@ubuntu.com>2012-08-23 19:34:15 +0200
committerLionel Le Folgoc <mrpouit@ubuntu.com>2012-08-23 19:34:15 +0200
commit89104cfb5c057db687d6239b6e9464ca0cb240c3 (patch)
treec33838a8a3ddc45738884daa38d403bf2f242a19
parent2ee22d2bfbbb9a4a087c87b5b999e0b957bd6f37 (diff)
downloadlightdm-gtk-greeter-89104cfb5c057db687d6239b6e9464ca0cb240c3.tar.gz
Prepare 1.3.01.3.0
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 807d1c6..0565ef8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes in lightdm-gtk-greeter 1.3.0
+
+ * Properly center the login window after a resize
+ * Add names to widgets to ease theming
+ * Replace the userlist's treeview with a combobox
+ * Document the option to show the language chooser
+ * Add a config option to set the path to the logo image
+ * Add a config option to set the icon theme
+ * Use a known icon name for the accessibility menu
+ * Remember the last session used
+ * Update po/LINGUAS.
+
Overview of changes in lightdm-gtk-greeter 1.1.6
* Fix 'Large Font' option for fontnames containing spaces (Bug #908926)
diff --git a/configure.ac b/configure.ac
index 2b9a252..7301a3d 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.6)
+AC_INIT(lightdm-gtk-greeter, 1.3.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE