summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2020-07-27 11:57:12 +0000
committerJan Rybar <jrybar@redhat.com>2020-07-27 11:57:12 +0000
commit585f4f2715639394e36319d4918389d26e250e7b (patch)
treee196ff6b4ddabc2f789ba512050f0e45c65db2e4
parentcd96f833103484f1edfc7f388022bc23e8f0da6d (diff)
parentb68e009bdd75caeb3b5e1b65c28c0b4c01bb90b6 (diff)
Merge branch 'release_0.117' into 'master'
Release 0.117; Version bump 0.117 See merge request polkit/polkit!61
-rw-r--r--NEWS41
-rw-r--r--configure.ac2
2 files changed, 42 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8c1e89f..7abbf04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,45 @@
--------------
+polkit 0.117
+--------------
+
+WARNING WARNING WARNING: This is a prerelease on the road to polkit
+1.0. Public API might change and certain parts of the code still needs
+some security review. Use at your own risk.
+
+This is polkit 0.117.
+
+Highlights:
+ Gitlab CI activation - all merge requests are tested before merged
+ New Norwegian translation, several other language updates
+
+Build requirements
+
+ glib, gobject, gio >= 2.32
+ mozjs-68
+ gobject-introspection >= 0.6.2 (optional)
+ pam (optional)
+ ConsoleKit OR systemd
+
+Changes since polkit 0.116:
+
+ Bastien Nocera:
+ Activated Gitlab CI
+
+ Xi Ruoyao:
+ Updated dependency to mozjs68
+
+ Kalev Lember, Jan Rybar
+ Memory management fixes
+
+ Anders Jonsson, Karl Ove Hufthammer, Andika Triwidada, Yuri Chornoivan:
+ Language updates
+
+Many thanks to all contributors!
+
+Jan Rybar et al.,
+July 24, 2020
+
+--------------
polkit 0.116
--------------
diff --git a/configure.ac b/configure.ac
index 3d50641..eea70fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
-AC_INIT([polkit], [0.116], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
+AC_INIT([polkit], [0.117], [http://lists.freedesktop.org/mailman/listinfo/polkit-devel], , [http://www.freedesktop.org/wiki/Software/polkit])
AM_INIT_AUTOMAKE([])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([buildutil])