Skip to content

Commit

Permalink
Merge pull request #211 from anhu/release_1.4.0
Browse files Browse the repository at this point in the history
Prepare for 1.4.0 release
  • Loading branch information
cconlon authored Nov 2, 2023
2 parents 3073335 + 848e487 commit 02c18e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# wolfEngine Release 1.4.0 (November 2, 2023)
* Added Call to PRIVATE_KEY_UNLOCK() and PRIVATE_KEY_LOCK() as needed.
* Allow user to override weak entropy source.

# wolfEngine Release 1.3.0 (January 16, 2023)
* Added RPM package support
* Added support and tests for OpenSSL HMAC to be called with -1 key length
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

AC_COPYRIGHT([Copyright (C) 2019-2023 wolfSSL Inc.])
AC_PREREQ([2.69])
AC_INIT([wolfengine], [1.3.0])
AC_INIT([wolfengine], [1.4.0])
AC_CONFIG_AUX_DIR([build-aux])

AC_CONFIG_HEADERS([include/config.h])
Expand Down Expand Up @@ -33,8 +33,8 @@ AC_SUBST([WOLFENGINE_CONFIG_ARGS])
# these numbers don't always line up nicely with the library version.
WOLFENGINE_LIBRARY_VERSION_FIRST=1
WOLFENGINE_LIBRARY_VERSION_SECOND=0
WOLFENGINE_LIBRARY_VERSION_THIRD=3
WOLFENGINE_LIBRARY_VERSION=1:3:0
WOLFENGINE_LIBRARY_VERSION_THIRD=4
WOLFENGINE_LIBRARY_VERSION=1:4:0
# | | |
# +------+ | +---+
# | | |
Expand Down

0 comments on commit 02c18e7

Please sign in to comment.