Alfons Hoogervorst alfons@proteus.demon.nl
Enno Cramer uebergeek@web.de
+Frank Heckenbach frank@g-n-u.de
Jan-Oliver Wagner jan@intevation.de
Johannes Poehlmann jhp@caldera.de
Jose C. GarcĂa Sogo jose@jaimedelamo.eu.org
Tommy Reynolds reynolds@redhat.com
- Copyright 2001 g10 Code GmbH
+ Copyright 2001, 2002 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
# configure.in for GPGME
# Copyright (C) 2000 Werner Koch (dd9jn)
-# Copyright (C) 2001 g10 Code GmbH
+# Copyright (C) 2001, 2002 g10 Code GmbH
#
# This file is part of GPGME.
#
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-AC_INIT(gpgme, 0.3.5-cvs, [gnupg-devel@gnupg.org])
+AC_INIT(gpgme, 0.3.5-cvs-2002-03-10, [gnupg-devel@gnupg.org])
LIBGPGME_LT_CURRENT=7
LIBGPGME_LT_AGE=1
LIBGPGME_LT_REVISION=0
-NEED_GPG_VERSION=1.0.6
+NEED_GPG_VERSION=1.0.6d
NEED_GPGSM_VERSION=0.3.1
##############################################
AC_PREREQ(2.52)
+2002-03-08 Werner Koch <wk@gnupg.org>
+
+ * gpgme.texi (Detailed Results): Import does also return info.
+
2002-03-06 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Encrypting a Plaintext): Document symmetric
@end example
Currently, the only operations that return additional information are
-encrypt and sign. @xref{Encrypt}, @xref{Sign}.
+encrypt, sign and import. @xref{Encrypt}, @xref{Sign}, @xref(Importing Keys}.
The function returns a string or @code{NULL} if no such data is
available.
+2002-03-08 Werner Koch <wk@gnupg.org>
+
+ * util.h [!HAVE_FOPENCOOKIE]: Fixed type. Thanks to Frank Heckenbach.
+
2002-03-07 Werner Koch <wk@gnupg.org>
* gpgme.h (gpgme_op_keylist_ext_start): Add prototype.
ssize_t (*read)(void*,char*,size_t);
ssize_t (*write)(void*,const char*,size_t);
int (*seek)(void*,off_t*,int);
- int (*close)(coid*);
+ int (*close)(void*);
} _IO_cookie_io_functions_t;
typedef _IO_cookie_io_functions_t cookie_io_functions_t;
FILE *fopencookie (void *cookie, const char *opentype,