aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-11-18 03:31:31 +0000
committerMarcus Brinkmann <[email protected]>2001-11-18 03:31:31 +0000
commit1a9da605ad2f801324342b68b49aa8aebefc2c27 (patch)
treea6d59e0d05e09d470a55b9158a49094cef85a62f /NEWS
parentFix small error. (diff)
downloadgpgme-1a9da605ad2f801324342b68b49aa8aebefc2c27.tar.gz
gpgme-1a9da605ad2f801324342b68b49aa8aebefc2c27.zip
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'. 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'.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 90b6e038..237fbb9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
+ * 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
signatures simultaneously.