mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
This commit is contained in:
parent
3e8221e955
commit
1a389c1e1e
@ -1,3 +1,7 @@
|
|||||||
|
2004-03-09 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
|
||||||
|
|
||||||
2004-03-06 Werner Koch <wk@gnupg.org>
|
2004-03-06 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
Released 1.9.6.
|
Released 1.9.6.
|
||||||
|
2
TODO
2
TODO
@ -45,8 +45,6 @@ might want to have an agent context for each service request
|
|||||||
** Check that all error code mapping is done.
|
** Check that all error code mapping is done.
|
||||||
** Remove the inter-module dependencies between gpgsm and keybox
|
** Remove the inter-module dependencies between gpgsm and keybox
|
||||||
** Add an source_of_key field
|
** Add an source_of_key field
|
||||||
** We need an error code GPG_ERR_NOT_LOCKED
|
|
||||||
It is already libgpg-error.
|
|
||||||
|
|
||||||
* agent/gpg-agent.c
|
* agent/gpg-agent.c
|
||||||
** A SIGHUP should also restart the scdaemon
|
** A SIGHUP should also restart the scdaemon
|
||||||
|
@ -29,7 +29,7 @@ AC_INIT(gnupg, 1.9.7-cvs, gnupg-devel@gnupg.org)
|
|||||||
# feel that the default check for a development version is not
|
# feel that the default check for a development version is not
|
||||||
# sufficient.
|
# sufficient.
|
||||||
development_version=yes
|
development_version=yes
|
||||||
NEED_GPG_ERROR_VERSION=0.6
|
NEED_GPG_ERROR_VERSION=0.7
|
||||||
|
|
||||||
NEED_LIBGCRYPT_API=1
|
NEED_LIBGCRYPT_API=1
|
||||||
NEED_LIBGCRYPT_VERSION=1.1.93
|
NEED_LIBGCRYPT_VERSION=1.1.93
|
||||||
|
Loading…
x
Reference in New Issue
Block a user