summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2017-07-17 12:32:04 +0300
committerEric Koegel <eric.koegel@gmail.com>2017-07-17 12:32:04 +0300
commit66b4026cb1f1019a66e7aed111c8760fdb9ecbfd (patch)
tree816ab7cd71cdad701477f42f4c282c71980f19b0
parent0ee29e5de43002443b83dccbc6d2cbe259041ddc (diff)
downloadConsoleKit2-66b4026cb1f1019a66e7aed111c8760fdb9ecbfd.tar.gz
Updates for 1.2.0 release1.2.0
-rw-r--r--NEWS28
-rw-r--r--configure.ac6
-rw-r--r--po/ConsoleKit2.pot4
3 files changed, 33 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 33adf0d..48fdee0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
==============
+Version 1.2.0
+==============
+Stable release of ConsoleKit2
+
+Changes since 1.1.2
+New Features:
+- Add wscons headers for OpenBSD
+
+Bug Fixes:
+- Allow changing to VTs we don't have a session for
+- Correct introspection prefixes
+- Change configure.ac to enable the udev backend with devattr
+- Use KDSKBMODE if defined
+- Use #ifdef HEADER_H instead of #ifdef OS
+- FreeBSD session activation
+- Place sessions with a VT on the static Seat1
+- clean up clang warnings
+- correct uninitialized variable warning
+- Explicitly check for needed symbols
+- Correct build errors in OpenBSD
+- fix compiling on FreeBSD
+
+Misc Changes:
+- update gitignore
+- more autotools cleanup work
+- update readme with new deps
+
+==============
Version 1.1.2
==============
[Please note that this is a development release.]
diff --git a/configure.ac b/configure.ac
index 60e615e..071a0d8 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.1.2],
+ [1.2.0],
[https://github.com/ConsoleKit2/ConsoleKit2/issues],
[ConsoleKit2],
[https://github.com/ConsoleKit2/ConsoleKit2])
VERSION_MAJOR=1
-VERSION_MINOR=1
-VERSION_REVISION=2
+VERSION_MINOR=2
+VERSION_REVISION=0
COPYRIGHT_YEARS="2014 - 2017"
diff --git a/po/ConsoleKit2.pot b/po/ConsoleKit2.pot
index 1ca1091..1cabfda 100644
--- a/po/ConsoleKit2.pot
+++ b/po/ConsoleKit2.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: ConsoleKit2 1.1.2\n"
+"Project-Id-Version: ConsoleKit2 1.2.0\n"
"Report-Msgid-Bugs-To: https://github.com/ConsoleKit2/ConsoleKit2/issues\n"
-"POT-Creation-Date: 2017-07-15 04:38+0300\n"
+"POT-Creation-Date: 2017-07-17 12:23+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"