Preparing a release

This commit is contained in:
Werner Koch 2005-04-21 14:39:00 +00:00
parent 07aa7b210a
commit ec51140af0
6 changed files with 380 additions and 215 deletions

View File

@ -1,5 +1,7 @@
2005-04-21 Werner Koch <wk@g10code.com>
Released 1.9.16.
* configure.ac: Do not build gpg by default.
2005-04-20 Werner Koch <wk@g10code.com>

7
NEWS
View File

@ -1,13 +1,16 @@
Noteworthy changes in version 1.9.16
Noteworthy changes in version 1.9.16 (2005-04-21)
-------------------------------------------------
* gpg-agent does now support the ssh-agent protocol and thus allows
to use the pinentry as well as the OpenPGP smartcard with ssh.
* New tool gpg-connect-agent as a genereal client for the gpg-agent.
* New tool gpg-connect-agent as a general client for the gpg-agent.
* New tool symcryptrun as a wrapper for certain encryption tools.
* The gpg tool is not anymore build by default because those gpg
versions available in the gnupg 1.4 series are far more matured.
Noteworthy changes in version 1.9.15 (2005-01-13)
-------------------------------------------------

View File

@ -24,7 +24,7 @@ min_automake_version="1.9.3"
# Version number: Remember to change it immediately *after* a release.
# Add a "-cvs" prefix for non-released code.
AC_INIT(gnupg, 1.9.16-cvs, gnupg-devel@gnupg.org)
AC_INIT(gnupg, 1.9.16, gnupg-devel@gnupg.org)
# Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not
# sufficient.

View File

@ -465,14 +465,15 @@ Here is a list of supported signals:
@item SIGHUP
@cpindex SIGHUP
This signals flushes all chached passphrases and when the program was
This signal flushes all chached passphrases and if the program has been
started with a configuration file, the configuration file is read again.
Only certain options are honored: @code{quiet}, @code{verbose},
@code{debug}, @code{debug-all}, @code{no-grab}, @code{pinentry-program},
@code{default-cache-ttl} and @code{ignore-cache-for-signing}.
@code{scdaemon-program} is also supported but due to the current
implementation, which calls the scdaemon only once, it is not of much
use.
@code{debug}, @code{debug-all}, @code{debug-level}, @code{no-grab},
@code{pinentry-program}, @code{default-cache-ttl}, @code{max-cache-ttl},
@code{ignore-cache-for-signing}, @code{allow-mark-trusted} and
@code{disable-scdaemon}. @code{scdaemon-program} is also supported but
due to the current implementation, which calls the scdaemon only once,
it is not of much use unless you manually kill the scdaemon.
@item SIGTERM

View File

@ -1,3 +1,7 @@
2005-04-21 Werner Koch <wk@g10code.com>
* de.po: Fixed all fuzzies and untranslated strings.
2005-01-04 Werner Koch <wk@g10code.com>
* de.po: Updated.
@ -58,7 +62,7 @@
* de.po: New.
Copyright 2002 Free Software Foundation, Inc.
Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without

565
po/de.po

File diff suppressed because it is too large Load Diff