Add items about all the new software included.
authorMarcus Brinkmann <mb@g10code.com>
Fri, 14 Dec 2001 01:39:05 +0000 (01:39 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 14 Dec 2001 01:39:05 +0000 (01:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 237fbb9abf8a4fd1a8b3f96b181ff89fa28eb38d..8e6d27e1adc47a2f63e7ef3718107feedd7a66cb 100644 (file)
--- 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)
 ------------------------------------------------