mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-04 04:02:47 -05:00
release 2.2
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
This commit is contained in:
@ -1,10 +1,11 @@
|
|||||||
### 2.2 (unreleased)
|
### 2.2 (2021.08.15)
|
||||||
|
|
||||||
- CAT files support
|
- CAT files support (thanks to James McKenzie)
|
||||||
(Thanks to James McKenzie)
|
- MSI support rewritten without libgsf dependency, which allows
|
||||||
- libgsf library dependency remove
|
for handling of all the needed MSI metadata, such as dates
|
||||||
- unlimited support for MsiDigitalSignatureEx signature
|
- "-untrusted" option renamed to "-TSA-CAfile"
|
||||||
through handling all MSI metadata
|
- "-CRLuntrusted" option renamed to "-TSA-CRLfile"
|
||||||
|
- numerous bug fixes and improvements
|
||||||
|
|
||||||
### 2.1 (2020-10-11)
|
### 2.1 (2020-10-11)
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
AC_PREREQ(2.60)
|
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_AUX_DIR([.])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
Reference in New Issue
Block a user