Skip to content

Commit

Permalink
preparing project for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keldonin committed Apr 10, 2020
1 parent c91c61c commit 1892e4a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [1.2.0] - 2020-04-10
### Enhanced
- implemented CKA_AES_KEY_WRAP (rfc3394) and CKA_AES_KEY_WRAP_PAD (rfc5649)
- added support for Gemalto Safenet Luna HSM
- added flavour=nss parameter to rfc5649 algorithm, to identify non compliant RFC5649 implementation of NSS

### Fixed
- fixed compilation warning on linux/debian 10 with gcc
- fixed issue that prevented cross-compilation to work, for mingw32

## [1.1.0] - 2020-01-15
### Enhanced
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dnl limitations under the License.


AC_PREREQ([2.63])
AC_INIT([pkcs11-tools], [1.1.0-DEVEL], [https://github.com/Mastercard/pkcs11-tools/issues], [pkcs11-tools], [https://github.com/Mastercard/pkcs11-tools])
AC_INIT([pkcs11-tools], [1.2.0], [https://github.com/Mastercard/pkcs11-tools/issues], [pkcs11-tools], [https://github.com/Mastercard/pkcs11-tools])
AC_CONFIG_MACRO_DIR([m4])

dnl adding AM_MAINTAINER_MODE to address autotools issues with git
Expand Down
1 change: 0 additions & 1 deletion src/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ void print_version_info(char *progname)
pkcs11_ll_basename(progname) );
fprintf( stderr, "arch/CPU/OS: %s/%s/%s\n", TARGET_ARCH_TYPE, TARGET_CPU_TYPE,TARGET_OS_TYPE);
fprintf( stderr, "using openssl library: %s\n", pkcs11_openssl_version() );
fprintf( stderr, "git commit id $Id$\n");
#if defined(HAVE_NCIPHER)
fprintf( stderr, "compiled with nCipher extensions\n");
#endif
Expand Down

0 comments on commit 1892e4a

Please sign in to comment.