aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 17 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 658e4a93e..e1ba6ab2a 100644
--- a/NEWS
+++ b/NEWS
@@ -8,22 +8,27 @@
! and make sure that they don't pipe the signed material to stdin !
! without using a filename and "-" on the the command line. !
+ * Corrected hash calculation for some inputs greater than 512M - it
+ was just wrong, so you might notice bad signature in some very
+ big files. It may be wise to keep an old copy of GnuPG around.
+
* Secret keys are no longer imported unless you use the new option
- --allow-secret-key-import.
+ --allow-secret-key-import. This is a kludge and future versions will
+ handle it in another way.
- * There is now a notation of a primary user ID. For example this one is
- printed with a signature verifaction as the first user ID, revoked user
- IDs are not printed there anymore. I general the primary user ID is the
- one with the latest self-signature.
+ * There is now the notation of a primary user ID. For example, it is
+ printed with a signature verifaction as the first user ID; revoked user
+ IDs are not printed there anymore. In general the primary user ID is
+ the one with the latest self-signature.
* The verification status of self-signatures are now cached. To increase
the speed of key list operations for existing keys you can do the
- following in yout GnuPG homedir (~/.gnupg):
+ following in your GnuPG homedir (~/.gnupg):
$ cp pubring.gpg pubring.gpg.save
$ gpg --export-all >x
$ rm pubring.gpg
$ gpg --import x
- Note, that only v4 keys (i.e no old RSA keys) benefit from this caching.
+ Only v4 keys (i.e not the old RSA keys) benefit from this caching.
* Support for the gpg-agent from gpg 1.1 and other changes needed by
gpgme.
@@ -34,12 +39,13 @@
* Keyserver support for the W32 version.
- * Corrected hash calculation for some inputs greater than 512M - it
- was just wrong, so you might notice bad signature in some very
- big files. It may be wise to keep an old copy of GnuPG around.
-
* New --charset=utf-8 to bypass all internal translations.
+ * New command "showpref" in the --edit-key menu to show an easier
+ to understand preference listing.
+
+ * New translations: Estonian, Turkish.
+
Noteworthy changes in version 1.0.4 (2000-10-17)
------------------------------------------------