Friday, October 07, 2005

GPGME 1.1.0 released.

ダウンロードは
ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.0.tar.gz
ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.0.tar.bz2

もうすぐこちらにもアップロードされるそうです。
http://www.gnupg.org/mirrors.html


主な変更点を転載しておきます。
Noteworthy changes in version 1.1.0 (2005-10-01)
------------------------------------------------

* You can now configure the backend engine file name and home
directory to be used, as default and per context.

* Information about the recipients of an encrypted text is now
available at decryption time.

* New status GPGME_STATUS_PLAINTEXT. This is analyzed by the decrypt
and verify handlers, the information about the plaintext filename,
if available is made available in the new field file_name of the
respective result structure.

* The code for "automagically detecting the thread library" has been
removed from libgpgme. It is deprecated since version 0.4.3.
Since then, you had to link against libgpgme-pthread for
applications using pthread and libgpgme-pth for applications using
GNU Pth.

The code was removed because it caused compilation problems on
systems where the pthread.h header from GNU Pth is available in
addition to the system header (FreeBSD 6 and later for example).

* "./autogen.sh --build-w32" does now build gpgme.dll.

* [W32] The environment variable GPGME_DEBUG now uses a semicolon as
delimiter. The standard install directory is used when locating
gpg or gpgsm before finally falling back to the hardwired name.

* There is a new flag for keys and subkeys, is_qualified, which
indicates if a key can be used for qualified signatures according
to local government regulations.

* You can associate a filename with a data object using the new
function gpgme_data_set_file_name(). This filename will be stored
in the output when encrypting or signing the data and will be
returned when decrypting or verifying the output data.

* You can now set notation data at signature creation with the new
function gpgme_sig_notation_add().

* Interface changes relative to the 1.0.3 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_set_engine_info NEW
gpgme_ctx_get_engine_info NEW
gpgme_ctx_set_engine_info NEW
gpgme_recipient_t NEW
gpgme_decrypt_result_t EXTENDED: New field recipients.
gpgme_verify_result_t EXTENDED: New fields pubkey_algo, hash_algo.
gpgme_decrypt_result_t EXTENDED: New field plaintext_filename.
gpgme_verify_result_t EXTENDED: New field plaintext_filename.
GPGME_STATUS_PLAINTEXT NEW
gpgme_key_t EXTENDED: New field is_qualified.
gpgme_subkey_t EXTENDED: New field is_qualified.
gpgme_data_get_file_name NEW
gpgme_data_set_file_name NEW
gpgme_sig_notation_flags_t NEW
GPGME_SIG_NOTATION_HUMAN_READABLE NEW
GPGME_SIG_NOTATAION_CRITICAL NEW
gpgme_sig_notation_clear NEW
gpgme_sig_notation_add NEW
gpgme_sig_notation_get NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 comment:

Shu said...

GnuPG 1.4.1 だと OK ですが、GnuPG 1.4.2 だとエラーになるそうです。
でも、特に問題は無いので無視してくれて良いそうです。
アバウトでいいな・・・ :-)