aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-07-30 15:21:03 +0000
committerDavid Shaw <[email protected]>2002-07-30 15:21:03 +0000
commit623ca88d0305b581f103eda69b8b988437e4411d (patch)
tree08ca4c6d414ec204c389b62faff957a3327956ef
parent* sig-check.c (do_check): Properly validate v4 sigs with no hashed section (diff)
downloadgnupg-623ca88d0305b581f103eda69b8b988437e4411d.tar.gz
gnupg-623ca88d0305b581f103eda69b8b988437e4411d.zip
* NEWS: changes since 1.1.90.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS24
2 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cb499a6b..2294a1c4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-30 David Shaw <[email protected]>
+
+ * NEWS: changes since 1.1.90.
+
2002-07-24 David Shaw <[email protected]>
* configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h, as well
diff --git a/NEWS b/NEWS
index 762c2e07c..e9179dab5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,30 @@
Noteworthy changes in version 1.1.91
-------------------------------------------------
+ * There are now various ways to restrict the ability GnuPG has to
+ exec external programs (for the keyserver helpers or photo ID
+ viewers). Read the README file for the complete list.
+
+ * New export option to leave off attribute packets (photo IDs)
+ during export. This is useful when exporting to HKP keyservers
+ which do not understand attribute packets.
+
+ * New import option to repair during import the HKP keyserver
+ mangling multiple subkeys bug. Note that this cannot completely
+ repair the damaged key as some crucial data is removed by the
+ keyserver, but it does at least give you back one subkey. This
+ is on by default for keyserver --recv-keys, and off by default
+ for regular --import.
+
+ * The keyserver helper programs now live in
+ /usr/[local/]libexec/gnupg by default. If you are upgrading
+ from 1.0.7, you might want to delete your old copies in
+ /usr/[local/]bin. If you use an OS that does not use libexec
+ for whatever reason, use --libexecdir=/usr/local/lib to place
+ the keyserver helpers there.
+
+ * The LDAP keyserver handler now works properly with very old
+ (version 1) LDAP keyservers.
Noteworthy changes in version 1.1.90 (2002-07-01)
-------------------------------------------------