2002-08-21 00:52:06 +00:00
|
|
|
Noteworthy changes in version 0.3.10 (unreleased)
|
|
|
|
-------------------------------------------------
|
|
|
|
|
2002-08-29 11:58:41 +00:00
|
|
|
* Setting the signing keys for the CMS protocol does now work.
|
|
|
|
|
|
|
|
|
2002-08-21 00:52:06 +00:00
|
|
|
* Interface changes relative to the 0.3.9 release:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
2002-08-21 00:09:52 +00:00
|
|
|
Noteworthy changes in version 0.3.9 (2002-08-21)
|
2002-06-25 19:22:12 +00:00
|
|
|
------------------------------------------------
|
|
|
|
|
2002-07-02 20:43:25 +00:00
|
|
|
* A spec file for creating RPMs has been added.
|
2002-07-02 09:08:21 +00:00
|
|
|
|
2002-07-28 18:45:52 +00:00
|
|
|
* An experimental interface to GnuPG's --edit-key functionality is
|
2002-08-21 00:09:52 +00:00
|
|
|
introduced, see gpgme_op_edit.
|
|
|
|
|
|
|
|
* The new gpgme_import_ext function provides a convenient access to
|
|
|
|
the number of processed keys.
|
2002-07-28 18:45:52 +00:00
|
|
|
|
2002-06-25 19:22:12 +00:00
|
|
|
* Interface changes relative to the 0.3.8 release:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2002-07-28 18:45:52 +00:00
|
|
|
GpgmeStatusCode NEW
|
|
|
|
GpgmeEditCb NEW
|
|
|
|
gpgme_op_edit_start NEW
|
|
|
|
gpgme_op_edit NEW
|
2002-08-21 00:09:52 +00:00
|
|
|
gpgme_op_import_ext NEW
|
2002-06-25 19:22:12 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2002-06-25 18:32:20 +00:00
|
|
|
Noteworthy changes in version 0.3.8 (2002-06-25)
|
2002-06-04 12:28:17 +00:00
|
|
|
------------------------------------------------
|
|
|
|
|
2002-06-14 19:40:55 +00:00
|
|
|
* It is possible to use an outside event loop for the I/O to the
|
|
|
|
crypto engine by setting the I/O callbacks with gpgme_set_io_cbs.
|
|
|
|
|
2002-06-04 12:28:17 +00:00
|
|
|
* Interface changes relative to the 0.3.6 release:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2002-06-14 19:40:55 +00:00
|
|
|
GpgmeIOCb NEW
|
|
|
|
GpgmeRegisterIOCb NEW
|
|
|
|
GpgmeRemoveIOCb NEW
|
|
|
|
GpgmeEventIO NEW
|
|
|
|
GpgmeEventIOCb NEW
|
|
|
|
struct GpgmeIOCbs NEW
|
|
|
|
gpgme_set_io_cbs NEW
|
|
|
|
gpgme_get_io_cbs NEW
|
2002-06-14 20:05:26 +00:00
|
|
|
GPGME_ATTR_ERRTOK NEW
|
2002-06-04 12:28:17 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2002-06-04 12:19:00 +00:00
|
|
|
Noteworthy changes in version 0.3.7 (2002-06-04)
|
2002-05-03 20:08:21 +00:00
|
|
|
------------------------------------------------
|
|
|
|
|
2002-06-04 12:19:00 +00:00
|
|
|
* GPGME_ATTR_OTRUST is implemented now.
|
|
|
|
|
|
|
|
* A first step toward thread safeness has been achieved, see the
|
|
|
|
documentation for details. Supported thread libraries are pthread
|
|
|
|
and Pth.
|
2002-05-03 20:08:21 +00:00
|
|
|
|
2002-05-03 19:49:04 +00:00
|
|
|
Noteworthy changes in version 0.3.6 (2002-05-03)
|
|
|
|
------------------------------------------------
|
|
|
|
|
2002-06-25 18:32:20 +00:00
|
|
|
* All error output of the gpgsm backend is send to the bit bucket.
|
2002-05-03 19:49:04 +00:00
|
|
|
|
|
|
|
* The signature verification functions are extended. Instead of
|
|
|
|
always returning GPGME_SIG_STATUS_GOOD, the functions new codes for
|
|
|
|
expired signatures. 2 new functions may be used to retrieve more
|
|
|
|
detailed information like the signature expiration time and a
|
|
|
|
validity information of the key without an extra key looking.
|
2002-05-03 14:06:56 +00:00
|
|
|
|
2002-04-22 21:58:26 +00:00
|
|
|
* The current passphrase callback and progress meter callback can be
|
|
|
|
retrieved with the new functions gpgme_get_passphrase_cb and
|
|
|
|
gpgme_get_progress_cb respectively.
|
|
|
|
|
|
|
|
* Interface changes relative to the 0.3.5 release:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
gpgme_get_passphrase_cb NEW
|
|
|
|
gpgme_get_progress_cb NEW
|
2002-04-27 12:16:48 +00:00
|
|
|
GpgmeDataEncoding NEW
|
|
|
|
gpgme_data_set_encoding NEW
|
|
|
|
gpgme_data_get_encoding NEW
|
2002-05-03 14:06:56 +00:00
|
|
|
GPGME_SIG_STAT_GOOD_EXP NEW
|
|
|
|
GPGME_SIG_STAT_GOOD_EXPKEY NEW
|
|
|
|
gpgme_op_verify CHANGED: Returns more status codes.
|
|
|
|
GPGME_ATTR_SIG_STATUS NEW
|
|
|
|
gpgme_get_sig_string_attr NEW
|
|
|
|
gpgme_get_sig_ulong_attr NEW
|
2002-05-03 18:20:24 +00:00
|
|
|
gpgme_get_protocol NEW
|
2002-04-22 21:58:26 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2002-04-01 08:40:10 +00:00
|
|
|
Noteworthy changes in version 0.3.5 (2002-04-01)
|
|
|
|
------------------------------------------------
|
|
|
|
|
2002-03-06 01:40:25 +00:00
|
|
|
* gpgme_op_encrypt can be called with RECIPIENTS being 0. In this
|
|
|
|
case, symmetric encryption is performed. Note that this requires a
|
|
|
|
passphrase from the user.
|
|
|
|
|
2002-03-28 17:43:02 +00:00
|
|
|
* More information is returned for X.509 certificates.
|
|
|
|
|
2002-03-06 01:40:25 +00:00
|
|
|
* Interface changes relative to the 0.3.4 release:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
gpgme_op_encrypt EXTENDED: Symmetric encryption possible
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2002-03-04 11:16:11 +00:00
|
|
|
Noteworthy changes in version 0.3.4 (2002-03-04)
|
|
|
|
------------------------------------------------
|
2002-02-25 18:31:07 +00:00
|
|
|
|
2002-02-27 00:59:31 +00:00
|
|
|
* gpgme_op_encrypt does now fail with GPGME_Invalid_Recipients if
|
|
|
|
some recipients have been invalid, whereas earlier versions
|
|
|
|
succeeded in this case. The plaintext is still encrypted for all valid
|
|
|
|
recipients, so the application might take this error as a hint that
|
|
|
|
the ciphertext is not usable for all requested recipients.
|
|
|
|
Information about invalid recipients is available with gpgme_get_op_info.
|
|
|
|
|
2002-03-03 16:46:33 +00:00
|
|
|
* gpgme_op_verify now allows to pass an uninitialized data object as
|
|
|
|
its plaintext argument to check for normal and cleartext
|
|
|
|
signatures. The plaintext is then returned in the data object.
|
|
|
|
|
2002-02-25 18:31:07 +00:00
|
|
|
* New interfaces gpgme_set_include_certs and gpgme_get_include_certs
|
|
|
|
to set and get the number of certifications to include in S/MIME
|
|
|
|
signed messages.
|
|
|
|
|
2002-02-26 00:08:09 +00:00
|
|
|
* New interfaces gpgme_op_encrypt_sign and gpgme_op_encrypt_sign_start
|
|
|
|
to encrypt and sign a message in a combined operation.
|
|
|
|
|
2002-02-27 00:59:31 +00:00
|
|
|
* New interface gpgme_op_keylist_ext_start to search for multiple patterns.
|
2002-02-26 23:39:58 +00:00
|
|
|
|
2002-03-03 17:37:34 +00:00
|
|
|
* gpgme_key_get_ulong_attr supports the GPGME_ATTR_EXPIRE attribute.
|
|
|
|
|
2002-02-25 18:31:07 +00:00
|
|
|
* Interface changes relative to the 0.3.3 release:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2002-02-26 23:39:58 +00:00
|
|
|
gpgme_op_encrypt CHANGED: Can fail with GPGME_Invalid_Recipients
|
2002-03-03 16:46:33 +00:00
|
|
|
gpgme_op_verify EXTENDED: Accepts uninitialized text argument
|
2002-03-03 17:37:34 +00:00
|
|
|
gpgme_key_get_ulong_attr EXTENDED: Supports GPGME_ATTR_EXPIRE
|
2002-02-25 18:31:07 +00:00
|
|
|
gpgme_set_include_certs NEW
|
|
|
|
gpgme_get_include_certs NEW
|
2002-02-26 00:08:09 +00:00
|
|
|
gpgme_op_encrypt_sign NEW
|
|
|
|
gpgme_op_encrypt_sign_start NEW
|
2002-02-27 00:59:31 +00:00
|
|
|
gpgme_op_keylist_ext_start NEW
|
2002-02-25 18:31:07 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2002-02-12 22:08:10 +00:00
|
|
|
Noteworthy changes in version 0.3.3 (2002-02-12)
|
|
|
|
------------------------------------------------
|
|
|
|
|
|
|
|
* Fix the Makefile in jnlib.
|
|
|
|
|
|
|
|
* Fix the test suite (hopefully). It should clean up all its state
|
|
|
|
with `make check' now.
|
|
|
|
|
|
|
|
|
2002-02-10 13:31:36 +00:00
|
|
|
Noteworthy changes in version 0.3.2 (2002-02-10)
|
|
|
|
------------------------------------------------
|
|
|
|
|
|
|
|
* Remove erroneous dependency on libgcrypt in jnlib.
|
|
|
|
|
|
|
|
|
2002-02-09 00:26:58 +00:00
|
|
|
Noteworthy changes in version 0.3.1 (2002-02-09)
|
|
|
|
------------------------------------------------
|
|
|
|
|
2002-01-22 15:32:44 +00:00
|
|
|
* There is a Texinfo manual documenting the API.
|
|
|
|
|
2002-02-06 00:08:47 +00:00
|
|
|
* The gpgme_set_keylist_mode function returns an error, and changed
|
|
|
|
its meaning. It is no longer usable to select between normal and
|
|
|
|
fast mode (newer versions of GnuPG will always be fast), but
|
|
|
|
selects between local keyring, remote keyserver, or both.
|
|
|
|
For this, two new macros are defined, GPGME_KEYLIST_MODE_LOCAL
|
|
|
|
and GPGME_KEYLIST_MODE_EXTERN. To make it possible to modify the
|
|
|
|
current setting, a fucntion gpgme_get_keylist_mode was added to
|
|
|
|
retrieve the current mode.
|
|
|
|
|
2002-02-06 01:20:49 +00:00
|
|
|
* gpgme_wait accepts a new argument STATUS to return the error status
|
|
|
|
of the operation on the context. Its definition is closer to
|
|
|
|
waitpid() now than before.
|
|
|
|
|
2002-01-22 15:21:42 +00:00
|
|
|
* The LENGTH argument to gpgme_data_new_from_filepart changed its
|
|
|
|
type from off_t to the unsigned size_t.
|
|
|
|
|
2002-01-22 15:32:44 +00:00
|
|
|
* The R_HD argument to the GpgmePassphraseCb type changed its type
|
|
|
|
from void* to void**.
|
2002-01-16 00:44:28 +00:00
|
|
|
|
|
|
|
* New interface gpgme_op_trustlist_end() to match
|
2002-01-30 01:47:29 +00:00
|
|
|
gpgme_op_keylist_end().
|
2002-01-16 00:44:28 +00:00
|
|
|
|
2002-01-22 16:55:58 +00:00
|
|
|
* The CryptPlug modules have been renamed to gpgme-openpgp and
|
|
|
|
gpgme-smime, and they are installed in pkglibdir by `make install'.
|
|
|
|
|
2002-01-30 01:47:29 +00:00
|
|
|
* An idle function can be registered with gpgme_register_idle().
|
2002-01-29 22:58:25 +00:00
|
|
|
|
2002-02-09 00:26:58 +00:00
|
|
|
* The GpgSM backend supports key generation with gpgme_op_genkey().
|
|
|
|
|
2002-01-22 15:21:42 +00:00
|
|
|
* Interface changes relative to the 0.3.0 release:
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
gpgme_data_new_from_filepart CHANGED: Type of LENGTH is size_t.
|
2002-01-22 15:32:44 +00:00
|
|
|
GpgmePassphraseCb CHANGED: Type of R_HD is void **.
|
2002-02-06 01:20:49 +00:00
|
|
|
gpgme_wait CHANGED: New argument STATUS.
|
2002-02-06 00:08:47 +00:00
|
|
|
gpgme_set_keylist_mode CHANGED: Type of return value is GpgmeError.
|
|
|
|
The function has a new meaning!
|
|
|
|
gpgme_get_keylist_mode NEW
|
|
|
|
GPGME_KEYLIST_MODE_LOCAL NEW
|
|
|
|
GPGME_KEYLIST_MODE_EXTERN NEW
|
2002-01-22 15:21:42 +00:00
|
|
|
gpgme_op_trustlist_next NEW
|
2002-01-29 22:58:25 +00:00
|
|
|
GpgmeIdleFunc NEW
|
|
|
|
gpgme_register_idle NEW
|
2002-01-22 15:21:42 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2001-12-18 23:51:20 +00:00
|
|
|
Noteworthy changes in version 0.3.0 (2001-12-19)
|
|
|
|
------------------------------------------------
|
|
|
|
|
2001-12-18 22:22:18 +00:00
|
|
|
* New interface gpgme_set_protocol() to set the protocol and thus the
|
|
|
|
crypto engine to be used by the context. Currently, the OpenPGP
|
|
|
|
and the CMS protocols are supported. They are specified by the new
|
|
|
|
preprocessor symbols GPGME_PROTOCOL_OpenPGP and GPGME_PROTOCOL_CMS.
|
|
|
|
A new context uses the OpenPGP engine by default.
|
|
|
|
|
|
|
|
* gpgme_get_engine_info() returns information for all crypto engines
|
|
|
|
compiled into the library. The XML format has changed. To
|
|
|
|
reliably get the version of a crypto engine, the <version> tag
|
|
|
|
after the appropriate <protocol> tag has to be looked for.
|
|
|
|
|
|
|
|
* New interface gpgme_engine_check_version(), obsoleting
|
|
|
|
gpgme_check_engine(). Check the version of all engines you are
|
|
|
|
supporting in your software.
|
|
|
|
|
2001-12-18 19:54:00 +00:00
|
|
|
* GpgmeKey lists the user ids in the order as they are returned by
|
|
|
|
GnuPG, first the primary key with index 0, then the sub-user ids.
|
|
|
|
|
2001-12-14 01:39:05 +00:00
|
|
|
* New operation gpgme_op_decrypt_verify() to decrypt and verify
|
2001-11-16 01:44:49 +00:00
|
|
|
signatures simultaneously.
|
|
|
|
|
2001-12-18 22:54:49 +00:00
|
|
|
* The new interface gpgme_op_keylist_end() terminates a pending
|
|
|
|
keylist operation. A keylist operation is also terminated when
|
|
|
|
gpgme_op_keylist_next() returns GPGME_EOF.
|
|
|
|
|
2001-12-14 01:39:05 +00:00
|
|
|
* GPGME can be compiled without GnuPG being installed (`--with-gpg=PATH'),
|
|
|
|
cross-compiled, or even compiled without support for GnuPG
|
|
|
|
(`--without-gpg').
|
|
|
|
|
|
|
|
* GPGME can be compiled with support for GpgSM (GnuPG for S/MIME,
|
|
|
|
`--with-gpgsm=PATH'). It is enabled by default if the `gpgsm' is found
|
|
|
|
in the path, but it can also be compiled without support for GpgSM
|
|
|
|
(`--without-gpgsm').
|
|
|
|
|
|
|
|
* CryptPlug modules for GPGME are included and can be enabled at
|
|
|
|
configure time (`--enable-gpgmeplug'). There is one module which
|
|
|
|
uses the GnuPG engine (`gpgmeplug') and one module which uses the
|
|
|
|
GpgSM engine (`gpgsmplug').
|
|
|
|
|
2002-01-22 15:21:42 +00:00
|
|
|
* Interface changes relative to the latest 0.2.x release:
|
2001-12-18 22:22:18 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
gpgme_key_get_as_xml CHANGED: Sub-user ids reversed in order.
|
|
|
|
gpgme_key_get_string_attr CHANGED: User ids reversed in order.
|
|
|
|
gpgme_key_get_ulong_attr CHANGED: User ids reversed in order.
|
|
|
|
gpgme_get_engine_info CHANGED: New format, extended content.
|
|
|
|
gpgme_engine_check_version NEW
|
|
|
|
gpgme_decrypt_verify_start NEW
|
|
|
|
gpgme_decrypt_verify NEW
|
2001-12-18 22:54:49 +00:00
|
|
|
gpgme_op_keylist_next NEW
|
2001-12-18 22:22:18 +00:00
|
|
|
gpgme_set_protocol NEW
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2001-12-14 01:39:05 +00:00
|
|
|
|
2001-09-17 08:25:36 +00:00
|
|
|
Noteworthy changes in version 0.2.3 (2001-09-17)
|
|
|
|
------------------------------------------------
|
2001-08-28 11:11:10 +00:00
|
|
|
|
|
|
|
* New function gpgme_get_op_info which can be used to get the micalg
|
|
|
|
parameter needed for MOSS.
|
|
|
|
|
2001-09-17 08:25:36 +00:00
|
|
|
* New functions gpgme_get_armor and gpgme_get_textmode.
|
|
|
|
|
|
|
|
* The usual bug fixes and some minor functionality improvements.
|
|
|
|
|
|
|
|
* Added a simple encryption component for MS-Windows; however the
|
|
|
|
build procedure might have some problems.
|
2001-09-17 10:36:05 +00:00
|
|
|
|
2001-12-14 01:39:05 +00:00
|
|
|
|
2001-06-12 07:37:15 +00:00
|
|
|
Noteworthy changes in version 0.2.2 (2001-06-12)
|
|
|
|
------------------------------------------------
|
|
|
|
|
|
|
|
* Implemented a key cache.
|
|
|
|
|
|
|
|
* Fixed a race condition under W32 and some other bug fixes.
|
|
|
|
|
|
|
|
|
2001-04-02 08:40:32 +00:00
|
|
|
Noteworthy changes in version 0.2.1 (2001-04-02)
|
|
|
|
------------------------------------------------
|
|
|
|
|
|
|
|
* Changed debug output and GPGME_DEBUG variable (gpgme/debug.c)
|
|
|
|
|
|
|
|
* Handle GnuPG's new key capabilities output and support revocation
|
|
|
|
et al. attributes
|
|
|
|
|
|
|
|
* Made the W32 support more robust.
|
|
|
|
|
|
|
|
|
2002-01-16 00:46:20 +00:00
|
|
|
Copyright 2001, 2002 g10 Code GmbH
|
2001-04-02 08:40:32 +00:00
|
|
|
|
|
|
|
This file is free software; as a special exception the author gives
|
|
|
|
unlimited permission to copy and/or distribute it, with or without
|
|
|
|
modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
This file is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|