Skip to content

Commit

Permalink
updated version information for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keldonin committed Jan 15, 2020
1 parent 8ea3ffb commit 2ab2172
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 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.1.0] - 2020-01-15
### Enhanced
- the build process can leverage pkg-config, when available
- the Git repository does not store generated source files anymore. It requires to execute `bootstrap.sh` before `configure`
- `gnulib`is now a submodule of the project
- PKCS11 version upgraded to v2.40, with the backport of EdDSA defines from v3.0
- enhanced installation documentation

## [1.0.3] - 2019-08-14
### Fixed
- Fix for token labels having maximum length (i.e. 32 characters) (Issue #7)
Expand All @@ -26,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial public release

[1.1.0]: https://github.com/Mastercard/pkcs11-tools/tree/v1.1.0
[1.0.3]: https://github.com/Mastercard/pkcs11-tools/tree/v1.0.3
[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
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.0.3-devel], [https://github.com/Mastercard/pkcs11-tools/issues], [pkcs11-tools], [https://github.com/Mastercard/pkcs11-tools])
AC_INIT([pkcs11-tools], [1.1.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

0 comments on commit 2ab2172

Please sign in to comment.