mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-21 02:44:28 -05:00
version 1.6
This commit is contained in:
parent
82e01036b0
commit
4d458d2dd0
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
=== 1.5.3 (2014-01-21)
|
=== 1.6 (2014-01-21)
|
||||||
|
|
||||||
|
|
||||||
- add support for reading password from file
|
- add support for reading password from file
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
|
|
||||||
AC_INIT([osslsigncode], [1.5.3], [pallansson@gmail.com])
|
AC_INIT([osslsigncode], [1.6], [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
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static const char *rcsid = "$Id: osslsigncode.c,v 1.5.3 2014/01/21 14:14:14 mfive Exp $";
|
static const char *rcsid = "$Id: osslsigncode.c,v 1.6 2014/01/21 14:14:14 mfive Exp $";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Implemented with good help from:
|
Implemented with good help from:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user