Skip to content

Commit 8c37b00

Browse files
committed
release 2.2
Signed-off-by: Michał Trojnara <[email protected]>
1 parent f255997 commit 8c37b00

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md renamed to NEWS.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
### 2.2 (unreleased)
2-
3-
- CAT files support
4-
(Thanks to James McKenzie)
5-
- libgsf library dependency remove
6-
- unlimited support for MsiDigitalSignatureEx signature
7-
through handling all MSI metadata
1+
### 2.2 (2021.08.15)
2+
3+
- CAT files support (thanks to James McKenzie)
4+
- MSI support rewritten without libgsf dependency, which allows
5+
for handling of all the needed MSI metadata, such as dates
6+
- "-untrusted" option renamed to "-TSA-CAfile"
7+
- "-CRLuntrusted" option renamed to "-TSA-CRLfile"
8+
- numerous bug fixes and improvements
89

910
### 2.1 (2020-10-11)
1011

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.60)
22

3-
AC_INIT([osslsigncode], [2.1.0], [[email protected]])
3+
AC_INIT([osslsigncode], [2.2.0], [[email protected]])
44
AC_CONFIG_AUX_DIR([.])
55
AC_CONFIG_HEADERS([config.h])
66
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)