diff options
author | Werner Koch <wk@gnupg.org> | 2004-01-30 10:12:36 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-01-30 10:12:36 +0100 |
commit | fec4dc4c99e1a1eb12b99a5bbc9d995a93bd5227 (patch) | |
tree | 470f5a58351c2c70138686b800dd652dfe876f39 /NEWS | |
parent | New. (diff) | |
download | gnupg2-fec4dc4c99e1a1eb12b99a5bbc9d995a93bd5227.tar.xz gnupg2-fec4dc4c99e1a1eb12b99a5bbc9d995a93bd5227.zip |
* configure.ac: Require libksba 0.9.3 due to another bug fix there.
* sign.c (add_certificate_list): Decrement N for the first cert.
* Makefile.am (sbin_SCRIPTS): New, to install addgnupghome.
(EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c
which might be useful for debugging.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,11 +1,15 @@ -Noteworthy changes in version 1.9.4 (unreleased) +Noteworthy changes in version 1.9.4 (2004-01-30) ------------------------------------------------ * Added support for the Telesec NKS 2.0 card application. + * Added simple tool addgnupghome to create .gnupg directories from + /etc/skel/.gnupg. + * Various minor bug fixes and cleanups; mainly gpgsm and gpg-agent related. + Noteworthy changes in version 1.9.3 (2003-12-23) ------------------------------------------------ |