summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2013-12-27 20:32:39 -0500
committerSean Davis <smd.seandavis@gmail.com>2013-12-27 20:32:39 -0500
commit95ef4c91c047cdfa0dad3c304cf8cc55d96a84d0 (patch)
treebd3986b2f179fa8648c7e72e26b50551f30dc50f
parent272e50eb810e4678c1cab56ac66516effc5c71d7 (diff)
downloadlightdm-gtk-greeter-95ef4c91c047cdfa0dad3c304cf8cc55d96a84d0.tar.gz
Update version and NEWS
-rw-r--r--NEWS33
-rw-r--r--configure.ac2
2 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 358e469..b70b41c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Overview of changes in lightdm-gtk-greeter 1.7.0
+
+ * New features:
+ - Window positioning (relative or absolute) of the login window and
+ power dialogs is now configurable in lightdm-gtk-greeter.conf
+ - The default user image is now configurable in lightdm-gtk-greeter.conf
+ * Accessibility improvements:
+ - Onboard on-screen keyboard is now run in xembed mode
+ - Addition of F1, F2, F3 hotkeys for accessibility menu items
+ - Users can now be switched from the username/password entries with
+ up/down
+ - Restart/Power Off dialogs can now be cancelled with the Escape key
+ * Improvements when used as a Lock Screen:
+ - The screen is now blanked when locked and the greeter is started
+ * Background loading improvements:
+ - The background image is now loaded only once
+ - Memory leaks from pixmaps and X clients have been fixed
+ * Bugs fixed:
+ - LP #1031421: Greeter doesn't select user's last session when using
+ "Other"
+ - LP #1191509: Disabling language selector leaves strange artifact on
+ the screen
+ - LP #1231134: support enter key to validate login entry
+ - LP #1232804: Improve "login greeter -> desktop" transition in Xubuntu
+ - LP #1251431: user background gets painted over background specified in
+ config file
+ * Additional fixes:
+ - Fixed typo in language selection
+ - Fixed keyboard-focus with on-screen keyboard
+ * Many thanks to our contributors for this release,
+ Alistair Buxton and Andrew P. who provided the majority of the patches and
+ functionality.
+
Overview of changes in lightdm-gtk-greeter 1.6.1
* Fix inability to change session/languages on logout (lp: #1213837)
diff --git a/configure.ac b/configure.ac
index 5422872..6a712e5 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.6.1)
+AC_INIT(lightdm-gtk-greeter, 1.7.0)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE