Skip to content

Commit 3ee3223

Browse files
Release 0.25.1
Signed-off-by: Zoltan Fridrich <zfridric@redhat.com>
1 parent 96a8b14 commit 3ee3223

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.25.1 (stable)
2+
* fix probing of C_GetInterface [PR#535]
3+
* p11-kit: add command to list tokens [PR#581]
4+
* p11-kit: add command to list mechanisms supported by a token [PR#576]
5+
* p11-kit: add command to generate private-public keypair on a token [PR#551, PR#582]
6+
* p11-kit: add commands to import/export certificates and public keys into/from a token [PR#543, PR#549, PR#568, PR#588]
7+
* p11-kit: add commands to list and delete objects of a token [PR#533, PR#544, PR#571]
8+
* p11-kit: add --login option to login into a token with object and profile management commands [PR#587]
9+
* p11-kit: adjust behavior of PKCS#11 profile management commands [PR#558, PR#560, PR#583, PR#591]
10+
* p11-kit: print PKCS#11 URIs in list-modules [PR#532]
11+
* bug and build fixes [PR#528 PR#529, PR#534, PR#537, PR#540, PR#541, PR#545, PR#547, PR#550, PR#557, PR#572, PR#575, PR#579, PR#585, PR#586, PR#590]
12+
* test fixes [PR#553, PR#580]
13+
114
0.25.0 (stable)
215
* add PKCS#11 3.0 support [PR#458, PR#461, PR#462, PR#463, PR#464, PR#467, PR#469, PR#470, PR#475, PR#485, PR#486]
316
* add support for profile objects [PR#479]

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.0],
4+
[0.25.1],
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.0',
2+
version: '0.25.1',
33
meson_version: '>= 0.51')
44

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

0 commit comments

Comments
 (0)