summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2014-02-12 06:34:32 -0500
committerSean Davis <smd.seandavis@gmail.com>2014-02-12 06:34:32 -0500
commit36ddc732c165b3185aa32a08235defc84b8b6464 (patch)
tree83384ae9bdab562344871be4a07ecad29733bc6f
parent7acf3aa2c6adeeb88fd6680550cbf9f34e6ffd8d (diff)
downloadlightdm-gtk-greeter-git-36ddc732c165b3185aa32a08235defc84b8b6464.tar.gz
Update NEWS and version number1.8.1
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dd7d2b2..053dab2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in lightdm-gtk-greeter 1.8.1
+
+ * Bugs fixed:
+ - Fixed regression with enter not moving username entry to password entry.
+
Overview of changes in lightdm-gtk-greeter 1.8.0
* New features:
@@ -14,7 +19,7 @@ Overview of changes in lightdm-gtk-greeter 1.8.0
- F10 -- language menu
- F11 -- accessibility menu
- F12 -- power menu
- * Bugs fixes:
+ * Bugs fixed:
- The PAM message is now reset when the selected user is changed.
- The hint style for full in the configuration template is now correct
(hintfull).
diff --git a/configure.ac b/configure.ac
index b72918a..931f969 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.8.0)
+AC_INIT(lightdm-gtk-greeter, 1.8.1)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE