version 1.7.1

This commit is contained in:
Per Allansson 2014-07-11 06:55:08 +02:00
parent 6b9774f6bc
commit a912601140
3 changed files with 10 additions and 2 deletions

View File

@ -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) === 1.7 (2014-07-10)
- add support for nested signatures - add support for nested signatures
(Patch from Mikkel Krautz) (Patch from Mikkel Krautz)
- fix compilation problem with OpenSSL < 1.0.0 - fix compilation problem with OpenSSL < 1.0.0
- added OpenSSL linkage exception to license
=== 1.6 (2014-01-21) === 1.6 (2014-01-21)

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.60) 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_AUX_DIR([.])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE

View File

@ -31,7 +31,7 @@
files in the program, then also delete it here. 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: Implemented with good help from: