From: Marcus Brinkmann Date: Fri, 14 Dec 2001 01:39:05 +0000 (+0000) Subject: Add items about all the new software included. X-Git-Tag: gpgme-0-3-0~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f1cca1847cfbd923ae15a8c823a940343409030e;p=gpgme.git Add items about all the new software included. --- diff --git a/NEWS b/NEWS index 237fbb9..8e6d27e 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,22 @@ - * GPGME can be compiled without GnuPG being installed (--with-gpg=PATH), - and even cross-compiled. - - * New operation gpgme_op_decrypt_verify to decrypt and verify + * New operation gpgme_op_decrypt_verify() to decrypt and verify signatures simultaneously. + * 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'). + + Noteworthy changes in version 0.2.3 (2001-09-17) ------------------------------------------------ @@ -18,6 +30,7 @@ Noteworthy changes in version 0.2.3 (2001-09-17) * Added a simple encryption component for MS-Windows; however the build procedure might have some problems. + Noteworthy changes in version 0.2.2 (2001-06-12) ------------------------------------------------