version 1.7

This commit is contained in:
Per Allansson 2014-07-10 07:42:02 +02:00
parent 71838d3242
commit 9fa7e17770
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.7 (2014-07-10)
- add support for nested signatures
(Patch from Mikkel Krautz)
- fix compilation problem with OpenSSL < 1.0.0
=== 1.6 (2014-01-21)

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([osslsigncode], [1.6], [pallansson@gmail.com])
AC_INIT([osslsigncode], [1.7], [pallansson@gmail.com])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE

View File

@ -31,7 +31,7 @@
files in the program, then also delete it here.
*/
static const char *rcsid = "$Id: osslsigncode.c,v 1.6 2014/01/21 14:14:14 mfive Exp $";
static const char *rcsid = "$Id: osslsigncode.c,v 1.7 2014/07/10 14:14:14 mfive Exp $";
/*
Implemented with good help from: