Mailing List Archive

GPGME 1.1.1 released
We are pleased to announce version 1.1.1 of GnuPG Made Easy,
a library designed to make access to GnuPG easier for applications.
It may be found in the file (about 860 KB/663 KB compressed)
ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.1.tar.gz
ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.1.tar.bz2

The following files are also available:
ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.1.tar.gz.sig
ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.1.tar.bz2.sig
ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.0-1.1.1.diff.gz

It should soon appear on the mirrors listed at:
http://www.gnupg.org/mirrors.html

Bug reports and requests for assistance should be sent to:
gnupg-devel@gnupg.org

The sha1sum checksums for this distibution are
9db9b31fe83c2d37572995ca9857971f02d0a3dd gpgme-1.1.0-1.1.1.diff.gz
0cc2de4258897b5ef2b2750e652f608d56cdd282 gpgme-1.1.1.tar.bz2
899ca06e739a317a175b6217b56051d912530f3e gpgme-1.1.1.tar.bz2.sig
bb93fb4414f1e4790b7af035a3e7abc64805d68c gpgme-1.1.1.tar.gz
7b70ae11584b5e8f814532a832477e3fba226c5e gpgme-1.1.1.tar.gz.sig


Noteworthy changes in version 1.1.1 (2006-02-22)
------------------------------------------------

* Fixed a bug in that the fingerprints of subkeys are not available.

* Clarified usage of the SECRET flag in key listings. It is now
reset for stub keys.

* Reading signature notations and policy URLs on key signatures is
supported. They can be found in the new field notations of the
gpgme_key_sig_t structure. This has to be enabled with the keylist
mode flag GPGME_KEYLIST_MODE_SIG_NOTATIONS.

* A new gpgme_free() function solves the problem of using different
allocators in a single program. This function should now be used
instead calling free() to release the buffer returned by
gpgme_data_release_and_get_mem. It is recommended that you always
do this, but it is only necessary on certain platforms, so backwards
compatibility is provided. In other words: If free() worked for
you before, it will keep working.

* New status codes GPGME_PKA_TRUST_GOOD and GPGME_PKA_TRUST_BAD.
They are analyzed by the verify handlers and made available in the
new PKA_TRUST and PKA_ADDRESS fields of the signature result structure.

* Interface changes relative to the 1.1.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_key_sig_t EXTENDED: New field notations.
GPGME_KEYLIST_MODE_SIG_NOTATIONS NEW
gpgme_free NEW
GPGME_STATUS_PKA_TRUST_BAD NEW
GPGME_STATUS_PKA_TRUST_GOOD NEW
gpgme_signature_t EXTENDED: New field pka_trust.
gpgme_signature_t EXTENDED: New field pka_address.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Marcus Brinkmann
mb@g10code.de


_______________________________________________
Gnupg-announce mailing list
Gnupg-announce@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-announce