Skip to content

Commit

Permalink
release 2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Trojnara <Michal.Trojnara@stunnel.org>
  • Loading branch information
mtrojnar committed Aug 15, 2021
1 parent f255997 commit 8c37b00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md → NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
### 2.2 (unreleased)

- CAT files support
(Thanks to James McKenzie)
- libgsf library dependency remove
- unlimited support for MsiDigitalSignatureEx signature
through handling all MSI metadata
### 2.2 (2021.08.15)

- 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)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8c37b00

Please sign in to comment.