aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8f3b56c5a..b6a98b4be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,21 @@
Noteworthy changes in version 1.3.4 (unreleased)
------------------------------------------------
+ * --symmetric --encrypt can now be used to generate a message that
+ can be decrypted by either a passphrase or a secret key.
+
+ * The config file search has been enhanced to try for more
+ specific filename matches before giving up. For example,
+ version 1.3.4 will try for gpg.conf-1.3.4, gpg.conf-1.3, and
+ gpg.conf-1 before falling back to the regular gpg.conf file.
+
Noteworthy changes in version 1.3.3 (2003-10-10)
------------------------------------------------
* Basic support for the OpenPGP card. New commands --card-status,
- card-edit, --change-pin and the configuration options
- --reader-port, --ctapi-driver, --pcsc-driver, --disable-ccid.
+ --card-edit, --change-pin and the configuration options
+ --reader-port, --ctapi-driver, --pcsc-driver, and --disable-ccid.
* Full support for the SHA-256 hash has been added.