summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2017-12-13 15:42:43 +0300
committerEric Koegel <eric.koegel@gmail.com>2017-12-13 15:42:43 +0300
commit735ae642100c8fef95826186aa2ef749c015cc53 (patch)
tree8169014f29f835e34a71480677b1f39a951b8486
parentbfb8ed71a6a7cf972ed3a901eed5f1c798691269 (diff)
downloadConsoleKit2-735ae642100c8fef95826186aa2ef749c015cc53.tar.gz
Updates for 1.2.1 release1.2.1
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
-rw-r--r--po/ConsoleKit2.pot4
-rw-r--r--po/bg.po31
-rw-r--r--po/es.po45
-rw-r--r--po/es_419.po29
-rw-r--r--po/ru.po33
7 files changed, 125 insertions, 45 deletions
diff --git a/NEWS b/NEWS
index 48fdee0..b999051 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
==============
+Version 1.2.1
+==============
+Stable release of ConsoleKit2
+
+Changes since 1.2.0
+New Features:
+- Add ListSeats method to Manager interface
+- Add CanControlSession dbus call
+
+Bug Fixes:
+- Correctly report SELinux support
+- Only use tmpfs mounts on DFly if supported
+- incompatible-pointer-type warning
+- Remove some redundant code probing for hibernation, suspend, and sleep
+- make_tmpfs for DragonFly
+- memory leak in ck-manager
+- Seat property on Session interface
+
+Misc Changes:
+- Add DragonFlyBSD as a platform
+- Remove DragonFly specific code from FreeBSD sysdeps
+- Switch away from AC_DISABLE_STATIC
+
+==============
Version 1.2.0
==============
Stable release of ConsoleKit2
diff --git a/configure.ac b/configure.ac
index 80ae84b..97ffe85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,13 +3,13 @@ AC_COPYRIGHT([Copyright 2014-2017 The ConsoleKit2 Team])
AC_PREREQ([2.62])
AC_INIT([ConsoleKit2],
- [1.2.0],
+ [1.2.1],
[https://github.com/ConsoleKit2/ConsoleKit2/issues],
[ConsoleKit2],
[https://github.com/ConsoleKit2/ConsoleKit2])
VERSION_MAJOR=1
VERSION_MINOR=2
-VERSION_REVISION=0
+VERSION_REVISION=1
COPYRIGHT_YEARS="2014 - 2017"
diff --git a/po/ConsoleKit2.pot b/po/ConsoleKit2.pot
index cda7547..5e0c20b 100644
--- a/po/ConsoleKit2.pot
+++ b/po/ConsoleKit2.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: ConsoleKit2 1.2.0\n"
+"Project-Id-Version: ConsoleKit2 1.2.1\n"
"Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n"
-"POT-Creation-Date: 2017-11-09 04:42+0300\n"
+"POT-Creation-Date: 2017-12-13 15:40+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"
diff --git a/po/bg.po b/po/bg.po
index 4e3001c..44d584c 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1,21 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The ConsoleKit2 Team
# This file is distributed under the same license as the ConsoleKit2 package.
-#
+#
# Translators:
# Ivailo Monev <xakepa10@gmail.com>, 2015-2016
msgid ""
msgstr ""
"Project-Id-Version: ConsoleKit2\n"
"Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n"
-"POT-Creation-Date: 2017-11-09 04:42+0300\n"
+"POT-Creation-Date: 2017-12-13 15:40+0300\n"
"PO-Revision-Date: 2017-09-22 11:45+0000\n"
"Last-Translator: Eric Koegel <eric.koegel@gmail.com>\n"
-"Language-Team: Bulgarian (http://www.transifex.com/consolekit2/consolekit2/language/bg/)\n"
+"Language-Team: Bulgarian (http://www.transifex.com/consolekit2/consolekit2/"
+"language/bg/)\n"
+"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/ck-seat.c:253
@@ -215,7 +216,9 @@ msgstr ""
msgid ""
"Activate signal not handeled. Session not attached to seat, or the seat "
"doesn't support activation changes"
-msgstr "Сигнал за активиране не е обработен. Сесия не е прикачена към седалка, или седалката не поддържа промени на активацията"
+msgstr ""
+"Сигнал за активиране не е обработен. Сесия не е прикачена към седалка, или "
+"седалката не поддържа промени на активацията"
#: src/ck-session.c:1318
msgid "Failed to create the XDG_RUNTIME_DIR"
@@ -264,15 +267,19 @@ msgstr ""
#. TRANSLATORS: This is letting the user know that cgmanager
#. * support was compiled in, but the cgmanager daemon isn't
#. * running.
+#.
#: src/ck-process-group.c:111
msgid ""
"Failed to open connection to cgmanager. Is the cgmanager daemon running?"
-msgstr "Неуспех при отварянето на връзка към cgmanager. cgmanager демонът пуснат ли е?"
+msgstr ""
+"Неуспех при отварянето на връзка към cgmanager. cgmanager демонът пуснат ли "
+"е?"
#. TRANSLATORS: There is an error with cgmanager, we're just
#. * printing it out. Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:127
#, c-format
msgid "There was an error while initializing cgmanager, the error was: %s"
@@ -281,6 +288,7 @@ msgstr "Възникна грешка при инициализирането н
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:234
#, c-format
msgid "Failed to create cgroup, the error was: %s"
@@ -289,16 +297,20 @@ msgstr "Неуспех при създаването на cgroup, грешкат
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:251
#, c-format
msgid ""
-"Failed to change owner of the new cgroup to owner of the session leader, the"
-" error was: %s"
-msgstr "Неуспех при промяна притежателя на нова cgroup към притежател на сесийният водач, грешката беше: %s"
+"Failed to change owner of the new cgroup to owner of the session leader, the "
+"error was: %s"
+msgstr ""
+"Неуспех при промяна притежателя на нова cgroup към притежател на сесийният "
+"водач, грешката беше: %s"
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:270
#, c-format
msgid ""
@@ -309,6 +321,7 @@ msgstr ""
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:309
#, c-format
msgid "Failed to get the session id from cgmanager, the error was: %s"
diff --git a/po/es.po b/po/es.po
index 54386e7..ca582ac 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The ConsoleKit2 Team
# This file is distributed under the same license as the ConsoleKit2 package.
-#
+#
# Translators:
# Joel Barrios <darkshram@gmail.com>, 2017
# Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>, 2015
@@ -10,14 +10,15 @@ msgid ""
msgstr ""
"Project-Id-Version: ConsoleKit2\n"
"Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n"
-"POT-Creation-Date: 2017-11-09 04:42+0300\n"
+"POT-Creation-Date: 2017-12-13 15:40+0300\n"
"PO-Revision-Date: 2017-10-14 23:06+0000\n"
"Last-Translator: Joel Barrios <darkshram@gmail.com>\n"
-"Language-Team: Spanish (http://www.transifex.com/consolekit2/consolekit2/language/es/)\n"
+"Language-Team: Spanish (http://www.transifex.com/consolekit2/consolekit2/"
+"language/es/)\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/ck-seat.c:253
@@ -207,17 +208,22 @@ msgstr "Sin sesiones"
#: src/ck-session.c:482
msgid "Only session owner may set idle hint state"
-msgstr "Solo el propietario de la sesión puede establecer el estado de toque de inactividad"
+msgstr ""
+"Solo el propietario de la sesión puede establecer el estado de toque de "
+"inactividad"
#: src/ck-session.c:531
msgid "Only session owner may set locked hint state"
-msgstr "Sólo el propietario de la sesión puede bloquear el estado de sugerencia"
+msgstr ""
+"Sólo el propietario de la sesión puede bloquear el estado de sugerencia"
#: src/ck-session.c:890
msgid ""
"Activate signal not handeled. Session not attached to seat, or the seat "
"doesn't support activation changes"
-msgstr "La señal de activación no se ha manejada. La sesión no se pudo unir al puesto de trabajo, o el puesto de trabajo no admite cambios de activación."
+msgstr ""
+"La señal de activación no se ha manejada. La sesión no se pudo unir al "
+"puesto de trabajo, o el puesto de trabajo no admite cambios de activación."
#: src/ck-session.c:1318
msgid "Failed to create the XDG_RUNTIME_DIR"
@@ -266,15 +272,19 @@ msgstr "Dispositivo inexistente"
#. TRANSLATORS: This is letting the user know that cgmanager
#. * support was compiled in, but the cgmanager daemon isn't
#. * running.
+#.
#: src/ck-process-group.c:111
msgid ""
"Failed to open connection to cgmanager. Is the cgmanager daemon running?"
-msgstr "No se pudo abrir conexión hacia cgmanager. ¿Se está ejecutando el servicio cgmanager?"
+msgstr ""
+"No se pudo abrir conexión hacia cgmanager. ¿Se está ejecutando el servicio "
+"cgmanager?"
#. TRANSLATORS: There is an error with cgmanager, we're just
#. * printing it out. Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:127
#, c-format
msgid "There was an error while initializing cgmanager, the error was: %s"
@@ -283,6 +293,7 @@ msgstr "Hubo un error al inicializar cgmanager, el error fue: %s"
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:234
#, c-format
msgid "Failed to create cgroup, the error was: %s"
@@ -291,26 +302,33 @@ msgstr "No se pudo crear el cgroup, el error fue: %s"
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:251
#, c-format
msgid ""
-"Failed to change owner of the new cgroup to owner of the session leader, the"
-" error was: %s"
-msgstr "No se pudo cambiar el propietario del nuevo cgroup al propietario de la sesión líder, el error fue: %s"
+"Failed to change owner of the new cgroup to owner of the session leader, the "
+"error was: %s"
+msgstr ""
+"No se pudo cambiar el propietario del nuevo cgroup al propietario de la "
+"sesión líder, el error fue: %s"
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:270
#, c-format
msgid ""
"Failed to move the session leader process to 'cpuacct' cgroup, the error "
"was: %s"
-msgstr "No se pudo mover el proceso de la seisón líder al cgroup 'cpuacct', el error fue: %s"
+msgstr ""
+"No se pudo mover el proceso de la seisón líder al cgroup 'cpuacct', el error "
+"fue: %s"
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:309
#, c-format
msgid "Failed to get the session id from cgmanager, the error was: %s"
@@ -330,7 +348,8 @@ msgstr "Muestra la lista de los últimos usuarios conectados"
#: tools/ck-history.c:906
msgid "Show 'last' compatible listing of last logged in users"
-msgstr "Muestra la «última» lista compatible de los últimos usuarios conectados"
+msgstr ""
+"Muestra la «última» lista compatible de los últimos usuarios conectados"
#: tools/ck-history.c:907
msgid "Show full event log"
diff --git a/po/es_419.po b/po/es_419.po
index e6864d2..a0195f1 100644
--- a/po/es_419.po
+++ b/po/es_419.po
@@ -1,21 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The ConsoleKit2 Team
# This file is distributed under the same license as the ConsoleKit2 package.
-#
+#
# Translators:
# Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: ConsoleKit2\n"
"Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n"
-"POT-Creation-Date: 2017-11-09 04:42+0300\n"
+"POT-Creation-Date: 2017-12-13 15:40+0300\n"
"PO-Revision-Date: 2017-09-21 23:25+0000\n"
"Last-Translator: Eric Koegel <eric.koegel@gmail.com>\n"
-"Language-Team: Spanish (Latin America) (http://www.transifex.com/consolekit2/consolekit2/language/es_419/)\n"
+"Language-Team: Spanish (Latin America) (http://www.transifex.com/consolekit2/"
+"consolekit2/language/es_419/)\n"
+"Language: es_419\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: es_419\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/ck-seat.c:253
@@ -205,7 +206,8 @@ msgstr "No hay sesiones"
#: src/ck-session.c:482
msgid "Only session owner may set idle hint state"
-msgstr "Solo el propietario de la sesión puede establecer el estado de de inactividad"
+msgstr ""
+"Solo el propietario de la sesión puede establecer el estado de de inactividad"
#: src/ck-session.c:531
msgid "Only session owner may set locked hint state"
@@ -215,7 +217,9 @@ msgstr ""
msgid ""
"Activate signal not handeled. Session not attached to seat, or the seat "
"doesn't support activation changes"
-msgstr "No se pudo manejar la señal de activación. La sesión no se adjuntará al puesto de trabajo o el puesto no soporta cambios de activación"
+msgstr ""
+"No se pudo manejar la señal de activación. La sesión no se adjuntará al "
+"puesto de trabajo o el puesto no soporta cambios de activación"
#: src/ck-session.c:1318
msgid "Failed to create the XDG_RUNTIME_DIR"
@@ -264,6 +268,7 @@ msgstr ""
#. TRANSLATORS: This is letting the user know that cgmanager
#. * support was compiled in, but the cgmanager daemon isn't
#. * running.
+#.
#: src/ck-process-group.c:111
msgid ""
"Failed to open connection to cgmanager. Is the cgmanager daemon running?"
@@ -273,6 +278,7 @@ msgstr ""
#. * printing it out. Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:127
#, c-format
msgid "There was an error while initializing cgmanager, the error was: %s"
@@ -281,6 +287,7 @@ msgstr ""
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:234
#, c-format
msgid "Failed to create cgroup, the error was: %s"
@@ -289,16 +296,18 @@ msgstr ""
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:251
#, c-format
msgid ""
-"Failed to change owner of the new cgroup to owner of the session leader, the"
-" error was: %s"
+"Failed to change owner of the new cgroup to owner of the session leader, the "
+"error was: %s"
msgstr ""
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:270
#, c-format
msgid ""
@@ -309,6 +318,7 @@ msgstr ""
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:309
#, c-format
msgid "Failed to get the session id from cgmanager, the error was: %s"
@@ -328,7 +338,8 @@ msgstr "Muestra la lista de los últimos usuarios conectados"
#: tools/ck-history.c:906
msgid "Show 'last' compatible listing of last logged in users"
-msgstr "Muestra la «última» lista compatible de los últimos usuarios conectados"
+msgstr ""
+"Muestra la «última» lista compatible de los últimos usuarios conectados"
#: tools/ck-history.c:907
msgid "Show full event log"
diff --git a/po/ru.po b/po/ru.po
index 702a002..777207c 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR The ConsoleKit2 Team
# This file is distributed under the same license as the ConsoleKit2 package.
-#
+#
# Translators:
# Дмитрий Михирев, 2015-2016
# Дмитрий Михирев, 2017
@@ -9,15 +9,18 @@ msgid ""
msgstr ""
"Project-Id-Version: ConsoleKit2\n"
"Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n"
-"POT-Creation-Date: 2017-11-09 04:42+0300\n"
+"POT-Creation-Date: 2017-12-13 15:40+0300\n"
"PO-Revision-Date: 2017-09-22 00:17+0000\n"
"Last-Translator: Дмитрий Михирев\n"
-"Language-Team: Russian (http://www.transifex.com/consolekit2/consolekit2/language/ru/)\n"
+"Language-Team: Russian (http://www.transifex.com/consolekit2/consolekit2/"
+"language/ru/)\n"
+"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ru\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
+"%100>=11 && n%100<=14)? 2 : 3);\n"
#: src/ck-seat.c:253
msgid "Another session was activated while waiting"
@@ -216,7 +219,9 @@ msgstr "Только владелец сессии может устанавли
msgid ""
"Activate signal not handeled. Session not attached to seat, or the seat "
"doesn't support activation changes"
-msgstr "Сигнал активации не обрабатывается. Сессия не привязана к рабочему месту, или рабочее место не поддерживает изменения активации"
+msgstr ""
+"Сигнал активации не обрабатывается. Сессия не привязана к рабочему месту, "
+"или рабочее место не поддерживает изменения активации"
#: src/ck-session.c:1318
msgid "Failed to create the XDG_RUNTIME_DIR"
@@ -265,6 +270,7 @@ msgstr "Устройство не существует"
#. TRANSLATORS: This is letting the user know that cgmanager
#. * support was compiled in, but the cgmanager daemon isn't
#. * running.
+#.
#: src/ck-process-group.c:111
msgid ""
"Failed to open connection to cgmanager. Is the cgmanager daemon running?"
@@ -274,6 +280,7 @@ msgstr "Не удалось подключиться к cgmanager. Запуще
#. * printing it out. Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:127
#, c-format
msgid "There was an error while initializing cgmanager, the error was: %s"
@@ -282,6 +289,7 @@ msgstr "При инициализации cgmanager произошла ошиб
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:234
#, c-format
msgid "Failed to create cgroup, the error was: %s"
@@ -290,16 +298,19 @@ msgstr "Не удалось создать cgroup: %s"
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:251
#, c-format
msgid ""
-"Failed to change owner of the new cgroup to owner of the session leader, the"
-" error was: %s"
-msgstr "Не удалось сменить владельца новой cgroup на владельца лидера сессии: %s"
+"Failed to change owner of the new cgroup to owner of the session leader, the "
+"error was: %s"
+msgstr ""
+"Не удалось сменить владельца новой cgroup на владельца лидера сессии: %s"
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:270
#, c-format
msgid ""
@@ -310,6 +321,7 @@ msgstr "Не удалось переместить процесс-лидер с
#. TRANSLATORS: Please ensure you keep the %s in the
#. * string somewhere. It's the detailed error message from
#. * cgmanager.
+#.
#: src/ck-process-group.c:309
#, c-format
msgid "Failed to get the session id from cgmanager, the error was: %s"
@@ -329,7 +341,8 @@ msgstr "Показать список последних вошедших пол
#: tools/ck-history.c:906
msgid "Show 'last' compatible listing of last logged in users"
-msgstr "Показать 'последний' совместимый список последних вошедших пользователей"
+msgstr ""
+"Показать 'последний' совместимый список последних вошедших пользователей"
#: tools/ck-history.c:907
msgid "Show full event log"