mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* configure.ac: Require libksba 0.9.3 due to another bug fix there.
* sign.c (add_certificate_list): Decrement N for the first cert. * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome. (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c which might be useful for debugging.
This commit is contained in:
parent
a7840b9643
commit
fec4dc4c99
8 changed files with 38 additions and 6 deletions
|
@ -24,7 +24,7 @@ min_automake_version="1.7.6"
|
|||
|
||||
# Version number: Remember to change it immediately *after* a release.
|
||||
# Add a "-cvs" prefix for non-released code.
|
||||
AC_INIT(gnupg, 1.9.4-cvs, gnupg-devel@gnupg.org)
|
||||
AC_INIT(gnupg, 1.9.4, gnupg-devel@gnupg.org)
|
||||
# Set development_version to yes if the minor number is odd or you
|
||||
# feel that the default check for a development version is not
|
||||
# sufficient.
|
||||
|
@ -32,7 +32,7 @@ development_version=yes
|
|||
NEED_GPG_ERROR_VERSION=0.6
|
||||
NEED_LIBGCRYPT_VERSION=1.1.91
|
||||
NEED_LIBASSUAN_VERSION=0.6.3
|
||||
NEED_KSBA_VERSION=0.9.2
|
||||
NEED_KSBA_VERSION=0.9.3
|
||||
NEED_OPENSC_VERSION=0.8.0
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue