summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-04 08:41:27 +0200
committerStef Walter <stefw@gnome.org>2013-04-04 08:41:53 +0200
commit941ff24161e040fca7382e3f98b0c1b51da21dac (patch)
tree79a4cf2105419f0dbf2aa479eaafa7f58fe0d505
parent32b0b448d0ac4f1fa5f9143f0c4385066a9b4a76 (diff)
downloadp11-kit-941ff24161e040fca7382e3f98b0c1b51da21dac.tar.gz
Release version 0.18.00.18.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 131371f..e54acbd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.18.0 (stable)
+ * Fix use of trust module with gcr and empathy [#62896]
+ * Further tweaks to trust module date parsing
+ * Fix unaligned memory reads [#62819]
+ * Win32 fixes [#63062, #63046]
+ * Debug and logging tweaks [#62874]
+ * Other build fixes
+
0.17.5 (unstable)
* Don't try to guess at overflowing time values on 32-bit systems [#62825]
* Test fixes [#927394]
diff --git a/configure.ac b/configure.ac
index cff0b5c..8ce8e3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.17.5],
+ [0.18.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])