Skip to content

Commit 848e487

Browse files
committed
Prepare for 1.4.0 release
1 parent 3073335 commit 848e487

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# wolfEngine Release 1.4.0 (November 2, 2023)
2+
* Added Call to PRIVATE_KEY_UNLOCK() and PRIVATE_KEY_LOCK() as needed.
3+
* Allow user to override weak entropy source.
4+
15
# wolfEngine Release 1.3.0 (January 16, 2023)
26
* Added RPM package support
37
* Added support and tests for OpenSSL HMAC to be called with -1 key length

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
AC_COPYRIGHT([Copyright (C) 2019-2023 wolfSSL Inc.])
77
AC_PREREQ([2.69])
8-
AC_INIT([wolfengine], [1.3.0])
8+
AC_INIT([wolfengine], [1.4.0])
99
AC_CONFIG_AUX_DIR([build-aux])
1010

1111
AC_CONFIG_HEADERS([include/config.h])
@@ -33,8 +33,8 @@ AC_SUBST([WOLFENGINE_CONFIG_ARGS])
3333
# these numbers don't always line up nicely with the library version.
3434
WOLFENGINE_LIBRARY_VERSION_FIRST=1
3535
WOLFENGINE_LIBRARY_VERSION_SECOND=0
36-
WOLFENGINE_LIBRARY_VERSION_THIRD=3
37-
WOLFENGINE_LIBRARY_VERSION=1:3:0
36+
WOLFENGINE_LIBRARY_VERSION_THIRD=4
37+
WOLFENGINE_LIBRARY_VERSION=1:4:0
3838
# | | |
3939
# +------+ | +---+
4040
# | | |

0 commit comments

Comments
 (0)