From a912601140ed030eaa61f681f057175cda2cc2de Mon Sep 17 00:00:00 2001 From: Per Allansson Date: Fri, 11 Jul 2014 06:55:08 +0200 Subject: [PATCH] version 1.7.1 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- osslsigncode.c | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c356f6..e749560 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ +=== 1.7.1 (2014-07-11) + +- MSI: added -add-msi-dse option + (Patch from Mikkel Krautz) +- MSI: fix build when GSF_CAN_READ_MSI_METADATA defined + (Patch from Mikkel Krautz) + === 1.7 (2014-07-10) - add support for nested signatures (Patch from Mikkel Krautz) - fix compilation problem with OpenSSL < 1.0.0 +- added OpenSSL linkage exception to license === 1.6 (2014-01-21) diff --git a/configure.ac b/configure.ac index a9af725..a566d27 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT([osslsigncode], [1.7], [pallansson@gmail.com]) +AC_INIT([osslsigncode], [1.7.1], [pallansson@gmail.com]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE diff --git a/osslsigncode.c b/osslsigncode.c index 8334840..4e60c64 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -31,7 +31,7 @@ files in the program, then also delete it here. */ -static const char *rcsid = "$Id: osslsigncode.c,v 1.7 2014/07/10 14:14:14 mfive Exp $"; +static const char *rcsid = "$Id: osslsigncode.c,v 1.7.1 2014/07/11 14:14:14 mfive Exp $"; /* Implemented with good help from: