summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-19 19:19:46 +0100
committerStef Walter <stefw@gnome.org>2013-03-19 19:19:46 +0100
commitef8c54a355d3f9814cc53a0aad72d61247b169a0 (patch)
tree6e1abfb29fae49698f66c96f911ac6ecc3f2da88
parent80303340701c2cba78937193084f3d716b883b55 (diff)
downloadp11-kit-ef8c54a355d3f9814cc53a0aad72d61247b169a0.tar.gz
Release version 0.17.30.17.3
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f5bf177..d017db6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.17.3 (unstable)
+ * Use descriptive labels for the trust module tokens [#62534]
+ * Remove the temporary built in distrust objects
+ * Make extracted output directories and files read-only [#61898]
+ * Don't export unneccessary ABI
+ * Build fixes [#62479]
+
0.17.2 (unstable)
* Fix build on 32-bit linux
* Fix several crashers
diff --git a/configure.ac b/configure.ac
index 0ddcc15..fe5809c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.17.2],
+ [0.17.3],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])