1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

New "showpref" subcommand for --edit-key

This commit is contained in:
Werner Koch 2001-04-25 10:05:33 +00:00
parent feb2b1914d
commit 94e6596bec
7 changed files with 162 additions and 144 deletions

30
NEWS
View file

@ -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. !
* Secret keys are no longer imported unless you use the new option
--allow-secret-key-import.
* 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.
* 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.
* Secret keys are no longer imported unless you use the new option
--allow-secret-key-import. This is a kludge and future versions will
handle it in another way.
* 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)
------------------------------------------------