Skip to content

Commit

Permalink
release: post 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Mar 9, 2024
1 parent c20f915 commit a98bf4e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
mycms
Copyright (c) 2022-2024 Alon Bar-Lev <alon.barlev@gmail.com>

????-??-?? - Version 0.3.0


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

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], [2])
define([PACKAGE_VERSION_FIX], [1])
define([PACKAGE_VERSION_MINOR], [3])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_VERSION_REVISION], [0])
define([PACKAGE_SUFFIX], [])
define([PACKAGE_SUFFIX], [_master])

AC_INIT([mycms], [PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])
Expand Down
4 changes: 4 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mycms (0.3.0-master) devel; urgency=low

-- Alon Bar-Lev <alon.barlev@gmail.com> Sat, 09 Mar 2024 00:00:00 +0000

mycms (0.2.1) devel; urgency=low

* pkcs11: ignore error if CKA_ALWAYS_AUTHENTICATE is not supported.
Expand Down

0 comments on commit a98bf4e

Please sign in to comment.