mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 17:00:11 -05:00
release 2.2
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
This commit is contained in:
parent
f2559972f3
commit
8c37b00d83
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user