Skip to content

Commit d3b05c8

Browse files
committed
release: 0.2.0
1 parent 031efb8 commit d3b05c8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
mycms
2-
Copyright (c) 2022 Alon Bar-Lev <alon.barlev@gmail.com>
3-
4-
????-??-?? - Version 0.2.0
2+
Copyright (c) 2022-2024 Alon Bar-Lev <alon.barlev@gmail.com>
53

4+
2024-02-19 - Version 0.2.0
5+
* pkcs11: support private cefrtificate objects.
6+
* openssl: better support of openssl-3 series.
7+
* tests: support easyrsa-3.1
68

79
2022-07-26 - Version 0.1.1
810

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ define([PACKAGE_VERSION_MAJOR], [0])
44
define([PACKAGE_VERSION_MINOR], [2])
55
define([PACKAGE_VERSION_FIX], [0])
66
define([PACKAGE_VERSION_REVISION], [0])
7-
define([PACKAGE_SUFFIX], [_master])
7+
define([PACKAGE_SUFFIX], [])
88

99
AC_INIT([mycms], [PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
1010
AC_CONFIG_AUX_DIR([.])

0 commit comments

Comments
 (0)