mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
worked on solving some bugs
This commit is contained in:
parent
be06120679
commit
5e79cb47e0
32 changed files with 766 additions and 482 deletions
23
NEWS
23
NEWS
|
@ -1,13 +1,4 @@
|
|||
|
||||
* 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):
|
||||
$ 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.
|
||||
|
||||
* WARNING: The semantics of --verify have changed to address a problem
|
||||
with detached signature detection. --verify now ignores signed material
|
||||
given on stdin unless this is requested by using a "-" as the name for
|
||||
|
@ -20,6 +11,20 @@
|
|||
* Secret keys are no longer imported unless you use the new option
|
||||
--allow-secret-key-import.
|
||||
|
||||
* 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.
|
||||
|
||||
* 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):
|
||||
$ 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.
|
||||
|
||||
* Support for the gpg-agent from gpg 1.1 and other changes needed by
|
||||
gpgme.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue