mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 09:08:04 -05:00
version 1.7.1
This commit is contained in:
parent
6b9774f6bc
commit
a912601140
@ -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)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user