diff options
author | Werner Koch <[email protected]> | 2004-03-16 10:49:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-03-16 10:49:00 +0000 |
commit | 1a389c1e1eaf8483d7bea0967a27b21d258cd222 (patch) | |
tree | 51744856e5b91f7a6c777368ed5444ff74eca94d | |
parent | (parse_rereadable_options): Use the new (diff) | |
download | gnupg-1a389c1e1eaf8483d7bea0967a27b21d258cd222.tar.gz gnupg-1a389c1e1eaf8483d7bea0967a27b21d258cd222.zip |
* configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2004-03-09 Werner Koch <[email protected]> + + * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7. + 2004-03-06 Werner Koch <[email protected]> Released 1.9.6. @@ -45,8 +45,6 @@ might want to have an agent context for each service request ** Check that all error code mapping is done. ** Remove the inter-module dependencies between gpgsm and keybox ** Add an source_of_key field -** We need an error code GPG_ERR_NOT_LOCKED - It is already libgpg-error. * agent/gpg-agent.c ** A SIGHUP should also restart the scdaemon diff --git a/configure.ac b/configure.ac index 563e082d2..6d6918a9c 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_INIT(gnupg, 1.9.7-cvs, [email protected]) # feel that the default check for a development version is not # sufficient. development_version=yes -NEED_GPG_ERROR_VERSION=0.6 +NEED_GPG_ERROR_VERSION=0.7 NEED_LIBGCRYPT_API=1 NEED_LIBGCRYPT_VERSION=1.1.93 |