diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2016-03-19 18:20:53 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2016-03-19 18:20:53 +0300 |
commit | eb2c4bb19162f96dfde46f4447fdc33ea13bff19 (patch) | |
tree | a4b47e793c9b9ad4adc2ece26125451790bcceff | |
parent | 1cee990ff16376ee60d8374fab74f934aa9ac47f (diff) | |
download | ConsoleKit2-eb2c4bb19162f96dfde46f4447fdc33ea13bff19.tar.gz |
Updates for 1.0.2 release1.0.2
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | po/ConsoleKit2.pot | 10 | ||||
-rw-r--r-- | po/bg.po | 8 | ||||
-rw-r--r-- | po/es.po | 8 | ||||
-rw-r--r-- | po/es_419.po | 8 | ||||
-rw-r--r-- | po/ru.po | 8 |
7 files changed, 39 insertions, 23 deletions
@@ -1,4 +1,20 @@ ============== +Version 1.0.2 +============== + +Stable release of ConsoleKit2. Thank you to everyone who submitted +pull requests. + +Bug fixes: +- Fix undefined behavior in ck-log-system-start +- When assigning session to active VT prefer graphical sessions +- XDG_VTNR support +- Handle the legacy 'user' property as an override setting +- login_session_id will be G_MAXUINT32 when unset +- pam-ck allow VTNR to be double-digit +- Properly filter the sessions for the specified user + +============== Version 1.0.1 ============== diff --git a/configure.ac b/configure.ac index f8cd52f..df553cd 100644 --- a/configure.ac +++ b/configure.ac @@ -3,12 +3,12 @@ AC_COPYRIGHT([Copyright 2014-2015 The ConsoleKit2 Team]) AC_PREREQ([2.50]) AC_INIT([ConsoleKit2], - [1.0.1], + [1.0.2], [https://github.com/ConsoleKit2/ConsoleKit2/issues], [ConsoleKit2]) VERSION_MAJOR=1 VERSION_MINOR=0 -VERSION_REVISION=1 +VERSION_REVISION=2 COPYRIGHT_YEARS="2014 2015" diff --git a/po/ConsoleKit2.pot b/po/ConsoleKit2.pot index fe84bcb..925d5b4 100644 --- a/po/ConsoleKit2.pot +++ b/po/ConsoleKit2.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ConsoleKit2 1.0.1\n" +"Project-Id-Version: ConsoleKit2 1.0.2\n" "Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n" -"POT-Creation-Date: 2016-01-13 11:50+0300\n" +"POT-Creation-Date: 2016-03-19 18:19+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -176,15 +176,15 @@ msgstr "" msgid "Process ID does not match the owner of cookie" msgstr "" -#: src/ck-manager.c:3362 +#: src/ck-manager.c:3391 msgid "User has no sessions" msgstr "" -#: src/ck-manager.c:3398 +#: src/ck-manager.c:3430 msgid "User has no seats" msgstr "" -#: src/ck-manager.c:3424 +#: src/ck-manager.c:3456 msgid "There are no sessions" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ConsoleKit2\n" "Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n" -"POT-Creation-Date: 2016-01-13 11:50+0300\n" +"POT-Creation-Date: 2016-03-19 18:19+0300\n" "PO-Revision-Date: 2015-08-02 09:21+0000\n" "Last-Translator: Eric Koegel <eric.koegel@gmail.com>\n" "Language-Team: Bulgarian (http://www.transifex.com/consolekit2/consolekit2/" @@ -178,15 +178,15 @@ msgstr "Потребилското ID несъвпада с това на при msgid "Process ID does not match the owner of cookie" msgstr "Процесното ID несъвпада с това на притежателя на бизквитката" -#: src/ck-manager.c:3362 +#: src/ck-manager.c:3391 msgid "User has no sessions" msgstr "Потребителя няма сесии" -#: src/ck-manager.c:3398 +#: src/ck-manager.c:3430 msgid "User has no seats" msgstr "Потребителя няма седалки" -#: src/ck-manager.c:3424 +#: src/ck-manager.c:3456 msgid "There are no sessions" msgstr "Няма сесии" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ConsoleKit2\n" "Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n" -"POT-Creation-Date: 2016-01-13 11:50+0300\n" +"POT-Creation-Date: 2016-03-19 18:19+0300\n" "PO-Revision-Date: 2015-08-02 09:21+0000\n" "Last-Translator: Eric Koegel <eric.koegel@gmail.com>\n" "Language-Team: Spanish (http://www.transifex.com/consolekit2/consolekit2/" @@ -178,15 +178,15 @@ msgstr "El Id del usuario no concuerda con el propietario de la cookie" msgid "Process ID does not match the owner of cookie" msgstr "El id del proceso no concuerda con el propietario de la cookie" -#: src/ck-manager.c:3362 +#: src/ck-manager.c:3391 msgid "User has no sessions" msgstr "El usuario no tiene sesión" -#: src/ck-manager.c:3398 +#: src/ck-manager.c:3430 msgid "User has no seats" msgstr "El usuario no tiene puesto de trabajo" -#: src/ck-manager.c:3424 +#: src/ck-manager.c:3456 msgid "There are no sessions" msgstr "Sin sesiones" diff --git a/po/es_419.po b/po/es_419.po index 009a978..0dbaaa8 100644 --- a/po/es_419.po +++ b/po/es_419.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ConsoleKit2\n" "Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n" -"POT-Creation-Date: 2016-01-13 11:50+0300\n" +"POT-Creation-Date: 2016-03-19 18:19+0300\n" "PO-Revision-Date: 2015-08-02 09:21+0000\n" "Last-Translator: Eric Koegel <eric.koegel@gmail.com>\n" "Language-Team: Spanish (Latin America) (http://www.transifex.com/consolekit2/" @@ -178,15 +178,15 @@ msgstr "El Id del usuario no concuerda con el propietario de la galleta" msgid "Process ID does not match the owner of cookie" msgstr "El id del proceso no concuerda con el propietario de la cookie" -#: src/ck-manager.c:3362 +#: src/ck-manager.c:3391 msgid "User has no sessions" msgstr "El usuario está sin sesión" -#: src/ck-manager.c:3398 +#: src/ck-manager.c:3430 msgid "User has no seats" msgstr "El usuario no tiene un puesto de trabajo" -#: src/ck-manager.c:3424 +#: src/ck-manager.c:3456 msgid "There are no sessions" msgstr "No hay sesiones" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ConsoleKit2\n" "Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n" -"POT-Creation-Date: 2016-01-13 11:50+0300\n" +"POT-Creation-Date: 2016-03-19 18:19+0300\n" "PO-Revision-Date: 2015-08-10 06:58+0000\n" "Last-Translator: bizdelnick <bizdelnick@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/consolekit2/consolekit2/" @@ -180,15 +180,15 @@ msgstr "ID пользователя не соответствует владел msgid "Process ID does not match the owner of cookie" msgstr "ID процесса не соответствует владельцу cookie" -#: src/ck-manager.c:3362 +#: src/ck-manager.c:3391 msgid "User has no sessions" msgstr "У пользователя нет сессий" -#: src/ck-manager.c:3398 +#: src/ck-manager.c:3430 msgid "User has no seats" msgstr "У пользователя нет рабочих мест" -#: src/ck-manager.c:3424 +#: src/ck-manager.c:3456 msgid "There are no sessions" msgstr "Нет сессий" |