mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-17 14:07:03 +01:00
Preparing a release
This commit is contained in:
parent
07aa7b210a
commit
ec51140af0
@ -1,5 +1,7 @@
|
|||||||
2005-04-21 Werner Koch <wk@g10code.com>
|
2005-04-21 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
Released 1.9.16.
|
||||||
|
|
||||||
* configure.ac: Do not build gpg by default.
|
* configure.ac: Do not build gpg by default.
|
||||||
|
|
||||||
2005-04-20 Werner Koch <wk@g10code.com>
|
2005-04-20 Werner Koch <wk@g10code.com>
|
||||||
|
7
NEWS
7
NEWS
@ -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
|
* gpg-agent does now support the ssh-agent protocol and thus allows
|
||||||
to use the pinentry as well as the OpenPGP smartcard with ssh.
|
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.
|
* 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)
|
Noteworthy changes in version 1.9.15 (2005-01-13)
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
@ -24,7 +24,7 @@ min_automake_version="1.9.3"
|
|||||||
|
|
||||||
# Version number: Remember to change it immediately *after* a release.
|
# Version number: Remember to change it immediately *after* a release.
|
||||||
# Add a "-cvs" prefix for non-released code.
|
# 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
|
# Set development_version to yes if the minor number is odd or you
|
||||||
# feel that the default check for a development version is not
|
# feel that the default check for a development version is not
|
||||||
# sufficient.
|
# sufficient.
|
||||||
|
@ -465,14 +465,15 @@ Here is a list of supported signals:
|
|||||||
|
|
||||||
@item SIGHUP
|
@item SIGHUP
|
||||||
@cpindex 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.
|
started with a configuration file, the configuration file is read again.
|
||||||
Only certain options are honored: @code{quiet}, @code{verbose},
|
Only certain options are honored: @code{quiet}, @code{verbose},
|
||||||
@code{debug}, @code{debug-all}, @code{no-grab}, @code{pinentry-program},
|
@code{debug}, @code{debug-all}, @code{debug-level}, @code{no-grab},
|
||||||
@code{default-cache-ttl} and @code{ignore-cache-for-signing}.
|
@code{pinentry-program}, @code{default-cache-ttl}, @code{max-cache-ttl},
|
||||||
@code{scdaemon-program} is also supported but due to the current
|
@code{ignore-cache-for-signing}, @code{allow-mark-trusted} and
|
||||||
implementation, which calls the scdaemon only once, it is not of much
|
@code{disable-scdaemon}. @code{scdaemon-program} is also supported but
|
||||||
use.
|
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
|
@item SIGTERM
|
||||||
|
@ -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>
|
2005-01-04 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* de.po: Updated.
|
* de.po: Updated.
|
||||||
@ -58,7 +62,7 @@
|
|||||||
* de.po: New.
|
* 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
|
This file is free software; as a special exception the author gives
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
unlimited permission to copy and/or distribute it, with or without
|
||||||
|
Loading…
x
Reference in New Issue
Block a user