diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-28 13:34:01 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-28 13:34:01 +0100 |
commit | 10d8e6d1836701e311d2b55e116909198932915b (patch) | |
tree | 80ae01d429d7cdf4c9c3d6107ef8943ac36aed46 | |
parent | 87a0afed5db7e916a6ad6715e14996b2e25641d7 (diff) |
Release version 0.17.5
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +0.17.5 (unstable) + * Don't try to guess at overflowing time values on 32-bit systems [#62825] + * Test fixes [#927394] + 0.17.4 (unstable) * Check for duplicate certificates in a token, warn and discard [#62548] * Implement a proper index so we have decent load performance diff --git a/configure.ac b/configure.ac index 2f6290e..cff0b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.17.4], + [0.17.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |