From 3bbf757ca4b3e0b621a0a92d474f069e5197a88b Mon Sep 17 00:00:00 2001 From: Per Allansson Date: Tue, 12 Mar 2013 07:37:39 +0100 Subject: [PATCH] bump --- ChangeLog | 2 +- TODO | 2 +- osslsigncode.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44b38d0..5b998c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -=== 1.5 (2013-03-XX) +=== 1.5 (2013-03-12) - added support for signing MSI files (patch from Marc-André Lureau) - calculate correct PE checksum instead of setting it to 0 diff --git a/TODO b/TODO index e2fce43..64d30ed 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -- page hashing support +- page hashing support - need to figure out how the first hash is calculated - signature extraction/removal/verificaton on MSI/CAB files - improved signature verification on PE files - clean up / untangle code diff --git a/osslsigncode.c b/osslsigncode.c index 7288022..1b2c8b5 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -19,7 +19,7 @@ */ -static const char *rcsid = "$Id: osslsigncode.c,v 1.4 2011/08/12 11:08:12 mfive Exp $"; +static const char *rcsid = "$Id: osslsigncode.c,v 1.5 2013/03/12 06:05:12 mfive Exp $"; /* Implemented with good help from: