From c9cf669770ed53930234141e9c4205c6abc09f39 Mon Sep 17 00:00:00 2001 From: "Devolder, Eric" Date: Thu, 20 Dec 2018 04:40:29 +0100 Subject: [PATCH] release v1.0.2 --- CHANGELOG.md | 9 +++++++-- configure | 20 ++++++++++---------- configure.ac | 2 +- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a4ec2e..a365f877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ 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.0.2] - 2018-12-20 +### Fixed +- Fix for cross-compilation and header file detection in `configure.ac` (Issue #1) +- Documentation for installing -## [1.0.1] - 2017-06-07 +## [1.0.1] - 2018-12-07 ### Changed - Project name changed from pkcs11-toolkit to pkcs11-tools @@ -14,10 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed unnecessary files from github - Links and date in the Changelog are now accurate -## [1.0.0] - 2017-12-06 +## [1.0.0] - 2018-12-06 ### Added - Initial public release +[1.0.2]: https://github.com/Mastercard/pkcs11-tools/tree/v1.0.2 [1.0.1]: https://github.com/Mastercard/pkcs11-tools/tree/v1.0.1 [1.0.0]: https://github.com/Mastercard/pkcs11-tools/tree/v1.0.0 diff --git a/configure b/configure index fae1ca5f..8c50b6fb 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pkcs11-tools 1.0.1. +# Generated by GNU Autoconf 2.69 for pkcs11-tools 1.0.2. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pkcs11-tools' PACKAGE_TARNAME='pkcs11-tools' -PACKAGE_VERSION='1.0.1' -PACKAGE_STRING='pkcs11-tools 1.0.1' +PACKAGE_VERSION='1.0.2' +PACKAGE_STRING='pkcs11-tools 1.0.2' PACKAGE_BUGREPORT='https://github.com/Mastercard/pkcs11-tools/issues' PACKAGE_URL='https://github.com/Mastercard/pkcs11-tools' @@ -1950,7 +1950,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures pkcs11-tools 1.0.1 to adapt to many kinds of systems. +\`configure' configures pkcs11-tools 1.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2021,7 +2021,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pkcs11-tools 1.0.1:";; + short | recursive ) echo "Configuration of pkcs11-tools 1.0.2:";; esac cat <<\_ACEOF @@ -2156,7 +2156,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pkcs11-tools configure 1.0.1 +pkcs11-tools configure 1.0.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2865,7 +2865,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pkcs11-tools $as_me 1.0.1, which was +It was created by pkcs11-tools $as_me 1.0.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -5981,7 +5981,7 @@ fi # Define the identity of the package. PACKAGE='pkcs11-tools' - VERSION='1.0.1' + VERSION='1.0.2' cat >>confdefs.h <<_ACEOF @@ -27386,7 +27386,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pkcs11-tools $as_me 1.0.1, which was +This file was extended by pkcs11-tools $as_me 1.0.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -27453,7 +27453,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pkcs11-tools config.status 1.0.1 +pkcs11-tools config.status 1.0.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index d351f72d..824b9205 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl limitations under the License. AC_PREREQ(2.59) -AC_INIT([pkcs11-tools], [1.0.1], [https://github.com/Mastercard/pkcs11-tools/issues], [pkcs11-tools], [https://github.com/Mastercard/pkcs11-tools]) +AC_INIT([pkcs11-tools], [1.0.2], [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