Skip to content

Commit 66d6b42

Browse files
Release 0.25.2
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
1 parent 72ed0c2 commit 66d6b42

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.25.2 (stable)
2+
* fix error code checking of readpassphrase for --login option [PR#595]
3+
* build fixes [PR#594]
4+
* test fixes [PR#596]
5+
16
0.25.1 (stable)
27
* fix probing of C_GetInterface [PR#535]
38
* p11-kit: add command to list tokens [PR#581]

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ(2.61)
22

33
AC_INIT([p11-kit],
4-
[0.25.1],
4+
[0.25.2],
55
[https://github.com/p11-glue/p11-kit/issues],
66
[p11-kit],
77
[https://p11-glue.github.io/p11-glue/p11-kit.html])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('p11-kit', 'c',
2-
version: '0.25.1',
2+
version: '0.25.2',
33
meson_version: '>= 0.51')
44

55
version_arr = meson.project_version().split('.')

0 commit comments

Comments
 (0)