Skip to content

Commit

Permalink
Release 0.6.11
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed May 22, 2019
1 parent d681296 commit 33072ec
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
22- May 2019
- Version 0.6.11
- Support OpenSSL 1.1.0
- use green instead of blue text for logs on the console
- Solaris runs build process outside of srcdir
- Fix openssh_mapper_match_keys() for OpenSSL 1.0 & 1.1
- Fix 64-bit pkcs11_inspect(1) fails on SPARC with a SIBGUS due to misaligned access
- Add support of ECDSA signature in addition to RSA

12- Sep 2018
- Version 0.6.10 is out.
- Fixed some security issues (thx @frankmorgner):
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
22- May 2019
- Version 0.6.11
- Support OpenSSL 1.1.0
- use green instead of blue text for logs on the console
- Solaris runs build process outside of srcdir
- Fix openssh_mapper_match_keys() for OpenSSL 1.0 & 1.1
- Fix 64-bit pkcs11_inspect(1) fails on SPARC with a SIBGUS due to misaligned access
- Add support of ECDSA signature in addition to RSA

12- Sep 2018
- Version 0.6.10 is out.
- Fixed some security issues (thx @frankmorgner):
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AC_PREREQ([2.69])

# Process this file with autoconf to produce a configure script.
AC_INIT([pam_pkcs11],[0.6.10])
AC_INIT([pam_pkcs11],[0.6.11])
AC_CONFIG_SRCDIR([src/pam_pkcs11/pam_pkcs11.c])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 33072ec

Please sign in to comment.