diff options
author | Werner Koch <wk@gnupg.org> | 2008-09-29 17:02:55 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-09-29 17:02:55 +0200 |
commit | 7d63aa42e5d2c086810e3d7eca64a01f366b4e88 (patch) | |
tree | 7dccaebaa7f86d56fef8beb00eb9c2bc583ede20 /NEWS | |
parent | 2008-09-28 Marcus Brinkmann <marcus@g10code.com> (diff) | |
download | gnupg2-7d63aa42e5d2c086810e3d7eca64a01f366b4e88.tar.xz gnupg2-7d63aa42e5d2c086810e3d7eca64a01f366b4e88.zip |
Remove hacks which are not anymore needed since we now require Libgcrypt 1.4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,8 @@ Noteworthy changes in version 2.0.10 (unreleased) * [gpg] New options --with-sig-list and --with-sig-check. + * [gpg] The option "-sat" is no longer an alias for --clearsign. + * [gpgsm] Made --output option work with --export-secret-key-p12. * gpg-connect-agent accepts commands given as command line arguments. @@ -33,6 +35,8 @@ Noteworthy changes in version 2.0.10 (unreleased) * Support for version 2 OpenPGP cards. + * Libgcrypt 1.4 is now required. + Noteworthy changes in version 2.0.9 (2008-03-26) ------------------------------------------------ |