diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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]) |