summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cea4c7b..914014f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in lightdm-gtk-greeter 1.8.3
+
+ * Fix unclean exit (LP: #1290575)
+ * Install sample-lightdm-gtk-greeter.css into doc
+ * Use the term "Guest Session" instead of "Guest Account"
+ * Updated translations
+
Overview of changes in lightdm-gtk-greeter 1.8.2
* Deprecated "show-indicators" for "indicators", improves LTS upgrade path
diff --git a/configure.ac b/configure.ac
index c2d21c8..69030bd 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.2)
+AC_INIT(lightdm-gtk-greeter, 1.8.3)
AC_CONFIG_MACRO_DIR(m4)
AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE