release 2.2

Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
This commit is contained in:
Michał Trojnara 2021-08-15 21:42:01 +02:00
parent f2559972f3
commit 8c37b00d83
2 changed files with 8 additions and 7 deletions

View File

@ -1,10 +1,11 @@
### 2.2 (unreleased)
### 2.2 (2021.08.15)
- CAT files support
(Thanks to James McKenzie)
- libgsf library dependency remove
- unlimited support for MsiDigitalSignatureEx signature
through handling all MSI metadata
- CAT files support (thanks to James McKenzie)
- MSI support rewritten without libgsf dependency, which allows
for handling of all the needed MSI metadata, such as dates
- "-untrusted" option renamed to "-TSA-CAfile"
- "-CRLuntrusted" option renamed to "-TSA-CRLfile"
- numerous bug fixes and improvements
### 2.1 (2020-10-11)

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([osslsigncode], [2.1.0], [Michal.Trojnara@stunnel.org])
AC_INIT([osslsigncode], [2.2.0], [Michal.Trojnara@stunnel.org])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE