summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-15 16:09:47 +0200
committerStef Walter <stefw@gnome.org>2013-04-15 16:09:47 +0200
commit32e26b5c1852fd7b0261929e3a9b39c473621fd2 (patch)
tree4fca67c0f6a04171804b18b9a289e85241e6139f
parentd4392aef7fa3a3b2c308ad3d05c691569361ee49 (diff)
downloadp11-kit-0.18.1.tar.gz
Release version 0.18.10.18.1
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e54acbd..a113fb9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.18.1 (stable)
+ * Put the external tools in $libdir/p11-kit
+ * Documentation build fixes
+
0.18.0 (stable)
* Fix use of trust module with gcr and empathy [#62896]
* Further tweaks to trust module date parsing
diff --git a/configure.ac b/configure.ac
index b3c7610..e80ebdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.18.0],
+ [0.18.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])