Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keldonin committed Dec 20, 2018
1 parent f53c187 commit c9cf669
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/Mastercard/pkcs11-tools/issues>.
#
Expand Down Expand Up @@ -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'

Expand Down Expand Up @@ -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]...

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 $@
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"

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.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
Expand Down

0 comments on commit c9cf669

Please sign in to comment.