aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-12-14 01:39:05 +0000
committerMarcus Brinkmann <[email protected]>2001-12-14 01:39:05 +0000
commitf1cca1847cfbd923ae15a8c823a940343409030e (patch)
tree63ae6023f5724fe5c7f11d727d0165f206447807
parentChange history, doubleplusgood. (diff)
downloadgpgme-f1cca1847cfbd923ae15a8c823a940343409030e.tar.gz
gpgme-f1cca1847cfbd923ae15a8c823a940343409030e.zip
Add items about all the new software included.
Diffstat (limited to '')
-rw-r--r--NEWS21
1 files changed, 17 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 237fbb9a..8e6d27e1 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)
------------------------------------------------