aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-02-092002-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* Released 0.3.1. * configure.ac (LIBGPGME_LT_CURRENT): Bump it up to 6! (NEED_GPGSM_VERSION): Bump it up to 0.3.0!
2002-02-06doc/Marcus Brinkmann1-0/+5
2002-02-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Waiting For Completion): Adjust doc to changes in the code. gpgme/ 2002-02-06 Marcus Brinkmann <[email protected]> * wait.c (gpgme_wait): Add new argument STATUS, in which the status of the returned context is returned. (_gpgme_wait_on_condition): Rework the function a bit, to make it aware of cancelled processes, and to allow to use gpgme_wait with CTX being NULL (as documented in the source). (struct proc_s): New member REPORTED. * gpgme.h: Fix prototype. * verify.c (gpgme_op_verify): Fix use of gpgme_wait. * sign.c (gpgme_op_sign): * import.c (gpgme_op_import): * genkey.c (gpgme_op_genkey): * export.c (gpgme_op_export): * encrypt.c (gpgme_op_encrypt): * delete.c (gpgme_op_delete): * decrypt-verify.c (gpgme_op_decrypt_verify):
2002-02-06doc/Marcus Brinkmann1-0/+14
2002-02-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Key Listing Mode): Update documentation. gpgme/ 2002-02-06 Marcus Brinkmann <[email protected]> * gpgme.c (gpgme_set_keylist_mode): Possibly return an error value. (gpgme_get_keylist_mode): New function. (gpgme_new): Set the default for keylist_mode member of CTX. * gpgme.h (gpgme_set_keylist_mode): Fix prototype. (gpgme_get_keylist_mode): New prototype. (GPGME_KEYLIST_MODE_LOCAL): New macro. (GPGME_KEYLIST_MODE_EXTERN): Likewise..
2002-01-30Be a bit clearer.Marcus Brinkmann1-2/+2
2002-01-29doc/Marcus Brinkmann1-0/+4
2002-01-29 Marcus Brinkmann <[email protected]> * gpgme.texi (Run Control): New section. (Verify): Docuent gpgme_get_notation. (More Information): New section describing gpgme_get_op_info. gpgme/ 2002-01-29 Marcus Brinkmann <[email protected]> * gpgme.h: Add new type GpgmeIdleFunc. Change type of gpgme_register_idle to return and accept this type. * wait.c (gpgme_register_idle): Fix type. Save and return old value of idle_function.
2002-01-22Some small updates.Marcus Brinkmann1-0/+3
2002-01-22doc/Marcus Brinkmann1-1/+5
2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's R_HD type from void* to void**. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to void**. tests/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**. * gpg/t-sign.c (passphrase_cb): Likewise. * gpg/t-decrypt-verify.c (passphrase_cb): Likewise. * gpg/t-decrypt.c (passphrase_cb): Likewise.
2002-01-22doc/Marcus Brinkmann1-1/+10
2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Creating data buffers): Change gpgme_data_new_from_filepart's LENGTH type from off_t to size_t. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * data.c (gpgme_data_new_from_filepart): Change type of LENGTH from off_t to size_t. * gpgme.h: Likewise.
2002-01-16Update all these funny copright notices.Marcus Brinkmann1-1/+1
2002-01-16 * There is a Texinfo manual documenting the API.Marcus Brinkmann1-0/+5
* New interface gpgme_op_trustlist_end() to match gpgme_op_keylist_end.
2001-12-18Final polish.Marcus Brinkmann1-1/+3
2001-12-182001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* keylist.c (gpgme_op_keylist_end): New function. * gpgme.h (gpgme_op_keylist_end): New prototype. * engine.h (gpgme_engine_check_version): Move prototype to ... * gpgme.h (gpgme_engine_check_version): ... here. * genkey.c (gpgme_op_genkey_start): Remove unused variable.
2001-12-18More about the new version.Marcus Brinkmann1-1/+27
2001-12-182001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+3
* key.c (_gpgme_key_append_name): Append, not prepend, the uid. Initialize the next field of the uid structure. (gpgme_key_get_as_xml): Do not list last uid first.
2001-12-14Add items about all the new software included.Marcus Brinkmann1-4/+17
2001-11-182001-11-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+3
* configure.in: Renamed to ... * configure.ac: ... this. Update to autoconf 2.52. Lots of small changes in the transition. Support --with-gpg=PATH and --with-gpgsm=PATH options. Check if test suites can be run. * acconfig.h: Add GPGSM_PATH. * Makefile.am: New variable `tests', set to `tests' if RUN_GPG_TESTS. (SUBDIRS): Replace string `tests' with variable `tests'. gpgme/ 2001-11-18 Marcus Brinkmann <[email protected]> * configure.in: Renamed to ... * configure.ac: ... this. Update to autoconf 2.52. Lots of small changes in the transition. Support --with-gpg=PATH and --with-gpgsm=PATH options. Check if test suites can be run. * acconfig.h: Add GPGSM_PATH. * Makefile.am: New variable `tests', set to `tests' if RUN_GPG_TESTS. (SUBDIRS): Replace string `tests' with variable `tests'.
2001-11-16Fix small error.Marcus Brinkmann1-1/+1
2001-11-16 * TODO: Remove obsolete items, categorize another.Marcus Brinkmann1-0/+4
* NEWS: Add new feature decrypt-verify.
2001-09-17Fixed a keylisting bugWerner Koch1-1/+1
2001-09-17Added more doc entries and prepared for 0.2.3gpgme-0-2-3Werner Koch1-0/+9
2001-08-28Typo fixes and new gpgme_get_op_infoWerner Koch1-0/+4
2001-06-12Ready to release 0.2.2gpgme-0-2-2Werner Koch1-0/+8
2001-04-12Reverted changeWerner Koch1-1/+1
2001-04-12testAnonCVS1-0/+1
2001-04-02Release 0.2.1gpgme-0-2-1Werner Koch1-0/+20
2000-10-27Starting project 'GnuPG Made Easy'Werner Koch1-0/+0