Skip to content

Commit 8008f29

Browse files
committed
Update for 2.0.8 release
1 parent 5c4ff6e commit 8008f29

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Overview of changes in lightdm-gtk-greeter 2.0.8 (UNRELEASED)
1+
Overview of changes in lightdm-gtk-greeter 2.0.8
22

33
* General:
44
- Migrated code and issues to GitHub
@@ -13,6 +13,7 @@ Overview of changes in lightdm-gtk-greeter 2.0.8 (UNRELEASED)
1313
- Allow building with newer versions of gettext
1414
- Replace ungrammatical comma splice in 'Incorrect password' message (LP: #1810143)
1515
- Use 'Large Text' instead of 'Large Font' (LP: #1829070)
16+
- Fixed broken indicators when upstart is unavailable
1617
* Updated translations:
1718
- Asturian, Czech, Danish, Dutch, German, Hebrew, Hungarian, Indonesian,
1819
Kabyle, Lithuanian, Occitan (post 1500), Portuguese,

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
dnl Process this file with autoconf to produce a configure script.
1515

1616
AC_PREREQ([2.64])
17-
AC_INIT([lightdm-gtk-greeter],[2.0.7],[https://github.com/xubuntu/lightdm-gtk-greeter])
17+
AC_INIT([lightdm-gtk-greeter],[2.0.8],[https://github.com/xubuntu/lightdm-gtk-greeter])
1818
AC_CONFIG_HEADERS([config.h])
1919
AC_CONFIG_SRCDIR([src/lightdm-gtk-greeter.c])
2020
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)