diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2015-08-10 09:48:27 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2015-08-10 09:48:27 +0300 |
commit | 576499cbd0aa5c1b313f3eab0a23fff1d1883427 (patch) | |
tree | 4cfc3701f203ef061cd831959014bdca3d21bb8f | |
parent | b47dd909e98cd76b913eebf3f6c6ede8e354b4c5 (diff) | |
download | ConsoleKit2-576499cbd0aa5c1b313f3eab0a23fff1d1883427.tar.gz |
trivial: updates for release1.0.0
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | po/ConsoleKit2.pot | 4 | ||||
-rw-r--r-- | po/bg.po | 2 | ||||
-rw-r--r-- | po/es.po | 2 | ||||
-rw-r--r-- | po/es_419.po | 2 | ||||
-rw-r--r-- | po/ru.po | 2 |
7 files changed, 33 insertions, 10 deletions
@@ -1,4 +1,27 @@ ============== +Version 1.0.0 +============== + +Stable release of ConsoleKit2 + +This is the first release of ConsoleKit2 considered stable. It +incorporates many changes since the fork from ConsoleKit. Please +see the previous development release notes for the full list of +changes. + + +Notable changes since 0.9.5: +- On Linux, if cgmanager is installed and running, ConsoleKit2 + will use it to track the sessions. The method of session tracking + supersedes the XDG_SESSION_COOKIE +- Respect multilib/multiarch filesystem layouts. + Patch by Kylie McClain +- Filter out the sddm user the same as the gdm user +- Update the gettext portion of the build system +- Prevent an infinite loop when removing inhibitors +- Add Bulgarian language translations + +============== Version 0.9.5 ============== [Please note that this is a development release.] diff --git a/configure.ac b/configure.ac index 87d409f..1f16794 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], - [0.9.5], + [1.0.0], [https://github.com/ConsoleKit2/ConsoleKit2/issues], [ConsoleKit2]) -VERSION_MAJOR=0 -VERSION_MINOR=9 -VERSION_REVISION=5 +VERSION_MAJOR=1 +VERSION_MINOR=0 +VERSION_REVISION=0 COPYRIGHT_YEARS="2014 2015" diff --git a/po/ConsoleKit2.pot b/po/ConsoleKit2.pot index cbe2136..52ff213 100644 --- a/po/ConsoleKit2.pot +++ b/po/ConsoleKit2.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ConsoleKit2 0.9.5\n" +"Project-Id-Version: ConsoleKit2 1.0.0\n" "Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n" -"POT-Creation-Date: 2015-08-09 11:01+0300\n" +"POT-Creation-Date: 2015-08-10 09: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" @@ -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: 2015-08-09 11:01+0300\n" +"POT-Creation-Date: 2015-08-10 09:43+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/" @@ -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: 2015-08-09 11:01+0300\n" +"POT-Creation-Date: 2015-08-10 09:43+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/" diff --git a/po/es_419.po b/po/es_419.po index 786430a..a817d8d 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: 2015-08-09 11:01+0300\n" +"POT-Creation-Date: 2015-08-10 09:43+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/" @@ -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: 2015-08-09 11:01+0300\n" +"POT-Creation-Date: 2015-08-10 09:43+0300\n" "PO-Revision-Date: 2015-08-02 09:21+0000\n" "Last-Translator: Eric Koegel <eric.koegel@gmail.com>\n" "Language-Team: Russian (http://www.transifex.com/consolekit2/consolekit2/" |