Skip to content

Commit

Permalink
Release 0.25.1
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Fridrich <[email protected]>
  • Loading branch information
ZoltanFridrich committed Oct 26, 2023
1 parent 96a8b14 commit 3ee3223
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.25.1 (stable)
* fix probing of C_GetInterface [PR#535]
* p11-kit: add command to list tokens [PR#581]
* p11-kit: add command to list mechanisms supported by a token [PR#576]
* p11-kit: add command to generate private-public keypair on a token [PR#551, PR#582]
* p11-kit: add commands to import/export certificates and public keys into/from a token [PR#543, PR#549, PR#568, PR#588]
* p11-kit: add commands to list and delete objects of a token [PR#533, PR#544, PR#571]
* p11-kit: add --login option to login into a token with object and profile management commands [PR#587]
* p11-kit: adjust behavior of PKCS#11 profile management commands [PR#558, PR#560, PR#583, PR#591]
* p11-kit: print PKCS#11 URIs in list-modules [PR#532]
* 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]
* test fixes [PR#553, PR#580]

0.25.0 (stable)
* 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]
* add support for profile objects [PR#479]
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)

AC_INIT([p11-kit],
[0.25.0],
[0.25.1],
[https://github.com/p11-glue/p11-kit/issues],
[p11-kit],
[https://p11-glue.github.io/p11-glue/p11-kit.html])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('p11-kit', 'c',
version: '0.25.0',
version: '0.25.1',
meson_version: '>= 0.51')

version_arr = meson.project_version().split('.')
Expand Down

0 comments on commit 3ee3223

Please sign in to comment.