Skip to content

Commit 21295c7

Browse files
committed
Updates for release
1 parent 7f71302 commit 21295c7

17 files changed

+50
-17
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
2012, Julien Lavergne <[email protected]>
44
2012 - 2013, Lionel Le Folgoc <[email protected]>
55
2013 - 2018, Simon Steinbeiß <[email protected]>
6-
2013 - 2020, Sean Davis <[email protected]>
6+
2013 - 2024, Sean Davis <[email protected]>
77
2014, Andrew P. <[email protected]>

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2010 - 2011, Robert Ancell <[email protected]>
33
# Copyright (C) 2012, Lionel Le Folgoc <[email protected]>
4-
# Copyright (C) 2018 - 2020, Sean Davis <[email protected]>
4+
# Copyright (C) 2018 - 2024, Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it under
77
# the terms of the GNU General Public License as published by the Free Software

NEWS

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Overview of changes in lightdm-gtk-greeter 2.0.9
2+
3+
* CI:
4+
- Added issue sync from Launchpad
5+
- Added autopoint and gettext dependencies for distcheck
6+
* General:
7+
- Renamed project from 'LightDM GTK+ Greeter' to 'LightDM GTK Greeter',
8+
replaced other references of 'GTK+' with 'GTK'
9+
- Username inputs will always automatically trim white space
10+
- Added badges for Cinnamon and LXQt desktop environments
11+
- Added usage examples to the configuration sample file
12+
- New keyboard shortcut:
13+
- Alt+Delete -- reboot dialog
14+
- Fixed various typos and code indentation issues
15+
- Updated license file from gnu.org
16+
- Replaced http:// links with https://
17+
- Made tab/space usage consistent
18+
* Config changes:
19+
- New "default-session" configuration option to configure a default
20+
session manager
21+
- New "highlight-logged-user" configuration option to better highlight
22+
logged in users
23+
- New "keyboard-layouts" configuration option to configure layouts
24+
of the ~layout indicator
25+
- New "round-user-image" configuration option to round user avatars
26+
* Bugs fixed:
27+
- Fixed exit condition to support `autogen.sh --help`
28+
* Updated translations:
29+
- Arabic, Belarusian, Bengali, Bulgarian, Chinese (China), Chinese (Taiwan),
30+
Czech, Finnish, French, Galician, Georgian, German, Hebrew, Italian,
31+
Japanese, Korean, Latvian, Meadow Mari, Occitan (post 1500), Polish,
32+
Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Turkish
33+
134
Overview of changes in lightdm-gtk-greeter 2.0.8
235

336
* General:

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Run this to generate all the initial makefiles, etc.
33
#
44
# Copyright (C) 2010 - 2011, Robert Ancell <[email protected]>
5-
# Copyright (C) 2017 - 2020, Sean Davis <[email protected]>
5+
# Copyright (C) 2017 - 2024, Sean Davis <[email protected]>
66
#
77
# This program is free software: you can redistribute it and/or modify it under
88
# the terms of the GNU General Public License as published by the Free Software

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2010 - 2011, Robert Ancell <[email protected]>
33
# Copyright (C) 2012 - 2013, Lionel Le Folgoc <[email protected]>
4-
# Copyright (C) 2013 - 2020, Sean Davis <[email protected]>
4+
# Copyright (C) 2013 - 2024, Sean Davis <[email protected]>
55
# Copyright (C) 2014, Andrew P. <[email protected]>
66
#
77
# This program is free software: you can redistribute it and/or modify it under
@@ -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.8],[https://github.com/xubuntu/lightdm-gtk-greeter])
17+
AC_INIT([lightdm-gtk-greeter],[2.0.9],[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])

data/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2010 - 2011, Robert Ancell <[email protected]>
33
# Copyright (C) 2012 - 2013, Lionel Le Folgoc <[email protected]>
4-
# Copyright (C) 2014 - 2020, Sean Davis <[email protected]>
4+
# Copyright (C) 2014 - 2024, Sean Davis <[email protected]>
55
# Copyright (C) 2014, Simon Steinbeiß <[email protected]>
66
#
77
# This program is free software: you can redistribute it and/or modify it under

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Copyright (C) 2010 - 2011, Robert Ancell <[email protected]>
33
# Copyright (C) 2012 - 2013, Lionel Le Folgoc <[email protected]>
4-
# Copyright (C) 2013 - 2020, Sean Davis <[email protected]>
4+
# Copyright (C) 2013 - 2024, Sean Davis <[email protected]>
55
# Copyright (C) 2014, Andrew P. <[email protected]>
66
# Copyright (C) 2015, Simon Steinbeiß <[email protected]>
77
#

src/greeterbackground.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2014 - 2020, Sean Davis <[email protected]>
2+
* Copyright (C) 2014 - 2024, Sean Davis <[email protected]>
33
* Copyright (C) 2014, Andrew P. <[email protected]>
44
* Copyright (C) 2015, Robert Ancell <[email protected]>
55
* Copyright (C) 2015, Simon Steinbeiß <[email protected]>

src/greeterbackground.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2014 - 2020, Sean Davis <[email protected]>
2+
* Copyright (C) 2014 - 2024, Sean Davis <[email protected]>
33
* Copyright (C) 2014, Andrew P. <[email protected]>
44
* Copyright (C) 2015, Simon Steinbeiß <[email protected]>
55
*

src/greeterconfiguration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 - 2020, Sean Davis <[email protected]>
2+
* Copyright (C) 2015 - 2024, Sean Davis <[email protected]>
33
*
44
* This program is free software: you can redistribute it and/or modify it under
55
* the terms of the GNU General Public License as published by the Free Software

0 commit comments

Comments
 (0)