diff options
author | Werner Koch <[email protected]> | 2003-08-05 17:11:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-08-05 17:11:04 +0000 |
commit | 1bcf8ef9dea1a9b171c27ef48cadb79df6201e33 (patch) | |
tree | 2ad720429f4b04941ebf0fcbe005e63c89fe69c6 /NEWS | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.tar.gz gnupg-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.zip |
Cleanups, fixes and PC/SC support
Diffstat (limited to '')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ Noteworthy changes in version 1.9.0 (unreleased) ------------------------------------------------ + * gpg has been renamed to gpg2 and gpgv to gpgv2. This is a + temporary solution to allow co-existing with stable gpg versions. + + * The default config file is ~/.gnupg/gpg.conf-1.9.0 if it exists. + + * Removed the -k, -kv and -kvv commands. -k is now an alias to + --list-keys. New command -K as alias for --list-secret-keys. + + * Removed --run-as-shm-coprocess feature. + * gpg does now also use libgcrypt, libgpg-error is required. * New gpgsm commands --call-dirmngr and --call-protect-tool. |