From 21295c70377ff4b006bfa8f10cc622c56fc0851e Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Sat, 24 Feb 2024 22:02:12 -0500 Subject: [PATCH] Updates for release --- AUTHORS | 2 +- Makefile.am | 2 +- NEWS | 33 +++++++++++++++++++++++++++++++++ autogen.sh | 2 +- configure.ac | 4 ++-- data/Makefile.am | 2 +- src/Makefile.am | 2 +- src/greeterbackground.c | 2 +- src/greeterbackground.h | 2 +- src/greeterconfiguration.c | 2 +- src/greeterconfiguration.h | 2 +- src/greeterdeprecated.c | 2 +- src/greeterdeprecated.h | 2 +- src/greetermenubar.c | 2 +- src/greeteruserimage.c | 2 +- src/greeteruserimage.h | 2 +- src/lightdm-gtk-greeter.c | 2 +- 17 files changed, 50 insertions(+), 17 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7866b7c2..72946274 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,5 +3,5 @@ 2012, Julien Lavergne 2012 - 2013, Lionel Le Folgoc 2013 - 2018, Simon Steinbeiß -2013 - 2020, Sean Davis +2013 - 2024, Sean Davis 2014, Andrew P. diff --git a/Makefile.am b/Makefile.am index efe1cb2e..5da88522 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # # Copyright (C) 2010 - 2011, Robert Ancell # Copyright (C) 2012, Lionel Le Folgoc -# Copyright (C) 2018 - 2020, Sean Davis +# Copyright (C) 2018 - 2024, Sean Davis # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/NEWS b/NEWS index 89126e6d..60e2a7f0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +Overview of changes in lightdm-gtk-greeter 2.0.9 + + * CI: + - Added issue sync from Launchpad + - Added autopoint and gettext dependencies for distcheck + * General: + - Renamed project from 'LightDM GTK+ Greeter' to 'LightDM GTK Greeter', + replaced other references of 'GTK+' with 'GTK' + - Username inputs will always automatically trim white space + - Added badges for Cinnamon and LXQt desktop environments + - Added usage examples to the configuration sample file + - New keyboard shortcut: + - Alt+Delete -- reboot dialog + - Fixed various typos and code indentation issues + - Updated license file from gnu.org + - Replaced http:// links with https:// + - Made tab/space usage consistent + * Config changes: + - New "default-session" configuration option to configure a default + session manager + - New "highlight-logged-user" configuration option to better highlight + logged in users + - New "keyboard-layouts" configuration option to configure layouts + of the ~layout indicator + - New "round-user-image" configuration option to round user avatars + * Bugs fixed: + - Fixed exit condition to support `autogen.sh --help` + * Updated translations: + - Arabic, Belarusian, Bengali, Bulgarian, Chinese (China), Chinese (Taiwan), + Czech, Finnish, French, Galician, Georgian, German, Hebrew, Italian, + Japanese, Korean, Latvian, Meadow Mari, Occitan (post 1500), Polish, + Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Turkish + Overview of changes in lightdm-gtk-greeter 2.0.8 * General: diff --git a/autogen.sh b/autogen.sh index eeccce2d..20043106 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # Run this to generate all the initial makefiles, etc. # # Copyright (C) 2010 - 2011, Robert Ancell -# Copyright (C) 2017 - 2020, Sean Davis +# Copyright (C) 2017 - 2024, Sean Davis # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software diff --git a/configure.ac b/configure.ac index 42ac01e7..a381ea40 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # # Copyright (C) 2010 - 2011, Robert Ancell # Copyright (C) 2012 - 2013, Lionel Le Folgoc -# Copyright (C) 2013 - 2020, Sean Davis +# Copyright (C) 2013 - 2024, Sean Davis # Copyright (C) 2014, Andrew P. # # This program is free software: you can redistribute it and/or modify it under @@ -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.8],[https://github.com/xubuntu/lightdm-gtk-greeter]) +AC_INIT([lightdm-gtk-greeter],[2.0.9],[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]) diff --git a/data/Makefile.am b/data/Makefile.am index 6016b8ec..b6aa41fb 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,7 +1,7 @@ # # Copyright (C) 2010 - 2011, Robert Ancell # Copyright (C) 2012 - 2013, Lionel Le Folgoc -# Copyright (C) 2014 - 2020, Sean Davis +# Copyright (C) 2014 - 2024, Sean Davis # Copyright (C) 2014, Simon Steinbeiß # # This program is free software: you can redistribute it and/or modify it under diff --git a/src/Makefile.am b/src/Makefile.am index 861b5d1e..a4fab213 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Copyright (C) 2010 - 2011, Robert Ancell # Copyright (C) 2012 - 2013, Lionel Le Folgoc -# Copyright (C) 2013 - 2020, Sean Davis +# Copyright (C) 2013 - 2024, Sean Davis # Copyright (C) 2014, Andrew P. # Copyright (C) 2015, Simon Steinbeiß # diff --git a/src/greeterbackground.c b/src/greeterbackground.c index a3da1351..c2bc29ee 100644 --- a/src/greeterbackground.c +++ b/src/greeterbackground.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 - 2020, Sean Davis + * Copyright (C) 2014 - 2024, Sean Davis * Copyright (C) 2014, Andrew P. * Copyright (C) 2015, Robert Ancell * Copyright (C) 2015, Simon Steinbeiß diff --git a/src/greeterbackground.h b/src/greeterbackground.h index 83297070..56550d74 100644 --- a/src/greeterbackground.h +++ b/src/greeterbackground.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 - 2020, Sean Davis + * Copyright (C) 2014 - 2024, Sean Davis * Copyright (C) 2014, Andrew P. * Copyright (C) 2015, Simon Steinbeiß * diff --git a/src/greeterconfiguration.c b/src/greeterconfiguration.c index c070ecfa..8d3a4a64 100644 --- a/src/greeterconfiguration.c +++ b/src/greeterconfiguration.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 - 2020, Sean Davis + * Copyright (C) 2015 - 2024, Sean Davis * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/greeterconfiguration.h b/src/greeterconfiguration.h index 24028c15..3e77e93f 100644 --- a/src/greeterconfiguration.h +++ b/src/greeterconfiguration.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 - 2020, Sean Davis + * Copyright (C) 2015 - 2024, Sean Davis * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/greeterdeprecated.c b/src/greeterdeprecated.c index d7b1722f..aa7d4c49 100644 --- a/src/greeterdeprecated.c +++ b/src/greeterdeprecated.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2020, Sean Davis + * Copyright (C) 2017 - 2024, Sean Davis * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/greeterdeprecated.h b/src/greeterdeprecated.h index 6c297916..7c2b3c9f 100644 --- a/src/greeterdeprecated.h +++ b/src/greeterdeprecated.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 - 2020, Sean Davis + * Copyright (C) 2017 - 2024, Sean Davis * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/greetermenubar.c b/src/greetermenubar.c index 6aa7136e..92decc87 100644 --- a/src/greetermenubar.c +++ b/src/greetermenubar.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2014, Andrew P. - * Copyright (C) 2017 - 2020, Sean Davis + * Copyright (C) 2017 - 2024, Sean Davis * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/greeteruserimage.c b/src/greeteruserimage.c index 72674d55..9363d544 100644 --- a/src/greeteruserimage.c +++ b/src/greeteruserimage.c @@ -4,7 +4,7 @@ * Copyright (C) 2012 - 2013, Lionel Le Folgoc * Copyright (C) 2012, Julien Lavergne * Copyright (C) 2013 - 2015, Simon Steinbeiß - * Copyright (C) 2013 - 2020, Sean Davis + * Copyright (C) 2013 - 2024, Sean Davis * Copyright (C) 2014, Andrew P. * * This program is free software: you can redistribute it and/or modify it under diff --git a/src/greeteruserimage.h b/src/greeteruserimage.h index 95908744..6bbdb839 100644 --- a/src/greeteruserimage.h +++ b/src/greeteruserimage.h @@ -4,7 +4,7 @@ * Copyright (C) 2012 - 2013, Lionel Le Folgoc * Copyright (C) 2012, Julien Lavergne * Copyright (C) 2013 - 2015, Simon Steinbeiß - * Copyright (C) 2013 - 2020, Sean Davis + * Copyright (C) 2013 - 2024, Sean Davis * Copyright (C) 2014, Andrew P. * * This program is free software: you can redistribute it and/or modify it under diff --git a/src/lightdm-gtk-greeter.c b/src/lightdm-gtk-greeter.c index ad6e73ee..1373bbf1 100644 --- a/src/lightdm-gtk-greeter.c +++ b/src/lightdm-gtk-greeter.c @@ -4,7 +4,7 @@ * Copyright (C) 2012 - 2013, Lionel Le Folgoc * Copyright (C) 2012, Julien Lavergne * Copyright (C) 2013 - 2015, Simon Steinbeiß - * Copyright (C) 2013 - 2020, Sean Davis + * Copyright (C) 2013 - 2024, Sean Davis * Copyright (C) 2014, Andrew P. * * This program is free software: you can redistribute it and/or modify it under