summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2020-06-22 19:04:09 -0400
committerSean Davis <smd.seandavis@gmail.com>2020-06-22 19:04:09 -0400
commit8008f297f7d0b34b875a837d41f77cf57e7b3f7c (patch)
tree0d14b4da64f9b7cfe612cf66d2b0950220e24968
parent5c4ff6ef2e21ce97391401df4e52ec4d9a47ba54 (diff)
downloadlightdm-gtk-greeter-git-8008f297f7d0b34b875a837d41f77cf57e7b3f7c.tar.gz
Update for 2.0.8 releaselightdm-gtk-greeter-2.0.8
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9911512..89126e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of changes in lightdm-gtk-greeter 2.0.8 (UNRELEASED)
+Overview of changes in lightdm-gtk-greeter 2.0.8
* General:
- Migrated code and issues to GitHub
@@ -13,6 +13,7 @@ Overview of changes in lightdm-gtk-greeter 2.0.8 (UNRELEASED)
- Allow building with newer versions of gettext
- Replace ungrammatical comma splice in 'Incorrect password' message (LP: #1810143)
- Use 'Large Text' instead of 'Large Font' (LP: #1829070)
+ - Fixed broken indicators when upstart is unavailable
* Updated translations:
- Asturian, Czech, Danish, Dutch, German, Hebrew, Hungarian, Indonesian,
Kabyle, Lithuanian, Occitan (post 1500), Portuguese,
diff --git a/configure.ac b/configure.ac
index f35268a..2f5c83f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
-AC_INIT([lightdm-gtk-greeter],[2.0.7],[https://github.com/xubuntu/lightdm-gtk-greeter])
+AC_INIT([lightdm-gtk-greeter],[2.0.8],[https://github.com/xubuntu/lightdm-gtk-greeter])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/lightdm-gtk-greeter.c])
AC_CONFIG_MACRO_DIR([m4])