diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2014-11-02 15:45:46 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2014-11-02 15:45:46 +0300 |
commit | fb6de51e6acdd7cc3a9f4c9c1c9746eb20aeef26 (patch) | |
tree | bd966e59ede88d7129956b83410cbb0a788af098 | |
parent | c5ece0c4450ab821c04f468763480761142bdc4e (diff) | |
download | ConsoleKit2-fb6de51e6acdd7cc3a9f4c9c1c9746eb20aeef26.tar.gz |
trivial: updates for release0.9.2
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | po/ConsoleKit2.pot | 14 |
3 files changed, 31 insertions, 9 deletions
@@ -1,4 +1,26 @@ ============== +Version 0.9.2 +============== +[Please note that this is a development release.] + +Development release of ConsoleKit2 targeting the 1.0 release. +Please report all problems to +https://github.com/ConsoleKit2/ConsoleKit2/issues + + +Changes to the public DBUS API: + - Adds the PowerOff/Reboot and respective Can APIs. + - Adds the PolkicyKit interactivity flag to the + API calls. Same as logind. + +Other minor changes: +- Default to not building systemd units +- Add a note about CONFIG_AUDITSYSCALL and PAM +- Minor autotools changes. +- Change inhibit locks internally to allow multiple instances + of the same application to hold a lock. + +============== Version 0.9.1 ============== [Please note that this is a development release.] diff --git a/configure.ac b/configure.ac index 5962247..8516c53 100644 --- a/configure.ac +++ b/configure.ac @@ -3,12 +3,12 @@ AC_COPYRIGHT([Copyright 2014 The ConsoleKit2 Team]) AC_PREREQ([2.50]) AC_INIT([ConsoleKit2], - [0.9.1], + [0.9.2], [https://github.com/ConsoleKit2/ConsoleKit2/issues], [ConsoleKit2]) VERSION_MAJOR=0 VERSION_MINOR=9 -VERSION_REVISION=1 +VERSION_REVISION=2 COPYRIGHT_YEARS="2014" diff --git a/po/ConsoleKit2.pot b/po/ConsoleKit2.pot index fd12d7b..331b9e2 100644 --- a/po/ConsoleKit2.pot +++ b/po/ConsoleKit2.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n" -"POT-Creation-Date: 2014-10-20 20:18+0300\n" +"POT-Creation-Date: 2014-11-02 15:43+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" @@ -65,29 +65,29 @@ msgstr "" msgid "No consoles available" msgstr "" -#: src/ck-manager.c:2447 src/ck-manager.c:2546 src/ck-manager.c:2603 +#: src/ck-manager.c:2516 src/ck-manager.c:2615 src/ck-manager.c:2672 msgid "Unable to get information about the calling process" msgstr "" -#: src/ck-manager.c:2460 src/ck-session.c:278 +#: src/ck-manager.c:2529 src/ck-session.c:278 #, c-format msgid "Unable to lookup information about calling process '%d'" msgstr "" -#: src/ck-manager.c:2484 src/ck-manager.c:2496 src/ck-manager.c:2753 +#: src/ck-manager.c:2553 src/ck-manager.c:2565 src/ck-manager.c:2822 msgid "Unable to find session for cookie" msgstr "" -#: src/ck-manager.c:2560 +#: src/ck-manager.c:2629 #, c-format msgid "Unable to lookup session information for process '%d'" msgstr "" -#: src/ck-manager.c:2761 +#: src/ck-manager.c:2830 msgid "User ID does not match the owner of cookie" msgstr "" -#: src/ck-manager.c:2771 +#: src/ck-manager.c:2840 msgid "Process ID does not match the owner of cookie" msgstr "" |