Skip to content

Commit c20f915

Browse files
committed
release: 0.2.1
1 parent 6568a6e commit c20f915

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

ChangeLog

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
mycms
22
Copyright (c) 2022-2024 Alon Bar-Lev <alon.barlev@gmail.com>
33

4-
????-??-?? - Version 0.3.0
4+
2024-03-09 - Version 0.2.1
55
* pkcs11: ignore error if CKA_ALWAYS_AUTHENTICATE is not supported.
66

7-
87
2024-02-19 - Version 0.2.0
98
* pkcs11: support private cefrtificate objects.
109
* openssl: better support of openssl-3 series.

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
AC_PREREQ([2.60])
22

33
define([PACKAGE_VERSION_MAJOR], [0])
4-
define([PACKAGE_VERSION_MINOR], [3])
5-
define([PACKAGE_VERSION_FIX], [0])
4+
define([PACKAGE_VERSION_MINOR], [2])
5+
define([PACKAGE_VERSION_FIX], [1])
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([.])

packaging/debian/changelog

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
mycms (0.2.0-master) devel; urgency=low
1+
mycms (0.2.1) devel; urgency=low
22

3-
-- Alon Bar-Lev <alon.barlev@gmail.com> Tue, 26 Jul 2022 00:00:00 +0000
3+
* pkcs11: ignore error if CKA_ALWAYS_AUTHENTICATE is not supported.
4+
5+
-- Alon Bar-Lev <alon.barlev@gmail.com> Sat, 09 Mar 2024 00:00:00 +0000
6+
7+
mycms (0.2.0) devel; urgency=low
8+
9+
* pkcs11: support private cefrtificate objects.
10+
* openssl: better support of openssl-3 series.
11+
* tests: support easyrsa-3.1
12+
13+
-- Alon Bar-Lev <alon.barlev@gmail.com> Mon, 19 Feb 2024 00:00:00 +0000
414

515
mycms (0.1.1) devel; urgency=low
616

0 commit comments

Comments
 (0)