Skip to content

Commit

Permalink
release: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Jul 28, 2022
1 parent 2be12a5 commit df2966a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mycms
Copyright (c) 2022 Alon Bar-Lev <alon.barlev@gmail.com>

????-??-?? - Version 0.2.0
2022-07-26 - Version 0.1.1

* verify: Call CMS_SignerInfo_verify before CMS_SignerInfo_verify_content
* tool: return 2 when verify failed
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], [0])
define([PACKAGE_VERSION_MINOR], [1])
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
9 changes: 8 additions & 1 deletion packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
mycms (0.2.0-master) devel; urgency=low
mycms (0.1.1) devel; urgency=low

* verify: Call CMS_SignerInfo_verify before CMS_SignerInfo_verify_content
* tool: return 2 when verify failed

-- Alon Bar-Lev <alon.barlev@gmail.com> Tue, 26 Jul 2022 00:00:00 +0000

mycms (0.1.0) devel; urgency=low

* Initial package

Expand Down

0 comments on commit df2966a

Please sign in to comment.