Skip to content

Commit

Permalink
release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Mar 9, 2024
1 parent 6568a6e commit c20f915
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
3 changes: 1 addition & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
mycms
Copyright (c) 2022-2024 Alon Bar-Lev <[email protected]>

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


2024-02-19 - Version 0.2.0
* pkcs11: support private cefrtificate objects.
* openssl: better support of openssl-3 series.
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
AC_PREREQ([2.60])

define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [3])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_VERSION_MINOR], [2])
define([PACKAGE_VERSION_FIX], [1])
define([PACKAGE_VERSION_REVISION], [0])
define([PACKAGE_SUFFIX], [_master])
define([PACKAGE_SUFFIX], [])

AC_INIT([mycms], [PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])
Expand Down
14 changes: 12 additions & 2 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
mycms (0.2.0-master) devel; urgency=low
mycms (0.2.1) devel; urgency=low

-- Alon Bar-Lev <[email protected]> Tue, 26 Jul 2022 00:00:00 +0000
* pkcs11: ignore error if CKA_ALWAYS_AUTHENTICATE is not supported.

-- Alon Bar-Lev <[email protected]> Sat, 09 Mar 2024 00:00:00 +0000

mycms (0.2.0) devel; urgency=low

* pkcs11: support private cefrtificate objects.
* openssl: better support of openssl-3 series.
* tests: support easyrsa-3.1

-- Alon Bar-Lev <[email protected]> Mon, 19 Feb 2024 00:00:00 +0000

mycms (0.1.1) devel; urgency=low

Expand Down

0 comments on commit c20f915

Please sign in to comment.