2003-08-19 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / NEWS
blob14722fbd99e0508efc8c4bc708a380082c1f9b43
1 Noteworthy changes in version 1.9.1 (unreleased)
2 ------------------------------------------------
4  * Support for OpenSC is back. scdaemon support a --disable-opensc to
5    disable OpenSC use at runtime, so that PC/SC or ct-API can still be
6    used directly.
9 Noteworthy changes in version 1.9.0 (2003-08-05)
10 ------------------------------------------------
12       ====== PLEASE SEE README-alpha =======
14  * gpg has been renamed to gpg2 and gpgv to gpgv2.  This is a
15    temporary change to allow co-existing with stable gpg versions.
17  * ~/.gnupg/gpg.conf-1.9.0 is fist tried as config file before the
18    usual gpg.conf.
20  * Removed the -k, -kv and -kvv commands.  -k is now an alias to
21    --list-keys.  New command -K as alias for --list-secret-keys.
23  * Removed --run-as-shm-coprocess feature.
25  * gpg does now also use libgcrypt, libgpg-error is required.
27  * New gpgsm commands --call-dirmngr and --call-protect-tool.
29  * Changing a passphrase is now possible using "gpgsm --passwd"
31  * The content-type attribute is now recognized and created.
33  * The agent does now reread certain options on receiving a HUP.
35  * The pinentry is now forked for each request so that clients with
36    different environments are supported.  When running in daemon mode
37    and --keep-display is not used the DISPLAY variable is ignored.
39  * Merged stuff from the newpg branch and started this new
40    development branch.
43  Copyright 2002, 2003 Free Software Foundation, Inc.
45  This file is free software; as a special exception the author gives
46  unlimited permission to copy and/or distribute it, with or without
47  modifications, as long as this notice is preserved.
49  This file is distributed in the hope that it will be useful, but
50  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
51  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.