aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-11-03 12:52:30 +0000
committerDavid Shaw <[email protected]>2002-11-03 12:52:30 +0000
commit06285e37b199f7623402cbf86527eb4da0bdecf9 (patch)
treee9be3a4d97fa947c1f99fa391d9ee375954398e7
parent* keyedit.c (sign_mk_attrib, trustsig_prompt, sign_uids, keyedit_menu): (diff)
downloadgnupg-06285e37b199f7623402cbf86527eb4da0bdecf9.tar.gz
gnupg-06285e37b199f7623402cbf86527eb4da0bdecf9.zip
* NEWS: Note trust signature support,
--hidden-encrypt-to/--hidden-recipient, and long algorithm name support everywhere.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS25
2 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e347e1b0a..ab907832d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-03 David Shaw <[email protected]>
+
+ * NEWS: Note trust signature support,
+ --hidden-encrypt-to/--hidden-recipient, and long algorithm name
+ support everywhere.
+
2002-10-31 David Shaw <[email protected]>
* Makefile.am: Put gnupg.spec in the root directory so rpm -ta
diff --git a/NEWS b/NEWS
index 6bea3d211..64d4639ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,26 @@
Noteworthy changes in version 1.3.1 (unreleased)
------------------------------------------------
+ * Trust signature support. This is based on the Maurer trust
+ model where a user can specify the trust level along with the
+ signature with multiple levels so users can delegate
+ certification ability to other users, possibly restricted by a
+ regular expression on the user ID. Note that full trust
+ signature support requires a regular expression parsing library.
+ The regexp code from glibc 2.3.1 is included for those platforms
+ that don't have working regexp functions available. The
+ configure option --disable-regex may be used to disable any
+ regular expression code, which will make GnuPG ignore any trust
+ signature with a regular expression included.
+
+ * Two new commands --hidden-recipient (-R) and --hidden-encrypt-to
+ encrypt to a user, but hide the identity of that user. This is
+ the same functionality as --throw-keyid, but can be used on a
+ per-user basis.
+
+ * Full algorithm names (e.g. "3DES", "SHA1", "ZIP") can now be
+ used interchangeably with the short algorithm names (e.g. "S2",
+ "H2", "Z1") anywhere algorithm names are used in GnuPG.
Noteworthy changes in version 1.3.0 (2002-10-18)
------------------------------------------------
@@ -35,6 +55,11 @@ Noteworthy changes in version 1.3.0 (2002-10-18)
to using --edit and "trust" to change a key to ultimately
trusted.
+ * Translations other than de are no longer distributed with the
+ development branch. This is due to the frequent text changes
+ during development, which cause the translations to rapidly go
+ out of date.
+
Noteworthy changes in version 1.1.92 (2002-09-11)
-------------------------------------------------