mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Require libgpg-error 1.10
This allows to remove some error code substitutes. Fixed a typo in gpg.text.
This commit is contained in:
parent
f8285f9b00
commit
d679b4d642
@ -1,3 +1,7 @@
|
|||||||
|
2011-05-20 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* configure.ac: Require libgpg-error 1.10.
|
||||||
|
|
||||||
2011-03-08 Werner Koch <wk@g10code.com>
|
2011-03-08 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
Release 2.1.0beta2.
|
Release 2.1.0beta2.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2011-05-20 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* util.h: Remove some error code substitutes.
|
||||||
|
|
||||||
2011-04-25 Werner Koch <wk@g10code.com>
|
2011-04-25 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* userids.c (classify_user_id): Add arg OPENPGP_HACK to fix
|
* userids.c (classify_user_id): Add arg OPENPGP_HACK to fix
|
||||||
|
@ -24,24 +24,9 @@
|
|||||||
#include <errno.h> /* We need errno. */
|
#include <errno.h> /* We need errno. */
|
||||||
#include <gpg-error.h> /* We need gpg_error_t. */
|
#include <gpg-error.h> /* We need gpg_error_t. */
|
||||||
/* Add error codes available only in newer versions of libgpg-error. */
|
/* Add error codes available only in newer versions of libgpg-error. */
|
||||||
#ifndef GPG_ERR_MISSING_KEY
|
|
||||||
#define GPG_ERR_MISSING_KEY 181
|
|
||||||
#endif
|
|
||||||
#ifndef GPG_ERR_LIMIT_REACHED
|
|
||||||
#define GPG_ERR_LIMIT_REACHED 183
|
|
||||||
#endif
|
|
||||||
#ifndef GPG_ERR_NOT_INITIALIZED
|
|
||||||
#define GPG_ERR_NOT_INITIALIZED 184
|
|
||||||
#endif
|
|
||||||
#ifndef GPG_ERR_MISSING_ISSUER_CERT
|
|
||||||
#define GPG_ERR_MISSING_ISSUER_CERT 185
|
|
||||||
#endif
|
|
||||||
#ifndef GPG_ERR_NO_KEYSERVER
|
#ifndef GPG_ERR_NO_KEYSERVER
|
||||||
#define GPG_ERR_NO_KEYSERVER 186
|
#define GPG_ERR_NO_KEYSERVER 186
|
||||||
#endif
|
#endif
|
||||||
#ifndef GPG_ERR_FULLY_CANCELED
|
|
||||||
#define GPG_ERR_FULLY_CANCELED 198
|
|
||||||
#endif
|
|
||||||
#ifndef GPG_ERR_INV_CURVE
|
#ifndef GPG_ERR_INV_CURVE
|
||||||
#define GPG_ERR_INV_CURVE 187
|
#define GPG_ERR_INV_CURVE 187
|
||||||
#endif
|
#endif
|
||||||
|
@ -40,7 +40,7 @@ AC_INIT([gnupg],
|
|||||||
# sufficient.
|
# sufficient.
|
||||||
development_version=no
|
development_version=no
|
||||||
|
|
||||||
NEED_GPG_ERROR_VERSION=1.8
|
NEED_GPG_ERROR_VERSION=1.10
|
||||||
|
|
||||||
NEED_LIBGCRYPT_API=1
|
NEED_LIBGCRYPT_API=1
|
||||||
NEED_LIBGCRYPT_VERSION=1.5.0
|
NEED_LIBGCRYPT_VERSION=1.5.0
|
||||||
|
@ -2510,7 +2510,7 @@ timestamp issues on subkeys.
|
|||||||
@item --ignore-valid-from
|
@item --ignore-valid-from
|
||||||
GnuPG normally does not select and use subkeys created in the future.
|
GnuPG normally does not select and use subkeys created in the future.
|
||||||
This option allows the use of such keys and thus exhibits the
|
This option allows the use of such keys and thus exhibits the
|
||||||
pre-1.0.7 behaviour. You should not use this option unless you there
|
pre-1.0.7 behaviour. You should not use this option unless there
|
||||||
is some clock problem. See also @option{--ignore-time-conflict} for timestamp
|
is some clock problem. See also @option{--ignore-time-conflict} for timestamp
|
||||||
issues with signatures.
|
issues with signatures.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user